@charset "shift-jis";





/*===============================================*/
/*　共通指定　*/
/*===============================================*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix{ display:inline-block; }



/*===============================================*/
/*　音教トップ＞コース詳細ページ　*/
/*===============================================*/

/*sortableの説明文*/
#aboutsort{
	margin:5px 0 0 10px;
}

/*sortableコンパネ*/
#list1{
	width: 678px;
	list-style:none;
	padding:10px;
}
*html #list1{ /*IE6用*/
	width:678px;
}
#list1 li{
	color:#333;
	clear:both;
	margin-bottom:10px;
	border:solid 1px #ccc;
	cursor:move;
	height:auto;
	background:#fff;
}
#list1 li p.title{
	font-size:15px;
	font-weight:bold;
	background:#DFDCCB;
	padding:5px 15px;
	margin:0 auto;
	width:644px;
	border-top:solid 1px #F0F0F0;
	border-left:solid 1px #F0F0F0;
	border-right:solid  1px #aaa;
	border-bottom:solid 1px #aaa;
}
#list1 li p.course_container{
	width:638px;
	height:auto;
	margin:10px 15px;
	border:solid 1px #333;
}
#list1 li p.course_container:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
#list1 li .photo{
	float:left;
	margin-right:20px;
	width:140px;
	height:auto;
	display:block;
}
#list1 li .course_photo{
	float:left;
	margin-right:25px;
	width:300px;
	height:auto;
	display:block;
}
#list1 li p{
	line-height:1.4em;
	font-size:13px;
	margin-top:5px;
}
#list1 .course_rgt{
	float:right;
	display:block;
}

#list1 li .center{
	border-left:solid 3px #ccc;
	border-bottom:solid 1px #ccc;
	padding:2px 0 2px 7px;
	width:auto;
	margin-top:10px;
	clear:both;
}
#list1 li ul.cnt{
	width:auto;
	height:auto;
	list-style:none;
	display:inline-block;
}
#list1 li ul.cnt li{
	float:left;
	width:70px;
	height:auto;
	padding:2px 5px;
	margin:0;
	display:block;
	border:none;
	clear:none;
}


#list1 li ul.cnt li a:link,#list1 li ul.cnt li a:visited{
	font-weight:normal;
}

#list1 li .center_movie{
	border-left:solid 3px #ccc;
	border-bottom:solid 1px #ccc;
	padding:2px 0 2px 7px;
	margin-top:10px;
	width:300px;
	float:right;
}
#list1 li ul.cnt_movie{
	list-style:none;
	display:inline;
	width:305px;
	float:right;
}
#list1 li ul.cnt_movie li{
	float:left;
	width:100px;
	height:auto;
	padding:2px 0;
	margin:0;
	display:block;
	border:none;
	clear:none;
}

/*吉祥寺パンデイロ*/
.course_movie{
	clear:both;
	width:670px;
}

.course_movie_l{
	float:left;
	padding-bottom:10px;
}

.course_movie_r{
	float:right;
	padding-bottom:10px;
}

/*===============================================*/
/*　外部html　薀蓄部分　*/
/*===============================================*/
.description{
	width:588px;
	margin-left:10px;
	padding:26px 40px 18px 40px;
	border:#d5cabc solid 5px;
	}
	
.description h4{	
	width:488px;
	margin:0;
	padding:0 0 5px 100px;
	font-size:small;
	line-height:1.9em;
	background:url(../description/images/icon_column.gif) no-repeat;
	border-bottom:#ded7c6 3px solid;
	}
	
.description img.photo{
	width:190px;
	height:190px;
	margin:10px 0 10px 10px;
	float:right;
	}	
	
.description p{
	font-size:small;
	line-height:1.6;
	}	


/*===============================================
　無料体験導線ページ内コースリスト
===============================================*/
#course_center #list1 li{
	cursor:default;
}