/*common*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif !important;
	font-size: 15px;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #333;
}
h1 {
	width: 1050px;
	font-size: 80%;
	color:#FFFFFF;
	font-weight: normal;
	margin: 2px auto 0 auto ;
	text-align: right;
}
h2 {
	margin: 0;
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 10px 0 ;
	height: 15px;
}
ul, li {
	list-style:none;
}
a {
	text-decoration: none;
}
img {
	border:0px;
}
small {
	font-size: 100%;
}
#wrap {
	background-image: url(../bgimg/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	float: left;
}
#header {
	width: 100%;
	height:20px;
	background-color:#000;
	float: left;
}
#main {
	width: 100%;
	float: left;
}
.lay {
	clear: both;
}
.container {
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.contents {
	width: 100%;
	margin: 0 0 10px 0;
	float: left;
}

.sidescrollbana {
    animation: flash 2s linear infinite;
	width: 200px;
    padding: 8px;
    box-sizing: border-box;
    right: 0;
    top: 50px;
    z-index: 100;
    position: fixed;
}
.sidescrollbana img {
	width: 100%;
}
@keyframes flash {
  0%,100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

#sidearea {
	width: 330px;
	margin: 0 0 0 10px ;
	float: left;
}
#contentsarea_top {
	width: 690px;
	margin: 110px 10px 0 0;
	float: right;
}
#contentsarea {
	width: 690px;
	margin: 110px 10px 0 0;
	float: right;
}
.contents_bana2 {
	width: 100%;
	margin: 0 0 10px 0;
	float: left;
}
.contents_bana2 ul {
	width: 50%;
	margin: 0;
    padding: 0;
    display:flex;/*flexbox------------------------------*/
	flex-wrap: wrap;
	float: left;
}
.contents_bana2 li {
	width: 100%;
	margin: 0 0 5px 0;
    padding: 0;
    box-sizing: border-box;
	float: left;
}
.topmovie_contents {
	width: 49%;
	margin: 0 0 10px 1%;
    padding: 21px 5px 21px 5px;
    box-sizing: border-box;
    background: #000000;
	float: left;
}
.topnfsyun_contents {
	width: 49%;
	margin: 0 0 0 1%;
    padding: 0;
    box-sizing: border-box;
	float: left;
}
.contents_bana3 {
	width: 100%;
	margin: 0 0 10px 0;
	float: left;
}
.contents_bana3 ul {
	width: 100%;
	margin: 0;
    padding: 0;
    display:flex;
	flex-wrap: wrap;
	float: left;
}
.contents_bana3 li {
	width: 50%;
	margin: 0;
    padding: 0 5px;
    box-sizing: border-box;
	float: left;
}
.contents_bana4 { /*バナー横並び*/
	width: 100%;
	margin: 0 0 10px 0;
	float: left;
}
.contents_bana4 ul {
	width: 100%;
	margin: 0;
    padding: 0;
    display:flex;
	flex-wrap: wrap;
	float: left;
}
.contents_bana4 li {
	width: calc(100%/3);
	margin: 0;
    padding: 5px 0;
    box-sizing: border-box;
	float: left;
}
.contents_bana4 li img {
	width: 100%;
}
.contentscover {
	position: relative;
	width: 100%;
	float: left;
}
.contentscover_head {
	position: absolute;
	top: 0px;
}
.globalNavi {
}
.globalNavi ul {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	font-size:0;
	float: left;
}
.globalNavi li {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	display: inline-block;
}
.globalNavi a {
  display: inline-block;
  transition: .3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.globalNavi a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


/********* パンくず **********/
.bread {
	width: 100%;
	font-size: 80%;
	float: left;
}
.bread a {
	color: #ff0000;
}

.breadcrumb {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 80%;
}
.breadcrumb ul {
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  display: inline;/*横並び*/
  list-style: none;
  font-weight: normal;
}
.breadcrumb li:after {
  content: '>';
  padding: 0 0.2em;
  color: #555;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
	color: #ff0000;
}
.breadcrumb li:first-child a:before {
  font-weight: normal;
  font-size: 1.1em;
  color: #2e7fea;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.bread_here {
	color: #333333;
}


/********* side accordion **********/
#accordion {
	width:100%;
	border-bottom:none;       
	background-color: #FFFFFF; 
}
.syncer-acdn-faq{
	margin: 10px 0 ;
}

.syncer-acdn-faq dt ,
.syncer-acdn-faq dd{
	margin: 0 0 0 0 ;
	padding: 4px 0 0 0;
	box-sizing: border-box;
	
}

.syncer-acdn-faq dt:hover{
	cursor: pointer ;
	color: #777 ;
}

.syncer-acdn-faq dt{
	font-weight: 700 ;
}

.syncer-acdn-faq dd{
	display: none ;
	padding: 5px 0 1.5em 5px ;
	box-sizing: border-box;
}
.syncer_box {
	width:100%;
	margin: 0 0 2px 0;
	padding: 5px;
	box-sizing: border-box;
	border-bottom: dotted 1px #999999;
	background: #f5f4df;
	float: left;
}
.sidesearch_title {
	width:100%;
	margin: 0;
	padding: 0 0 5px 0;
	box-sizing: border-box;
	color:#ff0000;
	font-weight: bold;
	float: left;
}
.sidesearch_main {
	width:100%;
	margin: 0;
	padding: 0 0 10px 0;
	box-sizing: border-box;
	font-size: 110%;
	float: left;
}
.sidesearch_main input,select {
	font-size: 100%;
	padding: 2px;
	box-sizing: border-box;
}
.sidesearch_main label {
	width:40%;
	margin: 0 2%;
	padding: 2px;
	box-sizing: border-box;
	font-size: 100%;
	float: left;
}
.sidesearch_main label, input[type='checkbox'] {
    cursor: pointer;
}
.sidesearchbt {
	width:100%;
	margin: 0;
	padding: 10px 5px;
	box-sizing: border-box;
	color: #000000;
	font-size: 150%;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	border-radius: 5px;
	background:linear-gradient(#ffce6c, #cc9933);
}
.sidesearchbt_box {
	width:100%;
	margin: 0 0 20px 0;
	padding: 5px 0;
	box-sizing: border-box;
	float: left;
}



.sideflame {
}
.sideflame ul {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size:0;
	float: left;
}
.sideflame li {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 1px;
	border: 1px solid #F00;
	float: left;
	display: inline-block;
	box-sizing: border-box;
}
.sideflame iframe {
	width: 326px;
	border: none;
}
.sideflame_ch {
	height: 650px;
}
.sideflame_pl {
	height: 580px;
}

.title {
	width: 100%;
	margin: 0 0 5px 0;
}
.title_search {
	width: 100%;
	margin: 0 0 5px 0;
    padding: 10px ;
    box-sizing: border-box;
    background: #ff0000;
    font-size: 150%;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
	float: left;
}

/*footer**********/
#totop {
	width: 100%;
	height:50px;
	margin: 0 0 10px 0;
	float: left;
}
.totop_container {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}
#footer {
	width: 100%;
	color:#ffffff;
	background-color:#000000;
	padding: 0 0 100px 0;
	float: left;
}
#footer a {
	color:#ffffff;
}
#footer a:hover {
	color:#ff0000;
}
.f_sns {
	width: 100%;
	margin: 10px 0 30px 0;
	float: left;
}
.f_sns img {
	width: 30px;
}
.f_nav {
	width: 650px;
	margin: 0 0 10px 0;
	float: left;
}
.f_navbox {
	width: 23%;
	font-size: 100%;
	margin: 0 2% 0 0 ;
	padding: 0;
	float: left;
}
.f_navcategory {
	width: 100%;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.f_nav li {
	width: 90%;
	font-size: 80%;
	margin: 0 0 0 10%;
	padding: 0;
	list-style-type: square;
	float: left;
}
.f_open {
	width: 650px;
	float: left;
}
.f_logo {
	width: 260px;
	float: right;
}
.copy {
	width: 100%;
	font-size: 80%;
	margin: 30px 0 0 0;
	text-align: center;
	float: left;
}


/*topmovie**********/
.topmovie {
	position: relative;
	width: 100%;
	background-color:#000000;
	float: left;
}
.topmovie img {}
.topmoviecover_left {
	position: absolute;
	left: -80px;
	top: 0;
}
.topmoviecover_right {
	position: absolute;
	right: -80px;
	top: 0;
}
.topmoviecover_bottom {
	position: absolute;
	left: 300px;
	top: 540px;
}


/*topmap**********/
.topmap {
	width: 100%;
    margin: 0 0 50px 0;
	float: left;
}


/*pu**********/
.pu {
	width: 340px;
	height: 850px;/*旬なおすすめ無しなら665px*/
	margin: 0 10px 0 0;
	background-color:#f6f6f6;
	float: left;
}
.pu_photo {
	width: 100%;
	float: left;
}
.pu_photo img {
	width: 100%;
}
.pu_name {
	width: 96%;
	margin: 3px 2% 3px 2%;
	font-size: 150%;
	color: #ff0000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	float: left;
}
.pu_size {
	font-size:  60%;
	color: #333333;
}
.pu_comment {
	width: 96%;
	margin: 3px 2% 10px 2%;/*旬なおすすめ無しなら3px 2% 3px 2%*/
	font-size: 80%;
	float: left;
	line-height: 1.4em;
}

/*topics**********/
.topics {
	width: 340px;
	height: 845px;/*旬なおすすめ無しなら665px*/
	margin: 0;
	background-color:#f6f6f6;
	float: left;
}
.topicsborder {
	/*width: 99%;
	height: 727px;旬なおすすめ無しなら598px
	margin: 0;
	border: 1px solid #333333;
	float: left;*/
}
.topicsarea {
	width: 100%;
	height: 773px;/*旬なおすすめ無しなら594px*/
	margin: 0 0 3px 0;
	padding: 3px 10px;
	box-sizing: border-box;
	border: 1px solid #333333;
	overflow: scroll;
	float: left;
}
.topics_title {
	width: 100%;
	font-size: 120%;
	color:#ff0000;
	border-bottom: 1px dotted #333333;
	float: left;
}
.topics_date {
	width: 100%;
	font-size: 80%;
	text-align: right;
	float: left;
}
.topics_main {
	width: 100%;
	float: left;
}
.topics_main img {
	width: 30%;
    margin: 0 1% 5px 0;
	float: left;
}

/*topslidebana**********/
.banaslider {
	width: 100%;
	height: 200px;
	background-color: #333333;
	margin: 0;
	float: left;
}

/*nf**********/
.nf {
	background-color:#f6f6f6;
}
.nfarea {
	width: 100%;
	margin: 0;
	float: left;
}
.nfbox {
	width: 340px;
	margin: 5px ;
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	background-color:#ffffff;
	float: left;
}
.nfboxslide {
	width: 340px;
	margin: 5px ;
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	background-color:#ffffff;
	float: left;
}
.nf_photobox {
	width: 150px;
	margin: 5px;
	position: relative;
	float: left;
}
.nf_photo {
	width: 100%;
	float: left;
}
.nf_photo img {
	width: 100%;
}
.nf_icon {
	width: 100%;
	margin: 0;
	padding :0;
	top: 198px;
	position: absolute;
	float: left;
}
.nf_iconitem {
	width: 16%;
	margin: 0 2%;
	float: left;
}
.nf_iconitem img {
	width: 100%;
}
.nf_iconitem_sche {
    animation: flash 2s linear infinite;/*点滅指定 アニメーション名flashの設定はすぐ下*/
}
@keyframes flash {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.nf_profbox {
	width: 175px;
	margin: 5px 5px 5px 0;
	float: left;
}
.nf_date {
	width: 100%;
	margin: 0 0 5px 0;
	font-size: 80%;
	letter-spacing: 10px;
	color: #ffffff;
	background-color: #ff0000;
	text-align: center;
	float: left;
}
.nf_name {
	width: 100%;
	margin: 0 0 5px 0;
	font-size: 120%;
	color: #ff0000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	float: left;
}
.nf_size {
	width: 100%;
	margin: 0 0 5px 0;
	font-size: 85%;
	color: #333333;
}
.nf_comment {
	width: 168px;
	margin: 0;
	padding: 3px;
	font-size: 80%;
	line-height: 1.4em;
	background-color: #f7eded;
	float: left;
}
.nf_comment a {
	color:#ff0000;
	text-decoration: underline;
}

.nfslide {
	width: 650px;
	height: 250px;
	margin:0 0 0 20px;
	padding:0;
}
.nfslide_li {
	margin:0 5px;
	padding:0;
}

/*list**********/
.prof {
	background-color:#f6f6f6;
}
.prof_photoarea {
	width: 340px;
	margin:  0 0 0 0;
	float: left;
}
.prof_photo {
	width: 340px;
	float: left;
}
.prof_photo img {
	width: 100%;
}
.prof_thumb {
	width: 100%;
	float: left;
}
.prof_thumb img {
	width: 100%;
}
.prof_thumb ul {
	width: 100%;
	margin: 5px 0 0 0;
	display:flex;
	flex-wrap: wrap;
	padding:0;
}
.prof_thumb li {
	width: 18%;
	margin: 0 1%;
	float: left;
}
.prof_profarea {
	width: 340px;
	float: right;
}
.prof_name {
	width: 100%;
	margin: 0 0 2px 0;
	padding: 1px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	font-size: 150%;
	font-weight: bold;
	color: #F00;
	float: left;
}
.prof_size {
	width: 100%;
	margin: 0 0 5px 0;
	font-size: 100%;
	float: left;
}
.prof_commetitle {
	width: 100%;
	margin: 0 0 2px 0;
	padding: 1px 0;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #F00;
	border-left-color: #F00;
	text-indent:8px;
	font-size: 100%;
	font-weight: bold;
	color: #F00;
	float: left;
}
.prof_commemain {
	width: 100%;
	height:80px;
	overflow: scroll;
	margin: 0 0 5px 0;
	font-size: 90%;
	float: left;
}
.prof_commemain2 {
	width: 100%;
	height:120px;
	overflow: scroll;
	margin: 0 0 5px 0;
	font-size: 90%;
	float: left;
}
.prof_play {
	width: 100%;
	font-size:  90%;
	float: left;
}
.prof_play ul {
	width: 100%;
	margin:0;
	padding:0;
	float: left;
}
.prof_play li {
	width: 160px;
	margin: 2px 5px 2px 0;
	padding: 2px 0;
	text-indent:8px;
	display: inline-block;
	float: left;  
}
.prof_play1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F00;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #F00;
	float: left;
}
.prof_play1b {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F60;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #F60;
	float: left;
}
.prof_play2 {
	width: 50px;
	text-align: center;
	font-weight: bold;
	float: right;
}
.prof_prof {
	width: 100%;
	font-size: 90%;
	margin: 0 0 20px 0;
	float: left;
}
.prof_prof ul {
	width: 100%;
	margin:0;
	padding:0;
	float: left;
}
.prof_prof li {
	width: 48%;
	margin: 2px 1% 2px 1%;
	padding: 2px 0;
	float: left;  
}
.prof_prof1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F00;
	vertical-align: top;
	color: #FF0000;
	float: left;
}
.prof_prof2 {
	width: 200px;
	color: #666666;
	float: right;
}

.prof_sche {
	width: 100%;
	margin: 0 0 20px 0;
	float: left;
}
.prof_sche table {
	width: 100%;
	border-spacing: 1px;
	text-align: center;
	font-size: 90%;
	background-color:#666666;
}
.prof_schedate {
	background-color:#CCCCCC;
	padding: 2px 0;
}
.prof_schetime {
	padding: 5px 0;
	background-color:#ffffff;
}
.prof_schedate_sat {
	background-color:#99cccc;
	padding: 2px 0;
}
.prof_schetime_sat {
	padding: 5px 0;
	background-color:#ffffff;
	color:#0099CC;
}
.prof_schedate_sun {
	background-color:#ffcccc;
	padding: 2px 0;
}
.prof_schetime_sun {
	padding: 5px 0;
	background-color:#ffffff;
	color:#FF3399;
}

.prof_syame {
	width: 340px;
	float: left;
}
.prof_syame iframe {
	width: 338px;
	height: 500px;
	border: 1px solid #F00;
	float: left;
}
.prof_movie {
	width: 340px;
	float: right;
}
.prof_movie iframe {
	width: 338px;
	height: 500px;
	border: 1px solid #F00;
	float: left;
}


/*list**********/
.list {
	background-color:#f6f6f6;
}
.list {
	width: 100%;
	float: left;
}
.listarea {
	width: 100%;
	float: left;
}
.listarea ul {
	width: 100%;
	margin: 0;
	padding:0;
    display:flex;/*flexbox------------------------------*/
	flex-wrap: wrap;
	float: left;
}
.listarea li {
	width: 218px;
	margin: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #ff0000;
	background-color:#ffffff;
	float: left;
}
.list_photobox {
	width: 96%;
	margin: 2px 2% 2px 2%;
	position: relative;
	float: left;
}
.list_photo {
	width: 100%;
	float: left;
}
.list_photo img {
	width: 100%;
}
.list_icon {
	width: 100%;
	margin: 0;
	padding :0;
	top:  277px;
	position: absolute;
	float: left;
}
.list_iconitem {
	width: 16%;
	margin: 0 2%;
	float: left;
}
.list_iconitem img {
	width: 100%;
}
.list_profbox {
	width: 96%;
	margin: 2px 2% 2px 2%;
	float: left;
}
.list_name {
	width: 96%;
	margin: 2px 2% 2px 2%;
	font-size: 120%;
	color: #ff0000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	text-align: center;
	float: left;
}
.list_size {
	width: 96%;
	margin: 2px 2% 2px 2%;
	font-size: 85%;
	text-align: center;
	color: #333333;
}
.list_sche {
	width: 96%;
	height: 40px;
	margin: 0 2% 2px 2%;
	float: left;
}
.list_schetime {
	width: 100%;
	font-size: 80%;
	letter-spacing: 5px;
	color: #ffffff;
	text-align: center;
	background-color: #ff0000;
	float: left;
}
.list_nfdate {
	width: 96%;
	margin: 5px 2% 2px 2%;
	font-size: 80%;
	letter-spacing: 5px;
	color: #ffffff;
	text-align: center;
	background-color: #ff0000;
	float: left;
}
.list_comment {
	width: 96%;
	height: 40px;
	margin: 5px 2% 2px 2%;
	font-size: 80%;
	line-height: 1.4em;
	background-color: #f7eded;
	float: left;
}
.list_comment a {
	color:#ff0000;
	text-decoration: underline;
}
.list_selectlist {
	width: 98%;
	margin: 0 1% 20px 1%;
	padding: 5px;
	box-sizing: border-box;
	background: #e7e7e7;
	border-bottom: solid 1px #666666;
	float: left;
}
.list_select_title {
	width: 100%;
	color:#ff0000;
	font-weight: bold;
	float: left;
}
.list_select_main {
	width: 100%;
	font-size: 80%;
	font-weight: bold;
	color:#333333;
	float: left;
}
.list_select_notfound {
	width: 100%;
	margin: 20px 0;
	padding: 10px;
	box-sizing: border-box;
	font-size: 120%;
	font-weight: bold;
	color:#ff0000;
	float: left;
}


/*btlist**********/
.btlist {
	width: 100%;
	float: left;
}
.btlist ul {
	width: 100%;
	margin: 0;
	padding:0;
}
.btlist li {
	width: 30%;
	margin: 1%;
	border-width: 1px;
	border-style: solid;
	border-color: #ff0000;
	background-color:#ffffff;
	float: left;
}
.btlist iframe {
	width: 98%;
	height: 600px;
}


/*ranking**********/
.ranktitleselect {
	width: 100%;
	margin: 20px 0 30px 0;
	float: left;
}
.ranktitleselect ul {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
.ranktitleselect li {
	width: 48%;
	margin: 0 1%;
	padding: 0;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	float: left;
}

/*ボタンのアニメーション */
.ranktitleselectbtn{
	width: 100%;
    position: relative;
	overflow: hidden;
	text-decoration: none;
	display: inline-block;
   	border: 2px solid #ff0000;
    padding: 10px 0px;
    text-align: center;
    outline: none;
    transition: ease .2s;
	border-radius: 5px;
}
.ranktitleselectbtn span {
	position: relative;
	z-index: 3;
	color:#ff0000;
}
.ranktitleselectbtn:hover span{
	color:#fff;
}
.ranktitleselectbgbottom:before {
 	content: '';
 	position: absolute;
 	bottom:0;
 	left: 0;
 	z-index: 2;
 	background:  #ff0000;
 	width: 100%;
	height: 0;
 	transition:.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
.ranktitleselectbgbottom:hover:before{
	 height: 100%;	
 	 background-color: #ff0000;
}

.ranktitle {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 10px auto;
	font-size: 200%;
	font-weight: bold;
	text-indent: 15px;
	border-left: solid 10px #ff0000;
	color:#ff0000;
	float: left;
}

.rankarea {
	width: 100%;
	float: left;
}
.rankarea ul {
	width: 100%;
	margin: 0;
	padding:0;
    display:flex;/*flexbox------------------------------*/
	flex-wrap: wrap;
	float: left;
}
.rankarea li {
	width: 100%;
	margin: 0 0 10px 0;
    padding: 5px;
    box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: #ff0000;
	background-color:#ffffff;
	float: left;
}
.rankarea a {
	display: block;
    text-decoration: none;
    color: #000000;
}
.rank1 {
	background: -moz-linear-gradient(top left, #FFF 60%, #cccc99); 
    background: -webkit-linear-gradient(top left, #FFF 60%, #cccc99); 
    background: linear-gradient(to bottom right, #FFF 60%, #cccc99); 
}
.rank2 {
	background: -moz-linear-gradient(top left, #FFF 60%, #cccccc); 
    background: -webkit-linear-gradient(top left, #FFF 60%, #cccccc); 
    background: linear-gradient(to bottom right, #FFF 60%, #cccccc); 
}
.rank3 {
	background: -moz-linear-gradient(top left, #FFF 60%, #cc9999); 
    background: -webkit-linear-gradient(top left, #FFF 60%, #cc9999); 
    background: linear-gradient(to bottom right, #FFF 60%, #cc9999); 
}
.rank_photobox {
	width: 20%;
	margin: 0;
	position: relative;
	float: left;
}
.rank_photo {
	width: 100%;
	float: left;
}
.rank_photo img {
	width: 100%;
}
.rank_icon {
	width: 100%;
	margin: 0;
	padding :0;
	top: 180px;
	position: absolute;
	float: left;
}
.rank_iconitem {
	width: 16%;
	margin: 0 2%;
	float: left;
}
.rank_iconitem img {
	width: 100%;
}
.rank_profbox {
	width: 80%;
	margin: 0;
    padding: 5px 30px 0 30px;
    box-sizing: border-box;
	text-align: left;
	float: left;
}
.rank_crown {
	width: 100%;
	margin: 0 0 5px 0;
	float: left;
}
.rank_crown img {
	width: 120px;
}
.rank_name {
	width: 100%;
	margin: 0 0 2px 0;
    padding: 0 0 2px 0;
    box-sizing: border-box;
	font-size: 130%;
    font-weight: bold;
	color: #ff0000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	float: left;
}
.rank_size {
	width: 80%;
	margin: 0 0 5px 0;
	color: #333333;
}
.rank_sche {
	width: 100%;
	float: left;
}
.rank_schetime {
	width: 50%;
    padding: 5px 0;
    box-sizing: border-box;
	text-align: center;
    border-radius: 5px;
    background: #ff0000;
    color: #ffffff;
    font-size: 100%;
    font-weight: bold;
	float: left;
}
.rank_comment {
	width: 100%;
	margin: 0 0 10px 0;
	font-size: 90%;
	line-height: 1.3em;
	float: left;
}


/*schedule**********/
.schedule {
}
.sche_day {
	width: 100%;
	text-align:center;
	float: left;
}
.sche_day a {
	color:#ffffff;
}
.sche_day a:hover {
	color:#ffff00;
}
.sche_day a {
  display: inline-block;
  transition: .3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sche_day a:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.sche_day ul {
	width: 680px;
	margin: 0 0 0 5px;
	padding:0;
	float: left;
}
.sche_day li {
	width: 85px;
	font-size: 85%;
	margin: 5px;
	padding: 5px 0 5px 0;
	border-width: 1px;
	border-style: solid;
	border-color: #990000;
	background-image: url(../images/list/sche_daybg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:center;
	float: left;
}
.sche_today {
	width: 100%;
	color:#ff0000;
	font-size: 130%;
	text-align: center;
	font-weight: bold;
	float: left;
}


/*movie**********/
.movielist_new {
	width: 100%;
	float: left;
}
.movielist_new ul {
	width: 100%;
	margin: 0 0 20px 0;
	padding:0;
    display:flex;/*flexbox------------------------------*/
	flex-wrap: wrap;
	float: left;
}
.movielist_new li {
	width: 23%;
	margin: 0 0.5% 5px 0.5%;
	padding: 2px 0.5%;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: #ff0000;
	background-color:#ffffff;
	float: left;
}
.movielist {
	width: 100%;
	float: left;
}
.movielist ul {
	width: 100%;
	margin: 0 0 20px 0;
	padding:0;
	float: left;
}
.movielist li {
	width: 130px;
	height: 150px;
	margin: 5px 3px 5px 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #9900ff;
	background-color:#f7eefa;
	float: left;
}
.movielist_photo {
	width: 100%;
	margin: 0 0 2px 0;
	float: left;
}
.movielist_photo img {
	width: 100%;
}
.movielist_photobox {
	width: 100%;
	float: left;
}
.movielist_name {
	width: 100%;
	margin: 0 0 2px 0;
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	text-align: left;
	float: left;
}
.movielist_title {
	width: 100%;
	margin: 0 0 2px 0;
	font-size: 70%;
	line-height: 1.4em;
	color: #333333;
	text-align: left;
	float: left;
}
.movielist_date {
	width: 100%;
	margin: 0 0 2px 0;
	font-size: 80%;
	color: #ff0000;
	text-align: left;
	float: left;
}
.movielist_size {
	width: 100%;
	margin: 0 0 2px 0;
	font-size: 70%;
	text-align: left;
	color: #333333;
	float: left;
}

.movielistbt {
	width: 100%;
	float: left;
}
.movielistbt ul {
	width: 100%;
	margin: 0 0 20px 0;
	padding:0;
    display:flex;/*flexbox------------------------------*/
	flex-wrap: wrap;
	float: left;
}
.movielistbt li {
	box-sizing: border-box;
	text-align: center;
	border-radius: 5px;
	float: left;
}
.movielistbt a {
	color:#ffffff;
	display: block;
}
.movielistbt_item {
	width: 20%;
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 100%;
	font-weight: bold;
	color:#000000;
}
.movielistbt_select {
	width: 38%;
	margin: 0 1%;
	padding: 5px ;
	color:#000000;
	font-size: 130%;
	font-weight: bold;
	background: #ff0000;
}
.movielistbt_select:hover {
	color:#ffffff;
	background: #cc0000;
}
.movielistbt_unselect {
	width: 38%;
	margin: 0 1%;
	padding: 5px ;
	color:#000000;
	font-size: 130%;
	font-weight: bold;
	background: #999999;
}
.movielistbt_unselect:hover {
	color:#ffffff;
	background: #cc0000;
}



/*syame**********/
.syamelist {
	width: 100%;
	background-color:#f6f6f6;
	float: left;
}
.syamelist ul {
	width: 100%;
	margin: 0 0 20px 0;
	padding:0;
    display:flex;/*flexbox------------------------------*/
	flex-wrap: wrap;
	float: left;
}
.syamelist li {
	width:  164px;
	margin: 5px 3px 5px 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #ff0000;
	float: left;
}
.syamelist_sche {
	width: 96%;
	height:35px;
	text-align: center;
	margin-top: 2px;
	margin-right: 2%;
	margin-bottom: 2px;
	margin-left: 2%;
	float: left;
}
.syamelist_schenext {
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 80%;
	background-color: #666666;
	float: left;
}
.syamelist_schenext_t {
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 80%;
	background-color: #ff0000;
	float: left;
}
.syamelist_schetime {
	width: 100%;
	text-align: center;
	font-size: 70%;
	float: left;
}
.syamelist_photo {
	width: 96%;
	margin: 2px 2% 2px 2%;
	float: left;
}
.syamelist_photo img {
	width: 100%;
}
.syamelist_name {
	width: 96%;
	margin: 2px 2% 2px 2%;
	font-size: 100%;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	text-align: center;
	float: left;
}
.syamelist_size {
	width: 96%;
	margin: 2px 2% 2px 2%;
	font-size: 60%;
	text-align: center;
	color: #333333;
}


/*gravure**********/
.gravurelist {
	width: 100%;
	float: left;
}
.gravurelistarea {
	width: 100%;
	float: left;
}
.gravurelistarea ul {
	width: 100%;
	margin: 0 0 20px 0;
	padding:0;
    display:flex;/*flexbox------------------------------*/
	flex-wrap: wrap;
	float: left;
}
.gravurelistarea li {
	width:  164px;
	margin: 5px 3px 5px 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #ff0000;
	background-color:#ffffff;
	float: left;
}
.gravure_photo {
	width: 96%;
	margin: 2px 2% 2px 2%;
	float: left;
}
.gravure_photo img {
	width: 100%;
}
.gravure_name {
	width: 96%;
	margin: 2px 2% 2px 2%;
	font-size: 100%;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	text-align: center;
	float: left;
}
.gravure_size {
	width: 96%;
	margin: 2px 2% 2px 2%;
	font-size: 60%;
	text-align: center;
	color: #333333;
}


/*event**********/
.event {
	width: 100%;
	float: left;
}
.eventarea {
	width: 100%;
	float: left;
}
.eventarea ul {
	width: 100%;
	margin: 0 0 20px 0;
	font-size: 80%;
	padding:0;
	float: left;
}
.eventarea li {
	width: 100%;
	margin: 10px 0 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ff0000;
	background-color:#ffffff;
	float: left;
}
.event_title {
	width: 100%;
	margin: 0 0 5px 0;
	padding: 5px 0 ;
	text-indent: 5px;
	font-size: 120%;
	color: #ffffff;
	background-color: #ff0000;
	float: left;
}


/*system**********/
.systembox{
	width:100%;
	margin: 0 0 20px 0;
	text-align: center;
	float: left;
}
.systemtitle_m{
	width:100%;
	margin: 5px 0 5px 0;
	padding: 2px 0 2px 0;
	text-align: center;
	color:#ffffff;
	font-size: 150%;
	font-weight : bold;
	background-color:#990066;
	float: left;
}
.systemtitle_s{
	width:100%;
	margin: 5px 0 5px 0;
	padding: 2px 0 2px 0;
	text-align: center;
	color:#ffffff;
	font-size: 150%;
	font-weight : bold;
	background-color:#0066cc;
	float: left;
}
.systemtitle_ss{
	width:100%;
	margin: 5px 0 5px 0;
	padding: 2px 0 2px 0;
	text-align: center;
	color:#ffffff;
	font-size: 150%;
	font-weight : bold;
	background-color:#ff6699;
	float: left;
}
.systemtitle_c{
	width:100%;
	margin: 5px 0 5px 0;
	padding: 2px 0 2px 0;
	text-align: center;
	color:#ffffff;
	font-size: 150%;
	font-weight : bold;
	background-color:#669933;
	float: left;
}
.systemtitle_i{
	width:100%;
	margin: 5px 0 5px 0;
	padding: 2px 0 2px 0;
	text-align: center;
	color:#666666;
	font-size: 150%;
	font-weight : bold;
	background-color:#ccff00;
	float: left;
}
.systemtitle_op{
	width:100%;
	margin: 5px 0 5px 0;
	padding: 2px 0 2px 0;
	text-align: center;
	color:#666666;
	font-size: 150%;
	font-weight : bold;
	background-color:#ffcc00;
	float: left;
}

.systemtitle_men{
	width:100%;
	margin: 5px 0 5px 0;
	padding: 2px 0 2px 0;
	text-align: center;
	color:#ffffff;
	font-size: 150%;
	font-weight : bold;
	background-color:#000000;
	float: left;
}
.systemtitle_cos_op_new{
	width:100%;
	margin: 5px 0 5px 0;
	padding: 2px 0 2px 0;
	text-align: center;
	color:#ffffff;
	font-size: 150%;
	font-weight : bold;
	background-color:#ff3366;
	float: left;
}
.systemtitle_importantnotes {
	width:100%;
	margin: 5px 0 5px 0;
	padding: 2px 0 2px 0;
	text-align: center;
	color:#ffffff;
	font-size: 150%;
	font-weight : bold;
	background-color:#ff0000;
	float: left;
}
.systemtitle_sub {
	width:100%;
	margin: 5px 0 20px 0;
	padding: 2px 10px;
    box-sizing: border-box;
	text-align: center;
	color:#000000;
	font-size: 100%;
	font-weight : bold;
	background-color:#f2f2f2;
	float: left;
}

.systembox span{
	font-size: 160%;
}
.systembox dl{
	width  : 80%;
	margin: 0 10%;
	background-color:#f6f6f6;
	float : left;
}
.systembox dt{
	width  : 50%;
	padding: 2px 0 2px 0;
	clear : both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	float : left;
}
.systembox dd{
	width:50%;
	padding: 2px 0 2px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin-left : 50%;
}
.systemplay{
	width:80%;
	margin: 2px 10% 0 10%;
	text-align: center;
	color:#333333;
	font-size: 90%;
	float: left;
}
.systemplay_new{
	width:80%;
	margin: 2px 10% 0 10%;
	text-align: left;
	color:#333333;
	font-size: 100%;
	float: left;
}
.systemplay_new ul {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
}
.systemplay_new li {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
.systemplay_others {
	width: 100%;
	margin: 10px 0;
    padding: 5px 0 0 0;
    box-sizing: border-box;
	font-size: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D0D0D0;
	float: left;
}
.systemoption{
	width:90%;
	font-size: 100%;
	margin: 2px 5% 0 5%;
	text-align: center;
	color:#333333;
	float: left;
}
.systemoption_new{
	width:90%;
	font-size: 100%;
	margin: 2px 5% 0 5%;
	text-align: left;
	color: #ff3399;
	float: left;
}
.systemoption_importantnotes{
	width:90%;
	font-size: 100%;
	margin: 2px 5% 0 5%;
	text-align: left;
	color:#333333;
	float: left;
}
.systemoption_importantnotes ol{
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
	float: left;
}
.systemoption_importantnotes li{
    width: 100%;
    margin: 0 0 8px 0;
    padding: 0;
    line-height: 1.2em;
	float: left;
}
.systemoption_importantnotes li:before {
    content: "※";
      margin-left: -1em;
}


/*map**********/
.map_togoogle {
	width: 200px;
	font-size: 80%;
	padding:5px;
	text-align: center;
	background-color:#f6f6f6;
	float: right;
}
.map_togoogle a {
	color:#ff0000;
}


/*menrec**********/
.men_rec {
	width:100%;
	margin: 0 0 20px 0;
	text-align: center;
	float: none;
}

/*bbs**********/
.bbs {
	width: 96%;
	margin: 0 0 0 2%;
	float: left;
}
.bbs_box {
	width: 100%;
	margin: 0 0 30px 0;
	float: left;
}
.bbs_title {
	width: 100%;
	margin: 0 0 5px 0;
	font-size: 150%;
	font-weight: bold;
	color: #ff0000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ff0000;
	float: left;
}
.bbs_caption1 {
	width: 100%;
	margin: 0 0 10px 0;
	font-size: 250%;
	font-weight: bold;
	color: #ff0000;
	float: left;
}
.bbs_caption2 {
	width: 100%;
	margin: 0 0 20px 0;
	font-size: 150%;
	font-weight: bold;
	color: #3399FF;
	float: left;
}


/*mag**********/
.mag {
	width: 96%;
	margin: 0 0 0 2%;
	float: left;
}
.mag_box {
	width: 100%;
	margin: 0 0 30px 0;
	float: left;
}
.mag_title {
	width: 100%;
	margin: 0 0 5px 0;
	font-size: 150%;
	font-weight: bold;
	color: #ff0000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ff0000;
	float: left;
}
.mag_form {
	width: 100%;
	margin: 10px 0 50px 0;
	text-align: center;
	float:left;
}
.mag_box {
	width: 100%;
	margin: 0 0 30px 0;
}
.mag_formbox {
	width: 650px;
	font-size:120%;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 40px;
}
.mag_formbt {
	width: 200px;
	font-size:100%;
	margin-bottom: 15px;
	height: 50px;
}

/*enq**********/
.enq {
}
.enqbox {
	width: 96%;
	margin: 0 0 20px 2%;
	float: left;
}
.enq1 {
	width: 100%;
	margin: 0 0 5px 0;
	color: #ff0000;
	text-indent:8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ff0000;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #ff0000;
	float: left;
	font-weight: bold;
}
.enq2 {
	width: 100%;
	margin: 0 0 20px 0;
	float: left;
}
.enq2 select {
	font-size: 120%;
}
.enq3 {
	width: 100%;
	margin: 10px 0 20px 0;
	padding: 5px 0 ;
	color: #ff0000;
	text-indent:8px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	float: left;
}
.enq3 input {
	width: 250px;
	margin: 0 0 20px 0;
	padding: 5px 0 ;
	font-size: 120%;
	float: left;
}

/*coramu------------------------------*/
.coramu {
	background-color: #f6f6f6;
    margin: 0 0 50px 0;
	float: left;
}
.coramu_title {
	width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 100%;
	margin: 5px 0;
	padding: 5px;
    box-sizing: border-box;
    color: #ffffff;
	background-color: #ff0000;
	float: left;
}
.coramu ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;/*flexbox------------------------------*/
	flex-wrap: wrap;
	float: left;
}

.coramu li {
	width: 50%;
	margin: 0;
	padding: 5px;
    box-sizing: border-box;
	float: left;
}
.coramu li img {
	width: 100%;
}


/*contact**********/
.contact {
	width: 100%;
	float: left;
}
.contact1 {
	width: 100%;
	font-size: 100%;
	float: left;
}
.contact2 {
	width: 100%;
	font-size: 100%;
	margin:0 0 10px 0;
	float: left;
}
.contact2 input {
	font-size: 120%;
}
.contact2 textarea {
	width: 100%;
	float: left;
}
.contact3 input {
	width: 250px;
	margin: 0 0 20px 0;
	padding: 10px 0 ;
	font-size: 100%;
	float: left;
}

.required {
	padding: 3px 15px;
    box-sizing: border-box;
	font-size: 80%;
    font-weight: bold;
    color: #ffffff;
    background: #ff0000;
    border-radius: 10px;
}

/*reserve**********/
.reserve1 {
	width: 100%;
	font-size: 120%;
    font-weight: bold;
    border-left: solid 5px #ff0000;
    text-indent: 10px;
    margin: 0 0 5px 0;
	float: left;
}
.reserve2 {
	width: 100%;
	font-size: 100%;
	margin:0 0 15px 0;
    padding: 0 0 10px 0;
    box-sizing: border-box;
    border-bottom: dotted 1px #666666;
	float: left;
}
.reserve2 input {
	font-size: 120%;
}
.reserve2 textarea {
	width: 100%;
	float: left;
}


/*manga**********/
.mangabox {
	width: 100%;
	margin: 0 0 50px 0;
	float: left;
}
.mangabox ul {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
.mangabox li {
	width: 50%;
	margin: 0;
	padding: 5px;
    box-sizing: border-box;
	float: left;
}
.mangabox li img {
	width: 100%;
}
.manga_title {
	width: 100%;
	margin: 0 0 10px 0;
	font-size: 120%;
	font-weight: bold;
	color: #ff0000;
	float: left;
}


/*question**********/
.questionbox1 {
	width: 100%;
	font-size: 120%;
	color: #ffffff;
	background: #ff0000;
	margin: 0 0 20px 0;
	padding: 10px;
	box-sizing: border-box;
	float: left;
}
.questionbox2 {
	width: 100%;
	font-size: 120%;
	color: #000000;
	background: #f2f2f2;
	margin: 0 0 20px 0;
	padding: 10px;
	box-sizing: border-box;
	float: left;
}


/*sitemap**********/
.sitemaparea {
	width: 100%;
	font-size: 120%;
	color: #ff0000;
	margin: 20px 0;
	padding: 0;
	float: left;
}
.sitemaparea a {
	color: #ff0000;
}
.sitemaparea a:hover {
	color: #ff0000;
	text-decoration: underline;
}
.sitemapcolumn1 {
	width: 46%;
	margin: 0 2%;
	padding: 0 10px;
	box-sizing: border-box;
	float: left;
}
.sitemapcolumn2 {
	width: 46%;
	margin: 0 2%;
	padding: 0 10px;
	box-sizing: border-box;
	float: right;
}
.sitemapcolumn1 ul {
	width: 100%;
	margin: 0 0 50px 0;
	padding: 0;
	float: left;
}
.sitemapcolumn1 li {
	width: 100%;
	margin: 0;
	padding: 0 10px;
	box-sizing: border-box;
	float: left;
}
.sitemapcolumn2 ul {
	width: 100%;
	margin: 0 0 50px 0;
	padding: 0;
	float: left;
}
.sitemapcolumn2 li {
	width: 100%;
	margin: 0;
	padding: 0 10px;
	box-sizing: border-box;
	float: left;
}
.sitemapbox_category {
	width: 100%;
	margin: 0 0 5px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #000000;
	float: left;
}
.sitemapbox2 {
	width: 100%;
	margin: 0;
	padding: 0 10px;
	box-sizing: border-box;
	float: left;
}