@charset "utf-8";
/* css document */



/*--------------------------------------------
◆base common
---------------------------------------------*/
body,p,h1,h2,h3,small,strong,div,ul,li,img,header,footer,nav,section{
										margin:0;
										padding:0;
										border:none;
										outline:none;
										font-size:1rem;
									}



header,footer,nav,section{display:block;}



html{
	font:13px/1.3 "ヒラギノ角ゴ pro w3";
	-webkit-text-size-adjust:none;
	}



li{list-style:none;}



.clearfix {display: inline-block;}



/* Dreamweaverバグ用 */
.clearfix {overflow:hidden;}



/* MacIE用 */
*+html .clearfix { height: 1%; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }



.tenkyu_box {width:100%;height:auto;text-align:center;}
.tenkyu_box img{max-width:100%;}

/* sidrメニューの見た目補強（任意） */
#sidr-right {
	z-index: 9999999;
	width: 300px;
}

/* sidrがbodyに干渉しないように保険（PC対応も含む） */
body.sidr-open {
	transform: none !important;
	left: auto !important;
	right: auto !important;
	position: static !important;
}

/* 点滅 */
@keyframes blinking {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* 要素にアニメーションを適用 */
.blink {
	animation: blinking 1s ease-in-out infinite alternate;
}
/*--------------------------------------------------------------
◆common
--------------------------------------------------------------*/
body{
	background: #181a36;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
	background-image: url(../img/back.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}



a{
	color:#fff;
	text-decoration:none;
	}



.toptitle{
	width: 100%;
	height: auto;
	margin: 10px auto 0px auto;
	border-top: solid 1px #ba9;
	border-bottom: solid 1px #ba9;
	background: #460e44;
	padding-bottom: 2px;
}

.toptitle img{
	width: 100%;
	max-width: 640px;
}



.back{width:95%;height:auto;margin:10px auto 10px auto;text-align:center;}
.back img{max-width:100%;text-align:center;}



/*--------------------------------------------------------------
◆header
--------------------------------------------------------------*/
header{	
	width: 100%;
	background: #7F1184;
	height: auto;
	padding: 2px;
	margin: 0 auto;
	box-sizing: border-box;
	color: #fff;
	line-height: 14px;
}



#header_img_box{
		width:100%;
		height:auto;
		margin:0 0 0 0;
		text-align:center;
		}



#header_img_box img{max-width:100%;}



header h1{
		font-size:10px;
		text-align:center;
		margin:0px auto 0px auto;
		}
header h1 a{
		font-size:10px;
		text-align:center;
		margin:0px auto 0px auto;
		color: #fff;
		}



/*--------------------------------------------------------------
◆menu
--------------------------------------------------------------*/
#headermenu{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	margin:0px 0 20px 0;
	background-color:rgba(255,165,0,0.1);
	box-shadow: 0px 2px 5px 1px #f00;
	-webkit-box-shadow: 0px 2px 3px 1px #f00;
	-moz-box-shadow: 0px 2px 3px 1px #f00;	
	}



#headermenu ul{
	width:100%;
	height:auto;
	text-align:center;
	margin:5px auto 50px auto;
	}



#headermenu li{
	width:25%;
	height:auto;
	text-align:center;
	float:left;
	margin:5px 0 5px 0;
	}



#headermenu li a{
		display:block;
		color:#fa8072;
		}



#headermenu li img{max-width:50%;}



.menu_title{
		padding: 5px 10px 4px;
		background-color:rgba(255,165,0,0.1);
		border-top: 1px solid #f00;
		border-bottom: 1px solid #f00;
		color: #e91e63;
		font-size: 20px;
		font-weight: bold;
		}



.menu_title span {
		display: block;
		padding: 0px 0 0 2px;
		color: #727272;
		font-size: 8px;
		font-size: 0.8rem;
		font-weight: normal;
		}



.nav_call_title{
			width:100%;
			height:auto;
			text-align:center;
			margin:5px auto 10px auto;
			}



.nav_call_title img{
			max-width:95%;
			margin:0px auto 0 auto;
			}



/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/
#footer {
	background-color: #7F1184;
	color: #FFF;
	padding: 5rem 0;
	position: relative;
	display: block;
	box-sizing: inherit;
	padding-bottom: 90px;
}

#footer-copy {
	font-size: 1rem;
	padding: 1rem 0 0 0;
	border-top: rgba(131, 131, 131, 0.3) 1px solid;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝";
}

.shop-name {
	font-size: 1.6rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝";
}

.open{
	font-size: 1rem;
	line-height: 1.6;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝";
}

.shop-tel{
	font-size: 1rem;
	line-height: 1.6;
}

.shop-info {
	text-align: center;
}

#media_image {
	text-align: center;
}

#media_image img{
	width: 85%;
}

#footer ul{
	font-size: 1.2rem;
	margin: 0 auto 0 auto;
	text-align: center;
}

#footer ul li{
	display: block;
	padding: .25rem 0;
	padding-left: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
	border-color: rgba(122,122,122,0.3);
	font-size: 18px;
	font-family: Century Gothic, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝";	line-height: 45px;
	padding-left: 15px;
}

#footer ul li a::after{
	font-size: 14px;
	padding-left: 10px;
	display: inline;
	font-weight: normal;
	content: attr(title);
}



/*--------------------------------------------------------------
◆section
--------------------------------------------------------------*/
section{padding:10px 0;}
/*--------------------------------------------------------------
◆pickup&new
--------------------------------------------------------------*/
.todaypicupbox{
		width:100%;
		text-align:center;
		}



.todaypicup{
		width:100%;
		text-align:center;
		font-size:x-small;
		margin:0px 0 0px 0;
		}



.toppicupcoment {
	width: 100%;
	height: auto;
	margin: -3px 0 5px 0;
	background-image: url(../img/back.png);
	border-top: solid 1px #ba9;
	border-bottom: solid 1px #ba9;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}



.toppicupcoment  a{color: #fff;}



.picupcomentdate {
	width: 100%;
	  height: auto;
	margin-bottom: -7px;
	color: #fff;
	line-height: 1.2em;
	padding: 15px;
	font-size: 19px;
	text-align: center;
	float: left;
	letter-spacing: 2px;
}



.picupcoment65 {
		width: 95%;
		height: auto;
		color: #000;
		line-height: 2.0em;
		margin:-10px 0 -20px 0;
		padding:10px;
		font-size:12px;
		text-align:left;
		float:left;
		}



.pickupmore {
		text-align: center;
		padding: 10px;
		margin-bottom: 15px;
		}

.pickupmore img {
	margin-top: 15px;
	width: 100%;
	max-width: 200px;
}

.contents_Bg{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	background: rgba(0,0,0,0.4);
}






/*--------------------------------------------------------------
◆top_newface
--------------------------------------------------------------*/
.topnewface{	
		width:100%;
		background-color:#fff;
		text-align:center;
		font-size:x-small;
		margin:5px 0 -5px 0;
		}



.topnewface li{
		float:left;
		width:25%;
		margin:0 0 15px 0;
		line-height:1.3;
		list-style:none;
		}



.topnewface li a{
		width:100px;
		margin:0 auto;
		text-align:center;
		padding:3px 0;
		color:#ff4500;
		}



.topnewface li img{
		margin:2px auto 2px auto;
		-webkit-border-radius:ff4500;
		border:solid 1px #f99;
		padding:2px;
		background: #fff;
		}



.topmore{
	width: 95%;
	margin: 0 auto 0px auto;
	padding-top: 15px;
	padding-bottom: 15px;
}



p.more{
	float: right;
	width: 95%;
	height: 35px;
	font-size: 12px;
	text-align: right;
	text-indent: -21px;
	border-top: solid 1.5px #fff;
	padding: 0 15px 0 0;
}



p.more{font-size: 14px;}

p.more a{
	display: block;
	width: 100%;
	padding: 5px 35px 0 0;
	color: #fff;
}




.event_top_rinzi{width:100%;margin:10px auto 10px auto;text-align:center;}
.event_top_rinzi img{max-width:100%;}



/*--------------------------------------------------------------
◆Newface
--------------------------------------------------------------*/
.newface_daily_page{
		width:100%;
		height:auto;
		overflow:hidden;
		margin:0 auto 0 auto;
		text-align:left;
		color:#000;
		background:#fff url(../img/bg_news_top.gif);
		}



.newface_daily_page a{color:#f00;}



.newface_daily_page_box{
			width:99%;
			height:auto;
			overflow:hidden;
			margin:0 auto 0 auto;
			text-align:left;
			color:#000;
			}



#target_newface {
		width: 100%;
		height: 0px; /* これでデフォルトの高さを設定 */
		overflow: hidden; /* 必須 */
		background:#fff url(../img/bg_news_top.gif);
		border-bottom: 1px solid #f00;
		}



.show_newface{
		width:95%;
		height:50px;
		margin:5px auto 5px auto;
		text-align:center;
		font-size:20px;
		font-weight:bold;
		line-height:50px;
		padding:10px auto 10px auto;
		border-radius: 10px;        /* CSS3草案 */  
		-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
		-moz-border-radius: 10px;   /* Firefox用 */  
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3c5bd+0,e86c57+50,ea2803+51,ff6600+75,c72200+100;Red+Gloss */
		background: rgb(243,197,189); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(243,197,189,1) 0%, rgba(232,108,87,1) 50%, rgba(234,40,3,1) 51%, rgba(255,102,0,1) 75%, rgba(199,34,0,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(243,197,189,1) 0%,rgba(232,108,87,1) 50%,rgba(234,40,3,1) 51%,rgba(255,102,0,1) 75%,rgba(199,34,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(243,197,189,1) 0%,rgba(232,108,87,1) 50%,rgba(234,40,3,1) 51%,rgba(255,102,0,1) 75%,rgba(199,34,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c5bd', endColorstr='#c72200',GradientType=0 ); /* IE6-9 */
		}



/*--------------------------------------------------------------
◆title
--------------------------------------------------------------*/
#title h1{font-size:30px;text-align:center;}
/*--------------------------------------------------------------
◆concept
--------------------------------------------------------------*/
.concept_page{
		width:100%;
	max-width:640px;
		height:auto;
		overflow:hidden;
		margin:0 auto -3px auto;
		color:#000;
		text-align:center;
		}



.concept_page img{max-width:100%;}



.concept_page_box{
width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0px auto 0px auto;
  text-align: center;
  color: #000;
			}



/*--------------------------------------------------------------
◆member
--------------------------------------------------------------*/
.memac1{
		width:100％;
		margin:0px auto -4px auto;
		text-align:center;
		color:#000;
		font-size:12px;
		background:#fff url(../img/bg_news_top.gif);
		}



.memac1 img{max-width:100%;margin:10px auto 0px auto;}



.memac2{
		margin:0 auto 0 auto;
		text-align:left;
		color:#000;
		font-size:10px;
		border-top:none;
		border-bottom:none;
		}



.memac2 a{color:#00f;font-weight:none;}



.memberwaku {
		color:#000;
		background-color: rgb(210, 180, 140);
		line-height: 5px;
		padding-left: 5px;
		text-align:left;
		margin-top: 0px;
		border-left: 1px solid rgb(255, 165, 0);
		border-right: 1px solid rgb(255, 165, 0);
		line-height:25px;
		}



#mfank{
	border-right:1px solid rgb(255, 165, 0);
	border-top: 1px solid rgb(255, 165, 0);
	border-left:1px solid rgb(255, 165, 0);
	border-bottom:1px solid rgb(255, 165, 0);
	}



#mfank li{
		width:46%;
		height:25px;
		margin:5px 2px 5px 4px;
		padding:0 0 0 5px;
		float:left;
		font-size:11px;
		background-color:#fff;
		color:#000;
		border-right: 1px solid rgb(255, 165, 0);
		border-top: 1px solid rgb(255, 165, 0);
		border-left: 1px solid rgb(255, 165, 0);
		border-bottom: 1px solid rgb(255, 165, 0);
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		line-height:25px;
		text-align:left;
		}



.memac3{
		width:98%;
		text-align:left;
		color:#000;
		font-size:18px;
		line-height:26px;
		margin:0 auto 0 auto;
		}



.memac3 img{max-width:100%;margin:0 auto 8px auto;}
.memac3 a{color:#000;font-weight:none;}




.mailmember_box {
			padding: 10px;
			margin:0 auto 5px auto;
			text-align:left;
			color:#000;
			border:solid 1px #ff8c00;
			box-sizing: border-box;
			font-weight:normal;
			line-height:20px;
			}



.mailmember_box_text{
			width:99%;
			height:auto;
			color:#000;
			padding:10px;
			margin:2px auto 10px auto;
			text-align:left;
			background-color: rgba(255,255,255,0.5);
			box-sizing: border-box;
			border:dotted 2px #ff69b4;
			}



.mailmember_box_text span{color:#ff1493;}



.mailmember_text_red {
			margin: auto;
			box-sizing: border-box;
			color: #f00;
    			font-weight: bold;
			font-style:normal;
			font-size:18px;
			}



.mailmember_text_blue {
			margin: auto;
			box-sizing: border-box;
			color: #00f;
    			font-weight: bold;
			font-style:normal;
			font-size:16px;
			}



.mailmember_text_orange {
			margin: auto;
			box-sizing: border-box;
			color: #f00;
    			font-weight: bold;
			font-style:normal;
			font-size:16px;
			}



/*--------------------------------------------------------------
◆recruit
--------------------------------------------------------------*/
.recruit{
		width:100%;
		height:auto;
		margin:0px auto -10px auto;
		text-align:center;
		background:#fff url(../img/bg_news_top.gif);
		}



.recruit h2{
		background-color:#f00;
		color:#fff;
		padding:5px 0px 5px 6px;
		margin:10px 0px 10px 0px;
		font-size:20px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		height:auto;
		text-align:left;
		}



.recruit h3{
		background-color:#f00;
		color:#fff;
		padding:5px 0px 5px 6px;
		margin:10px 0px 10px 0px;
		font-size:16px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		height:auto;
		text-align:left;
		}



.recruit img{max-width:100%;}



.recruit_contents {width:100%;height:auto;margin:15px auto 15px auto;}
.recruit_contents img{border-top: solid 1px #e45252;border-bottom:solid 1px #e45252;}



.rec_img_top{
		width:100%;
		margin:-10px auto 0px auto;
		text-align:center;
		}



.rec_img_top img{max-width:100%;}



.movie {
	text-align: center;
	width: 100%;
	height: auto;
	margin: -10px auto 15px auto;
	}



.movie video{max-width: 100%;height:auto;}



#rec{
		width:100%;
		height:auto;
		margin:5px auto 10px auto;
		text-align:center;
		}



.rec_box{
		font-size:14px;
		padding:10px;
		width:90%;
		height:auto;
		color:#000;
		margin:0px auto 0px auto;
		text-align:left;
		line-height:20px;
		}



.rec_img_bana_box{
			width:100%;
			height:auto;
			margin:-10px auto -13px auto;
			text-align:center;
			}



.rec_img_bana_box img{max-width:100%;}



.rec_img_box{
		width:100%;
		height:auto;
		margin:10px auto 10px auto;
		text-align:center;
		}



.rec_img_box img{max-width:100%;}



.rec_img_box ul{margin:0px auto 0px auto;padding-bottom:5px;}



.rec_img_box li{
		width:95%;
		height:auto;
		margin:10px auto 10px auto;
		text-align:center;
		}



.rec_box2{
		font-size:14px;
		padding:0px;
		width:100%;
		height:auto;
		color:#000;
		margin:-10px auto 0px auto;
		text-align:center;
		line-height:10px;
		background-color: rgba(255,255,255,0.5);
		}



#rec table{
		width:100%;
		margin:0px auto 5px auto;
		text-align:center;
		}



#rec table th,
#rec table td{
		border-bottom:1px dashed #000;
		text-align:left;
		line-height:1.5;
		font-size:95%;
		}



#rec table th{
		width:25%;
		color:#000;
		padding:7px 0 4px 6px;
		}



#rec table td{
		width:75%;
		padding:7px 6px 4px 0;
		color:#000;
		}



#rec table td a{
		color:#00f;
		text-decoration: underline;
		}



.recruit_btn_img {
			width: 100%;
    			height: auto;
			margin: 5px auto 10px auto;
    			text-align: center;
			}



.recruit_btn_img ul {
    			text-align: center;
    			width: 90%;
    			margin: 0 auto 0 auto;
			}



.recruit_btn_img ul li {float:left;width: 25%;}



.recruit_btn_img img {max-width: 95%;}



.recbtn_img_box_helf {
			width: 100%;
			height: auto;
			margin: 0px auto 15px auto;
			text-align: center;
			}



.recbtn_img_box_helf ul {
				text-align: center;
				width: 92%;
				margin: 0 auto 0 auto;
				}



.recbtn_img_box_helf ul li {
    				float: left;
    				width: 50%;
				}



.recbtn_img_box_helf img {max-width: 95%;}



.recruit_text label {
	width:95%;
	height:auto;
	text-align:center;
	display: block;
	margin: 10px auto 10px auto;
	}



.recruit_text label img{
		max-width:100%;
		border: solid 1px #e45252;
		text-align:center;
		border-radius: 10px;        /* CSS3草案 */  
    		-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    		-moz-border-radius: 10px;   /* Firefox用 */  
		}



input[type="checkbox"].on-off{display: none;}
input[type="checkbox"].on-off + ul{height: 0;overflow: hidden;}
input[type="checkbox"].on-off:checked + ul{height: auto;}



.recruit_text {width:100%;height:auto;margin:5px auto 5px auto;}



.recruit_text ul {
			-webkit-transition: all 0.5s;
			-moz-transition: all 0.5s;
			-ms-transition: all 0.5s;
			-o-transition: all 0.5s;
			transition: all 0.5s;
			margin: -5px auto 0 auto;
			padding: 0;
    			list-style: none;
			width:95%;
			text-align:center;
			}



.recruit_text li {
			padding: 10px;
			margin:0 auto 0 auto;
			text-align:left;
			color:#000;
			border: solid 1px #e45252;
			box-sizing: border-box;
			font-weight:normal;
			line-height:20px;
			}



.recruit_text li img{	max-width:100%;
			margin:2px auto 2px auto;
			text-align:center;
			border: solid 1px #e45252;
			border-radius: 8px;        /* CSS3草案 */  
    			-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
    			-moz-border-radius: 8px;   /* Firefox用 */  
			}



.recruit_text_title {
			margin: auto;
			text-align: left;
			padding: 0 0 0 0px;
			color: #fff;
    			font-size: 16px;
    			font-weight: bold;
			}



.recruit_text_red {
			margin: auto;
			text-align: left;
			box-sizing: border-box;
			color: #f00;
    			font-size: 16px;
    			font-weight: bold;
			}



.recruit_page_bana_box{
				width:100%;
				height:auto;
				margin:10px auto 10px auto;
				text-align:center;
				}
.recruit_page_bana_box img{max-width:100%;}



.rec_mynanber_title{
			width:100%;
			height:auto;
			margin:5px auto -3px auto;
			text-align:center;
			}



.rec_mynanber{
		width:100%;
		height:auto;
		margin:0px auto 20px auto;
		text-align:center;
		background-color: rgba(255,0,0,0.1);
		border-bottom:1px solid #ec8484;
		}



.rec_mynanber_body{
			width:95%;
			height:auto;
			padding-top:10px;
			margin:0px auto 0px auto;
			text-align:left;
			color:#000;
			}



.rec_mynanber img{margin:10px auto 15px auto;max-width:95%;text-align:center;}



.recruit_daytona{
			width:100%;
			height:auto;
			margin:0px auto 15px auto;
			text-align:center;
			border-bottom:1px solid #ec8484;
			}



.recruit_daytona p{
			width:100%;
			height:20px;
			background-color:#f9b0b0;
			padding:5px;
			margin:10px auto 0px auto;
			text-align:left;
			color:#fff;
			font-weight:bold;
			font-size:16px;
			line-height:20px;
			}



.recruit_daytona_body{
			width:95%;
			height:auto;
			margin:0px auto 0px auto;
			text-align:left;
			color:#000;
			padding-top:5px;
			padding-bottom:5px;
			line-height:20px;
			}



/*--------------------------------------------------------------
today_news◆使わない
--------------------------------------------------------------*/
.todaynews{width:325px;
overflow:hidden;
margin:auto;
text-align:center;}
.todaynews a{color:#0f0;text-decoration:none;}
/*--------------------------------------------------------------
news◆使わない
--------------------------------------------------------------*/
.news{width:325px;
overflow:hidden;
margin:auto;
text-align:center;}
.news a{color:#0f0;text-decoration:none;}
/*--------------------------------------------------------------
◆書き込みスペースEVENT&DAILY
--------------------------------------------------------------*/
.event_daily_page{
		width:100%;
		height:auto;
		overflow:hidden;
		margin:0 auto 0 auto;
		text-align:left;
		color:#000;
		background:#fff url(../img/bg_news_top.gif);
		}



.event_daily_page a{color:#f00;}



.event_daily_page_box{
			width:99%;
			height:auto;
			overflow:hidden;
			margin:0 auto 0 auto;
			text-align:left;
			color:#000;
			}



.event_daily_page_box_other{
				width:100%;
				height:auto;
				overflow:hidden;
				margin:0 auto 0 auto;
				text-align:left;
				color:#000;
				}



.event_daily_page_box_other{max-width:100%;}



.event_daily_page_box_other2{
				width:100%;
				height:auto;
				overflow:hidden;
				margin:0 auto 0 auto;
				text-align:center;
				color:#000;
				}



.event_daily_page_box_other2 img{max-width:100%;}



/*--------------------------------------------------------------
◆system
--------------------------------------------------------------*/
#system_bg{
		width: 100%;
	max-width:640px;
		margin: 0 auto -5px auto;
		background: #555;
		}

#system_bg img{width:100%;	max-width:640px;}

.system_text1{
	width: 90%;
	margin: 10px auto 0px auto;
	text-align: left;
	line-height: 25px;
	color: #fff;
	font-size: 15px;
	padding: 5px;
}

.system_price{
		width:100%;
		height:auto;
		margin:0 auto 10px auto;
		text-align:center;
		color:#000;
		}
.system_price img{width:100%;}

.system_event{
		width: 94%;
		height:auto;
		margin:0 auto 0 auto;
		text-align:center;
		}

.system_event img{width: 100%;margin: 5px auto 5px auto;text-align: center;border-radius: 10px;}

#system_bg label{
		width:100%;
		height:auto;
		text-align:center;
		display: block;
		margin: 5px auto 10px auto;
		}

#system_bg label img{max-width:95%;text-align:center;}

input[type="checkbox"].on-off{display: none;}
input[type="checkbox"].on-off + ul{height: 0;overflow: hidden;}
input[type="checkbox"].on-off:checked + ul{height: auto;}

.system_text {width:100%;height:auto;margin:5px auto 5px auto;}

.system_text ul{
			-webkit-transition: all 0.5s;
			-moz-transition: all 0.5s;
			-ms-transition: all 0.5s;
			-o-transition: all 0.5s;
			transition: all 0.5s;
			margin: -5px auto 0 auto;
			padding: 0;
    			list-style: none;
			width:89%;
			text-align:center;
			}

.system_text li{
			padding: 10px;
			margin:0 auto 0 auto;
			text-align:left;
			color:#000;
			border: solid 1px #e45252;
			box-sizing: border-box;
			font-weight:normal;
			line-height:20px;
			}

.sys_title{
	background-color: #0000ff;
	color: #fff;
	padding: 10px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
	border: 1px solid EC008C;
	font-size: 22px;
	line-height: 35px;
	height: auto;
	text-align: center;
	font-weight: bold;
	text-indent: 0;
}

.sys_zouzei{
	width: 95%;
	height: auto;
	color: #000;
	margin: 10px auto 15px auto;
	text-align: left;
	border: 1px solid #0000ff;
}

.sys_zouzei_text{
	width: 100%;
	height: auto;
	color: #1d59be;
	padding: 10px;
	margin: 0 auto 0 auto;
	text-align: left;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
}

.sys_zouzei_img_box{
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
	text-align: center;
}

.sys_zouzei_img_box img{max-width: 100%;}

.under {border-bottom: dotted 1px #da163e;}


/*--------------------------------------------------------------
◆Top_最新情報
--------------------------------------------------------------*/
#news {
	text-align: center;
	color: #000;
	width: 100%;
	background: #555 url(../img/back.png);
	padding-bottom: 25px;
}

#news img {
	max-width:90%;
}


.news_top_pickup {
			width:100%;
			height:auto;
			margin:0px auto 0px auto;
			padding:0px;
			text-align:center;
			background-color:#fff;
			}



.news_top_pickup li{
			background-color:#fff;
			width: 100%;   
			height: 185px;
			margin: 0px auto 0px auto;
			position: relative;
			border-top:1px solid #ffe4c4;
			border-bottom:1px solid #ffe4c4;
			display: block;
			}



.news_photo {
		position: absolute;
		width:100px;
		height:150px;
		padding:10px;
		}



.news_photo img {
		margin:0 auto 15px auto;
		width:100px;
		height:150px;
		border:solid 2px #f00;
		}



.news_photo_name {
			color: #000;
			height: 170px;
			line-height: 1.4;
			margin: 10px 0 0 120px;
			overflow: hidden;
			width:100%;
			font-size:14px;
			text-align:left;
			font-weight: normal;
			}



.hitokoto_top {
		font-size:14px;
		line-height:12px;
		color: #4169e1;
		font-weight:bold;
		}



.name_top_news {
		font-size:18px;
		font-weight:bold;
		line-height:12px;
		color: #e4007f;
		}



.news_top_size{
		text-align:left;
		font-size:14px;
		color:#778899;
		margin-bottom:5px;
		}



.comment_box_topnews{
		width:60%;
		height:auto;
		font-size:12px;
		line-height:18px;
		padding:3px;
		text-align:left;
		color:#000;
		position: absolute;
		}



.news_top_time {
		font-size:15px;
		color:#f00;
		margin:0px 0 1px 0px;
		font-weight:bold;
		line-height:165px;
		}



.arrow_img{
		text-align:right;
		margin:-95px 5px 0 0px;
		position:relative;
		}



.show{
		width:95%;
		height:50px;
		margin:10px auto 5px auto;
		text-align:center;
		font-size:20px;
		font-weight:bold;
		line-height:50px;
		padding:10px auto 10px auto;
		border-radius: 10px;        /* CSS3草案 */  
		-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
		-moz-border-radius: 10px;   /* Firefox用 */  
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3c5bd+0,e86c57+50,ea2803+51,ff6600+75,c72200+100;Red+Gloss */
		background: rgb(243,197,189); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(243,197,189,1) 0%, rgba(232,108,87,1) 50%, rgba(234,40,3,1) 51%, rgba(255,102,0,1) 75%, rgba(199,34,0,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(243,197,189,1) 0%,rgba(232,108,87,1) 50%,rgba(234,40,3,1) 51%,rgba(255,102,0,1) 75%,rgba(199,34,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(243,197,189,1) 0%,rgba(232,108,87,1) 50%,rgba(234,40,3,1) 51%,rgba(255,102,0,1) 75%,rgba(199,34,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c5bd', endColorstr='#c72200',GradientType=0 ); /* IE6-9 */
		}



.todaystop{
		width:100%;
		height:auto;
		overflow:hidden;
		margin:0 auto 0 auto;
		text-align:left;
		color:#000;
		}



/*--------------------------------------------------------------
◆Top_コンテンツ
--------------------------------------------------------------*/
.topss{
		width:100%;
		height:auto;
		margin:0 auto 0px auto;
		text-align:center;
		color:#C7B994;
		font-size:30px;
		font-weight:bold;
		background-image: url(../img/back.png);
		}



.topss img{max-width:100%;margin-top:3px;}



.topss2{
		width:100%;
		height:auto;
		margin:0px auto 0px auto;
		text-align:center;
		}



.topss2 img{max-width:100%;}



.syukkintop{color:#e5b349;}



.syukkintop3{
		font-size:28px;
		color:#e5b349;
		}



/* 点滅 */
.blinking_top_re{	
		color: #e5b349;
		font-size: 15px;
		font-weight: bold;
		-webkit-animation:blink 0.7s ease-in-out infinite alternate;
		-moz-animation:blink 0.7s ease-in-out infinite alternate;
		animation:blink 0.7s ease-in-out infinite alternate;
		}

.blinking2{	
		color:#e5b349;
		font-size:24px;
		-webkit-animation:blink 0.7s ease-in-out infinite alternate;
		-moz-animation:blink 0.7s ease-in-out infinite alternate;
		animation:blink 0.7s ease-in-out infinite alternate;
		}



@-webkit-keyframes blink{
				0% {opacity:0.2;}
				100% {opacity:1;}
				}



@-moz-keyframes blink{
			0% {opacity:0.2;}
			100% {opacity:1;}
			}



@keyframes blink{
			0% {opacity:0.2;}
			100% {opacity:1;}
} 




.event_list {
	text-align: center;
}
.event_list img {
	max-width: 100%;
}



/*--------------------------------------------------------------
◆top_schedule
--------------------------------------------------------------*/
.topsch_list{	
	text-align: center;
	margin: 15px 0 15px 0;
}

.topsch_list li{
	float: left;
	width: 33.3%;
	margin: 10px 0 15px 0;
	line-height: 1.3;
	list-style: none;
}

.topsch_list li a{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 3px 0;
	color: #fff;
}

.topsch_list li img{
	margin: 2px auto 2px auto;
	border: solid 1px #fff;
	padding: 2px;
	background: #fff;
}



/*--------------------------------------------------------------
◆schedule
--------------------------------------------------------------*/
.schedule_box{
	width: 100%;
	height: 130px;
	margin: 0 auto 0 auto;
	text-align: center;
	background-image: url(../img/back.png);
}

.select-sch {
	width: 95%;
	height: 55px;
	text-align: center;
	margin: 0px auto 5px auto;
	padding-top: 20px;
}

.select-sch select {
	width: 90%;
	height: 40px;
	text-align: center;
	font-size: 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 10px;
}

.syukkin_day_box{
	width: 85%;
	margin: 0px auto 0px auto;
	position: relative;
	text-align: center;
}



.syukkin_day{
	font-size: 28px;
	color: #ba9;
	font-weight: bold;
	padding: 10px;
	line-height: 35px;
}
 



/*--------------------------------------------------------------
◆一覧・新人・スケジュール用リストレイアウト
--------------------------------------------------------------*/
/* clearfix（float使用時の高さ崩れ防止） */
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/* 全体ラッパー */
.list_thumbnail {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
	background: #181a36;
}

/* UL初期化＆clearfix適用推奨 */
.list_thumbnail ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* 各li設定：2列・float配置 */
.list_thumbnail li {
	float: left;
	width: 48%;
	margin: 10px 1%;
	color: #fff;
	position: relative;
	display: block;
	background: rgba(255, 255, 255, 0.1);
	box-sizing: border-box;
	border-radius: 10px;
	border: 2px solid #fff;
	background-image: url(../img/back.png);
	min-height: 300px; /* 必要に応じて高さ調整 */
}

/* 奇数個のとき最後のliだけ左寄せ（他と被らない） */
.list_thumbnail li:nth-last-child(1):nth-child(odd) {
	margin-left: 0;
	clear: both;
}

/* サムネイル画像 */
.list_thumbnail li img {
	margin: 5px auto 1px auto;
	max-width: 85%;
	border: 1px solid #fff;
	display: block;
}

/* 名前・スペック表示 */
.thumbnail_photo_name {
	color: #000;
	line-height: 1.4;
	margin: 0 auto;
	width: 100%;
	font-size: 14px;
	text-align: center;
}

.thumbnail_name {
	font-size: 18px;
	font-weight: bold;
	line-height: 12px;
	color: #fff;
}

.thumbnail_size {
	font-size: 14px;
	color: #fff;
	margin-bottom: 5px;
}

.thumbnail_time {
	font-size: 15px;
	color: #ba9;
	margin: 0px;
	font-weight: bold;
}

/* サムネアイコン1（画像の上に乗る） */
.thumbnail_listicon {
	width: 90%;
	margin: -65px 0 0 22px;
	text-align: center;
	position: absolute;
}

.thumbnail_listicon ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.thumbnail_listicon ul li {
	text-align: center;
	width: 60px;
	margin: 5px auto;
	background: none;
	border: none;
}

/* サムネアイコン画像 */
.thumbnail_listicon ul li img {
	margin: 0 auto;
	border: none;
	display: block;
}

/* サムネアイコン2（下部の複数タグ） */
.thumbnail_listicon2 {
	margin: 0 auto 15px auto;
	text-align: center;
	width: 90%;
}

.thumbnail_listicon2 ul {
	width: 100%;
	height: 30px;
	text-align: center;
	margin: 0 auto;
	max-width: 166px;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.thumbnail_listicon2 ul li {
	width: 25%;
	height: 22px;
	margin: 1px auto 0 auto;
	background: none;
	border: none;
	text-align: center;
}


/*--------------------------------------------------------------
◆list
--------------------------------------------------------------*/
.list_category{
		width:99%;
		margin:5px auto 5px auto;
		text-align:center;
		}



.list_category ul{
		width:99%;
		margin:5px auto 5px auto;
		text-align:center;
		}



.list_category ul li{
			float:left;
			width:33%;
			text-align:center;
			margin-left:1px;
			}



.list_category ul li img{max-width:100%;}



/*--------------------------------------------------------------
◆ranking
--------------------------------------------------------------*/
.rankingtitle{
			width:100%;
			height:30px;
			background-color:rgba(255,165,0,0.1);
			margin:10px auto 0px auto;
			border-top:solid 1px #f00;
			border-bottom:solid 1px #f00;
			text-align:center;
			font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
			color:#000;
			}



.rankingtitle_shadow {
			margin:0px 0 0 9px;
			padding-top:3px;
			font-size:20px;
			font-weight:bold;
			text-shadow: 1px 1px #fff,-1px 1px #fff,1px -1px #fff,-1px -1px #fff;
			}

.ranking_bg{
		width:100%;
		margin:0 auto 0px auto;
		background:#fff url(../img/bg_ranking.gif);

		}



.ranking_days {
		width: 100%;   
		height: auto;
		margin: 0px auto -5px auto;
		position: relative;
		border:none;
		}



.ranking_days li{
		width: 100%;  
		height:auto; 
		margin: 0px auto 10px auto;
		position: relative;
		border:none;
		}



.ranking_img {
		width:50%;
		height:auto;
		float: left;
		text-align:center;
		}



.ranking_img img {
			margin:10px auto 10px auto;
			max-width:85%;
			height:auto;
			text-align:center;
			border:solid 1px #f00;
			border-radius: 10px;		/* CSS3草案 */
			-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
			-moz-border-radius: 10px;	/* Firefox用 */
			}



.ranking_info {
		color: #fff;
		float: right;
		height: auto;
		line-height: 1.5;
		margin:10px auto 0 auto;
		overflow: hidden;
		width: 50%;
		font-size:18px;
		text-align:center;
		font-weight: bold;
		}



.ranking_info img {margin:7px auto 0 auto;}



.ranking_comment {
			height: auto;
			margin: -10px auto 35px auto;
			overflow: hidden;
			width: 100%;
			background-color:#ffe0f0;
			border-top: 2px solid #faa;
			border-bottom: 2px solid #faa;
			}



.ranking_comment_text {
			color: #000;
			height: auto;
			line-height: 1.4;
			width: 99%;
			font-size:14px;
			text-align:left;
			padding:5px;
			font-weight: normal;
			}



.ranking_name{
		font-size:25px;
		color:#fff;
		margin:25px auto 10px auto;
		text-align:center;
		}



.ranking_3size {
		color: #fff;
		line-height: 1;
		margin:15px auto 15px auto;
		font-size:12px;
		text-align:center;
		font-weight: bold;
		}



.ranking_profile {text-align:center;margin:0 auto 0 auto;}
.ranking_profile img{max-width:55%;}







/* 点滅 */
.blinking{
		font-size:20px;
		color:#f00;
		-webkit-animation:blink 0.7s ease-in-out infinite alternate;
		-moz-animation:blink 0.7s ease-in-out infinite alternate;
		animation:blink 0.7s ease-in-out infinite alternate;
		}



@-webkit-keyframes blink{
				0% {opacity:0.2;}
				100% {opacity:1;}
				}



@-moz-keyframes blink{
			0% {opacity:0.2;}
			100% {opacity:1;}
			}



@keyframes blink{
			0% {opacity:0.2;}
			100% {opacity:1;}
} 



/*--------------------------------------------------------------
◆detail
--------------------------------------------------------------*/
.profile_information {
	background: rgba(0,0,0,0.3) url("../img/toppickup_bg.png");
	background-size: contain;
	width: 100%;   
	height: auto;
	margin: 0 auto 15px auto;
	position: relative;
	border-bottom: solid 0px #fff;
}



.photo_window{
	text-align: center;
	margin: 0 auto 10px auto;
	width: 100%;
	height: auto;
	box-sizing: border-box;
}



.dwindow{
		text-align:center;
		margin:10px auto 0 auto;
		width:281px;
		height:420px;border:solid 1px #ffa500;
		}
.dwindow img{}



.pickup2 {
		background-image: url("../img/prof_bg.png");
		width: 100%;   
		height: 560px;
		margin: 0px auto 25px auto;
		position: relative;
		border-bottom:solid 1px #ffa500;
		}



.jpfont {
		font-size:9px;
		line-height:10px;
		color:#fff;
		padding-left:5px;
		}



.content_profile {
			width:100%;
			margin:-25px auto 0 auto;
			border-top:none;
			border-bottom:none;
			}



.detail_name {
		text-align: center;
		margin: 0px auto 0px auto;
		width: 95%;
		height: 30px;
		font-size: 25px;
		font-weight: bold;
		color: #ba9;
		line-height: 30px;
		font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
		}



.profileicon1 {
		width:100%;
		font-size:20px;
		color: #ba9;
		background-color:#460e44;
		line-height: 30px;
		letter-spacing: 0.1em;
		border-top: 1px solid #ba9;
		border-bottom: 1px solid #ba9;
		text-align: center;
		}



.profileicon2 {
		width:100%;
		color:#ba9;
		background-color: #460e44;
		line-height: 25px;
		text-align:left;
		padding: 5px;
		box-sizing: border-box;
		}



.font {
	font-family: 'Cantata One', serif;
	font-weight: 400;
	letter-spacing:-0.01em;
	font-size:17px;
	}



.content_profile ul {
margin-bottom: 20px;
  border-bottom: 1px solid #ba9;
  word-break: break-word;
  overflow-wrap: break-word;
  text-align: left;
  line-height: 25px;

			}



.content_profile ul#shopcomment li{

					color:#fff;
					border:none;
					padding:5px;
					width:100%;
					box-sizing: border-box;
					}



.content_profile ul#pfschedule li:nth-child(2n) {
font-size: 18px;
  background: rgba(122,122,122,0.3);
  float: left;
  margin-right: 7px;
  color: #fff;
  width: 90px;
  text-align: center;
							}



.content_profile ul#pfank li{
font-size: 14px;
  color: #fff;
  border-top: 1px solid #ba9;
  border-bottom: none;
  padding: 7px;
  box-sizing: border-box;
  text-align: left;
}



.profileicon3 {	
		width:100%;
color: #ba9;
  background-color: #460e44;
		line-height: 25px;
		text-align:left;
		padding: 5px;
		box-sizing: border-box;
		}



#pfank2{
	border-bottom:none;
	width:100%;
	text-align:center;
	margin:0 auto 10px auto;
	}



#pfank2	li{
		width: 32.2%;
		height: 25px;
		margin: 5px 1px 5px 3px;
		float: left;
		font-size: 13px;
		background-color: #fff;
		color: #460e44;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		line-height: 25px;
		text-align: center;
		}



.content_profile ul#pfschedule li{
	margin: 0px;
	text-align: left;
	padding: 5px;
	font-size: 18px;
	border-top: 1px solid #ba9;
	color: #ba9;
	background-color: #460e44;
}



.today{
		width:100%;
		text-align:center;
		color:#fff;
		font-weight:bold;
		font-size:18px;
		margin: 5px auto -5px 0px;
		border:none;
		}



.profcom{
		width:100%;
		text-align:center;
		color:#000;
		font-size:12px;
		margin: 0px auto 0 auto;
		}



.detailicon{
		width:300px;
		height:55px;
		margin:12px auto 0 auto;
		}



.detailicon ul {
		width:320px;
		height:55px;
		margin:0 0 0 2px;
		}



.detailicon ul li {
			text-align:center;
			width:70px;
			height:35px;
			float:left;
			margin:3px 5px 2px 0;
			}



.detailicon ul li img {

			}



.detail_gv{
		margin:0px auto 25px auto;
		width:100%;
		height:auto;
		text-align:center;
		}

.detail_gv img{max-width:100%;height:auto;}



.movie {
	text-align: center;
	width: 100%;
	height: auto;
	margin: -10px auto 15px auto;
	}



.movie video{max-width: 100%;height:auto;}



/*--------------------------------------------------------------
◆gravure
--------------------------------------------------------------*/
.gravure{
		width:100%;
		height:auto;
		margin:0px auto -5px auto;
		text-align:center;
		background:#fff url(../img/bg_news_top.gif);
		}



.gravure a{
		margin:0px auto 15px auto;
		color:#000;
		}



.gravure img{
		max-width:95%;
		margin:15px auto 5px auto;
		text-align:center;
		border: 1px #CD4187 solid;
		}





/*--------------------------------------------------------------
◆gravure
--------------------------------------------------------------*/
.gravure{
		width:100%;
		height:auto;
		margin:0px auto -5px auto;
		text-align:center;
		background:#fff url(../img/bg_news_top.gif);
		}



.gravure a{
		margin:0px auto 15px auto;
		color:#000;
		}



.gravure img{
		max-width:95%;
		margin:15px auto 5px auto;
		text-align:center;
		border: 1px #f00 solid;
		}



/*--------------------------------------------------------------
◆写メ掲示板
--------------------------------------------------------------*/
.syamebbs{
		width:100%;
		height:auto;
		margin:0px auto -3px auto;
		text-align:center;
		background:#fff url(../img/bg_news_top.gif);
		color:#000;
		}



.syamebbs ul{
		width:95%;
		height:auto;
		margin:10px auto 10px auto;
		text-align:center;
		}



.syamebbs ul li{
		width:90%;
		height:auto;
		text-align:center;
		margin:25px auto 10px auto;
		padding:15px;
		border-bottom:solid 1px #b8b8b8;
		}



/*--------------------------------------------------------------
◆カード決済
--------------------------------------------------------------*/
.card_area{
		width:100％;
		margin:10px auto 7px auto;
		padding:5px;
		text-align:left;
		color:#000;
		font-size:12px;
		}



.card_area2{
		width:100％;
		overflow:hidden;
		margin:auto;
		text-align:left;
		padding: 0 0 3px 7px;
		color:#f00;
		font-size:16px;
		font-weight: bold;
		}



.card_area a{
		color:#f00;
		}



/*--------------------------------------------------------------
topgravure◆使わない
--------------------------------------------------------------*/
.topgr {width:350px;margin: -8px auto 0 auto;text-align: center;overflow: hidden;border-top:none;border-bottom:none;}
.topgr li{width:350px;float:left;margin:0 auto 0 auto;text-align:center;}
.topgr li img{width:315px;height:auto;text-align:center;}



/*--------------------------------------------------------------
◆お問合せ
--------------------------------------------------------------*/
.contact_page{
		width:100%;
		height:auto;
		overflow:hidden;
		margin:0 auto -5px auto;
		padding-bottom:10px;
		text-align:center;
		color:#000;
		background:#fff url(../img/bg_news_top.gif);
		}



.contact_page_box{
			width:99%;
			height:auto;
			overflow:hidden;
			margin:0 auto 0 auto;
			text-align:left;
			color:#000;
			padding:20px 5px 0 5px;
			font-size:13px;
			line-height:28px;
			}



.contact_page a{font-size:20px;color:#f00;text-align:center;}



/*--------------------------------------------------------------
◆挨拶ページ
--------------------------------------------------------------*/
.rinzititle{
			width:100%;
			height:30px;
			background-color:rgba(255,165,0,0.1);
			color:#000;
			font-size:20px;
			font-weight:bold;
			line-height:30px;
			margin:10px auto 0px auto;
			border-top:solid 1px #f00;
			border-bottom:solid 1px #f00;
			text-align:center;
			font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
			}



.rinzi_page{
		width:100%;
		height:auto;
		overflow:hidden;
		margin:0 auto -7px auto;
		text-align:left;
		color:#000;
		background:#fff url(../img/bg_news_top.gif);
		}



.rinzi_page a{color:#f00;}



.rinzi_page_box{
			width:95%;
			padding:10px;
			height:auto;
			margin:0 auto 0 auto;
			color:#000;
			font-size:20px;
			}



.rinzi_page_box center{margin-bottom:-30px;}




.rinzi_page_box img{
			margin:0 auto 0 auto;
			max-width:95%;
			height:auto;
			text-align:center;
			}



.rinzi_top_title{
			width:100%;
			height:auto;
			text-align:center;
			margin:5px auto 10px auto;
			}



.rinzi_top_title img{
			max-width:95%;
			margin:0px auto 0 auto;
			}



.rinzi_banner_box{
			width:100%;
			height:auto;
			margin:0 auto -2px auto;
			text-align:center;
			}



.rinzi_banner_box img{
			margin:0 auto 0 auto;
			max-width:100%;
			height:auto;
			text-align:center;
			}



/*--------------------------------------------------------------
◆トップ用点滅テキスト
--------------------------------------------------------------*/
.blinking_top_box{
			width:95%;
			height:auto;
			background:#f00 url(../img/prof_bg.png);
			margin:5px auto 5px auto;
			text-align:center;
			border:solid 1px #f00;
			border-radius: 10px;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			}



/* 点滅 */
.blinking_top{
		padding:10px;
		font-size:20px;
		line-height:24px;
		color:#000;
		font-weight:bold;
		-webkit-animation:blink 0.7s ease-in-out infinite alternate;
		-moz-animation:blink 0.7s ease-in-out infinite alternate;
		animation:blink 0.7s ease-in-out infinite alternate;
		}



/*--------------------------------------------------------------
card
--------------------------------------------------------------*/
.card_link_box{
		text-align:center;
		margin:10px auto 10px auto;
		width:97%;
		border-radius: 10px;		/* CSS3草案 */
		-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
		-moz-border-radius: 10px;	/* Firefox用 */
		background-color:#ff8c00;
		}



.card_link_box a{color:#fff;font-weight:bold;font-size:16px;display:block;padding:15px;}



.card_call_box{
		text-align:center;
		margin:20px auto 10px auto;
		width:97%;
		border-radius: 10px;		/* CSS3草案 */
		-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
		-moz-border-radius: 10px;	/* Firefox用 */
		background-color:#ff1493;
		}



.card_call_box a{color:#fff;font-weight:bold;font-size:16px;display:block;padding:15px;}



.concept_page label {
	width:97%;
	height:auto;
	text-align:center;
	display: block;
	margin: 10px auto 5px auto;
	}



.concept_page label img{
		max-width:100%;
		text-align:center;
		border-radius: 5px;        /* CSS3草案 */  
    		-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    		-moz-border-radius: 5px;   /* Firefox用 */  
		}



input[type="checkbox"].on-off{display: none;}
input[type="checkbox"].on-off + ul{height: 0;overflow: hidden;}
input[type="checkbox"].on-off:checked + ul{height:auto;}



.card_text {width:100%;height:auto;margin:5px auto 25px auto;}



.card_text ul {
			-webkit-transition: all 0.5s;
			-moz-transition: all 0.5s;
			-ms-transition: all 0.5s;
			-o-transition: all 0.5s;
			transition: all 0.5s;
			margin: -5px auto 0 auto;
			padding: 0;
    			list-style: none;
			width:97%;
			text-align:center;
			}



.card_text li {
			padding: 10px;
			margin:0 auto 0 auto;
			text-align:left;
			color:#000;
			border:solid 1px #ff8c00;
			box-sizing: border-box;
			font-weight:normal;
			line-height:20px;
			background-color: rgba(255,255,255,0.5);
			}



.card_coution {width:100%;height:auto;margin:15px auto 10px auto;}



.card_coution_title {
			width:97%;
			height:auto;
			text-align:center;
			display: block;
			margin: 15px auto 10px auto;
			}



.card_coution_title img{
			max-width:100%;
			text-align:center;
			border-radius: 5px;        /* CSS3草案 */  
    			-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    			-moz-border-radius: 5px;   /* Firefox用 */  
			}



.card_coution ul {
			margin: -7px auto 15px auto;
			padding: 0;
    			list-style: none;
			width:97%;
			text-align:center;
			}



.card_coution li {
			padding: 10px;
			margin:0 auto 0 auto;
			text-align:left;
			color:#000;
			border:solid 1px #ff8c00;
			box-sizing: border-box;
			font-weight:normal;
			line-height:20px;
			}



.card_text_red {
			margin: auto;
			box-sizing: border-box;
			color: #f00;
    			font-weight: bold;
			font-style:normal;
			}



.card_text_pink {
			margin: auto;
			box-sizing: border-box;
			color: #ff69b4;
    			font-weight: bold;
			font-style:normal;
			}



.card_text_orange {
			margin: auto;
			box-sizing: border-box;
			color: #f00;
    			font-weight: bold;
			font-style:normal;
			}



.card_text_box{
		width:100%;
		height:auto;
		color:#000;
		padding:5px;
		margin:2px auto 10px auto;
		text-align:left;
		background-color: rgba(255,255,255,0.5);
		box-sizing: border-box;
		border:dotted 1px #ff69b4;
		}



.top_card_banner{width:100%;text-align:center;margin:0 auto 0 auto;}
.top_card_banner li{margin:0 auto 0 auto;}
.top_card_banner li img{max-width:100%;}



table.list {
	border-spacing: 0;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}
table.list tr {
}
table.list a {
	text-decoration: none;
}
table.list a:hover {
	text-decoration: underline;
}
table.list th, table.list td {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	padding: 5px 10px;
	color: #000;
}
table.list.thLeft th {
	text-align: left;
}
table.list th {
	font-size: 14px;
	background-color: #666;
}
table.list td {
	font-size: 14px;
}
table.list th.disable, table.list td.disable {
	background-color: #999;	
}
