@charset "utf-8";

/*-------------------------------------------------------
共通
-------------------------------------------------------*/
#contents section h1 {
	padding-top: 15px;
}
#contents section .class_wrapper .class_area {
	width: 685px;
	padding-top: 25px;
	min-height: 310px;
	
}

/*-------------------------------------------------------
クラス紹介
-------------------------------------------------------*/
#class .main_wrapper {
	margin-bottom:20px;
}
#class .class_area p {
	line-height: 30px;
	padding: 10px 20px;
	padding-left: 20px;
	width:380px;
}

#class #pink {
	min-height:440px;
	background-image: url(../img/class/class_pink06.jpg);
	background-repeat: no-repeat;
	background-position: right 80px;
}
#class #blue {
	background-image: url(../img/class/class_blue05.jpg);
	background-repeat: no-repeat;
	background-position: right 80px;
	min-height: 440px;
}
#class #blue .blue_area {
	margin-left: 20px;
	margin-top: 50px;
}
#blue .blue_area h3 {
	width: 280px;
	background-color: #d0f1f9;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #0066cc;
	border-radius: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}

#class #white {
	min-height: 520px;
	background-image: url(../img/class/class_white09.jpg) ,url(../img/class/class_white11.jpg);
	background-repeat: no-repeat ,no-repeat;
	background-position: right 80px, right 280px;
}


#class table {
	margin-left: 20px;
	margin-top:10px;
	border-top:1px dotted #ccc;
}


#class table th ,#class table td{
	border-bottom:1px dotted #ccc;}

#class caption {
	text-align: left;
}
#class table tr td{
	height: 24px;
	line-height: 24px;
	padding: 3px 5px;
}
#class table tr th {
	width: 80px;
	height: 24px;
	line-height: 24px;
	text-align: left;
	padding: 3px 5px;
}
#class #first p {
	line-height: 30px;
	padding: 10px 20px;
	padding-left: 20px;
	width: auto;
	margin-bottom:20px;
}
/*#class #pink_new {
	width: 315px;
	float: left;
	margin-left: 20px;
	background-repeat: no-repeat;
	background-position: 34% bottom;
	background-image: url(../img/class/class_pink05.jpg);
	min-height:280px;
}
#class #aqua {
	width: 315px;
	float: right;
	margin-right: 20px;
	background-repeat: no-repeat;
	background-position: 34% bottom;
	background-image: url(../img/class/class_aqua02.jpg);
	min-height: 280px;
}
#class #pink_new table ,
#class #aqua table {
	margin-top:20px;}*/

/*追加　2016/3/18*/

#class #gold {
	background:url(../img/class/class_gold02.jpg) no-repeat right 80px;
	min-height:270px;}
	

.btn {
	margin-top:16px;}


#class #tumbling {
	border: 2px solid #b4ffe1;
	width: 440px;
	padding: 10px 10px 20px;
	min-height: auto;
	margin-top: 60px;
	/* [disabled]margin-left: auto; */
	margin-right: auto;
	margin-bottom: 40px;
}
#class #tumbling p{
	width:100%;}
#class #tumbling table {
	border:none;}
#class #tumbling table tr th {
	width:auto;
	border:none;}
#class #tumbling table tr td {
	border:none;}
	#class #tumbling table tr td img {
		padding-right:10px;}
/*-------------------------------------------------------
スタッフ紹介
-------------------------------------------------------*/
#staff .class_area .staff {
	padding: 20px;
	color:#333333;
}
#staff .class_area .staff h3 {
	font-size: 18px;
	font-weight: bold;
}
#staff .class_area .staff p {
	padding: 10px;
}
#staff #coach {
	height: 745px;
	margin-bottom: 40px;
}
#staff #coach .txtArea {
	height: 745px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#staff #jimukyoku {
	min-height: 150px;
}
/*-------------------------------------------------------
メンバー専用
-------------------------------------------------------*/
#menber section h2 {
	padding-top:25px;
}
#menber section div {
	padding-top:10px;
}
