@charset "UTF-8";

/*---------------------------------------------------------------------------------------------
  教室ページスタイル
---------------------------------------------------------------------------------------------*/
.dtlSchool {}
/* 共通 */
.dtlSchool h3.mainTit {
	overflow: hidden;
	margin: 0 0 10px;
	padding: 10px 15px;
	background-color: #70B370;
	color: #FFF;
	font-size: 150%;
}
.dtlSchool h3.mainTit span.day {
	display: block;
	font-size: 84%;
}
.dtlSchool h3.movie {
	padding: 0 15px;
	line-height: 35px;
	font-size: 117%;
}
.dtlSchool h3.movie img {
	float: left;
	margin: 5px 10px 0 0;
}

.dtlSchool h3.mainTit .fltL {
	float: left;
	width: 440px;
}

.dtlSchool h3.mainTit ul.attribute {
	float: right;
	margin: -2px 0 5px;
}
.dtlSchool h3.mainTit ul.attribute li {
	float: left;
	width: 65px;
	margin: 4px 0 -3px 3px;
	line-height: 22px;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	border: #FFF 2px solid;
	border-radius: 5px;
}
.dtlSchool h3.mainTit ul.attribute li.col1 {
	background-color: #FF0000;
}
.dtlSchool h3.mainTit ul.attribute li.col2 {
	background-color: #00B0F0;
}
.dtlSchool h3.mainTit ul.attribute li.col3 {
	background-color: #F0BA2D;
}


.dtlSchool .ctsBox {
	margin-bottom: 30px;
	padding: 20px;
	border: #DBDBDB 5px solid;
	background-color: #FFF;
}
.dtlSchool .ctsBox .mainBox {
	margin-bottom: 15px;
	text-align: center;
}
.dtlSchool .ctsBox h4 {
	margin-bottom: 7px;
	color: #EB3F6B;
	text-decoration: underline;
}
.dtlSchool .btnBox2 {
	width: 420px;
	margin: 0 auto;
}
.dtlSchool a.btn2 {
	display: block;
	text-align: center;
	line-height: 30px;
	color: #FFF;
	width: 200px;
	margin: 0 auto;
	line-height: 40px;
	background-color: #F27D9A;
	border-radius: 5px;
}
.dtlSchool a.back {
	float: left;
	margin: 0 5px;
	background-color: #999;
}
.dtlSchool a.send {
	float: left;
	margin: 0 5px;
}

/* 教室名 */
.dtlSchool h2.school {
	display: table;
	width: 660px;
	height: 80px;
	margin-bottom: 15px;
	padding: 0 15px;
	line-height: 80px;
	background: url(/img/detail/bgTitle.png) repeat-x left top;
}
.dtlSchool h2.school p {
	display: table-cell;
	vertical-align: middle;
}
.dtlSchool h2.school p img {
	max-height: 60px;
}
/* メニュー */
.dtlSchool .menuBox {
	overflow: hidden;
	margin: 0 0 30px;
}
.dtlSchool .menuBox ul li {
	float: left;
	margin: 0 1px 0 0;
	width: 169px;
	height: 38px;
	border: #CCC 1px solid;
	background-color: #EEE;
	line-height: 38px;
	text-align: center;
	font-size: 109%;
	color: #A4A4A4;
}
.dtlSchool .menuBox ul li:last-child {
	width: 171px;
	margin: 0;
}
.dtlSchool .menuBox ul li a {
	display: block;
	background-color: #FFF;
	color: #333;
	/*width: 170px;
	height: 38px;
	border: #CCC 1px solid;
	background-color: #FFF;
	line-height: 38px;
	text-align: center;
	font-size: 109%;*/
}
.dtlSchool .menuBox ul li a:hover,
.dtlSchool .menuBox ul li a.active {
	border: #70B370 1px solid;
	background-color: #70B370;
	color: #FFF;
	font-weight: bold;
}
/* トピックス */
.dtlSchool .dgtBox2 .inn .imgBox {
	margin-bottom: 0;
}
.dtlSchool .dgtBox2 .inn .cate {
	padding: 5px 7px;
	color: #FFF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
}
.dtlSchool .dgtBox2 .inn .col1 {background-color: #F27D9A;}/* ピンク */
.dtlSchool .dgtBox2 .inn .col2 {background-color: #428CB2;}/* 青 */
.dtlSchool .dgtBox2 .inn .col3 {background-color: #F3C750;}/* 黄 */
.dtlSchool .dgtBox2 .inn .col4 {background-color: #666;}/* グレイ */
.dtlSchool .dgtBox2 .inn .col5 {background-color: #76A800;}/* 緑 */
.dtlSchool .dgtBox2 .inn .col6 {background-color: #A36AAE;}/* 紫 */
.dtlSchool .dgtBox2 .inn .col7 {background-color: #A52A2A;}/* 赤 */


.dtlSchool .dgtBox2 .inn .txtBox {
/*height: 60px;*/
	height: 80px;
	padding: 7px;
	background-color: #FFF;
}
.dtlSchool .dtlTopics {}
.dtlSchool .dtlTopics .snsBox {
	overflow: hidden;
	margin-bottom: 30px;
}
.dtlSchool .dtlTopics .snsBox h3 {
	margin-top: 10px;
	padding-left: 10px;
	background-color: #E2E2E2;
	border-top: #CCC 1px solid;
	line-height: 30px;
	font-weight: normal;
}
.dtlSchool .dtlTopics .snsBox .fb-comments {
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	background-color: #FFF;
}
.dtlSchool .dtlTopics .snsBox .caution {
	padding: 10px;
	background-color: #FFF;
	border: #CCC 1px solid;
	border-top: none;
	color: #FF6600;
}


/* 講座一覧 */
.dtlSchool .lectureList {
	overflow: hidden;
	margin: 0 -10px 30px 0;
}
.dtlSchool .lectureList .cBox {
	float: left;
	width: 318px;
	margin: 0 10px 7px 0;
	padding: 7px 10px;
	border: #CCC 1px solid;
	background-color: #FFF;
	border-radius: 5px; 
}
.dtlSchool .lectureList .cBox .cImg {
	float: left;
	width: 35px;
	vertical-align: middle;
}
.dtlSchool .lectureList .cBox .cImg img {
	width: 28px;
	height: 28px;
}
.dtlSchool .lectureList .cBox .main {
	font-weight: bold;
	line-height: 28px;
}
.dtlSchool .lectureList .cBox .main img {
	float: left;
}
.dtlSchool .lectureList .cBox ul.sub {
	clear: left;
	margin: 3px 0 0;
	overflow: hidden;
}
.dtlSchool .lectureList .cBox ul.sub li {
	display: inline;
	margin: 0 4px 0 0;
	padding: 0 7px 0 0;
	border-right: #666 1px solid;
	line-height: 1.4;
}
.dtlSchool .lectureList .cBox ul.sub li a {
	color: #666;
}
.dtlSchool .lectureList .cBox ul.sub li a:hover {
	color: #EC406B;
}
.dtlSchool .lectureList .cBox ul.sub li:last-child {
	border-right: none;
}
/* 講座詳細 */
.dtlSchool .lectureDtl {}
.dtlSchool .lectureDtl .mainBox {
	overflow: hidden;
	margin: 20px 0 30px;
}
.dtlSchool .lectureDtl .mainBox .imgBox {
	float: left;
	width: 400px;
	margin: 0 20px 0 0;
}
.dtlSchool .lectureDtl .mainBox .imgBox img {
	width: 400px;
}
.dtlSchool .lectureDtl .mainBox .txtBox {
	overflow: hidden;
}
/* 下部　電話番号・お問い合わせ */
.dtlSchool .btmInfoBox {
	text-align: center;
}
.dtlSchool .btmInfoBox ul {
	display: inline-block;
}
.dtlSchool .btmInfoBox ul li {
	float: left;
	width: 290px;
	height: 100px;
	margin: 0 10px;
	text-align: left;
}
.dtlSchool .btmInfoBox ul li div {
	padding: 23px 0 0 85px;
	font-size: 13px;
}
.dtlSchool .btmInfoBox ul li div p {
	font-size: 25px;
}
.dtlSchool .btmInfoBox ul li a {
	display: block;
	width: 290px;
	height: 100px;
	padding: 0 0 0 85px;
	font-size: 19px;
	line-height: 100px;
}
.dtlSchool .btmInfoBox ul li.tel {
	background: url(/img/detail/bgBtnTel.png) no-repeat;
}
.dtlSchool .btmInfoBox ul li.tel a {
	display: inline;
	padding: 0;
	line-height: 1.5;
	font-size: 25px;
}
.dtlSchool .btmInfoBox ul li a.contact {
	background: url(/img/detail/bgBtnContact.png) no-repeat;
}
.dtlSchool .btmInfoBox ul li a.contact:hover {
	opacity: .8;
	color: #333;
}

.dtlSchool .lectureId {
	margin: 10px 0;
	float: right;
	color: #999;
}

/* サイド
===================== */
.schoolSide {}
.schoolSide h2.school {
	padding: 14px 0 0;
	background: url(/img/common/titleSide1.png) no-repeat top left;
	line-height: 1.5;
	color: #FFF;
	font-size: 109%;
}
.schoolSide h2.school .inn {
	padding: 0 10px 14px;
	background: url(/img/common/titleSide2.png) repeat-y;
}
.schoolSide .infoBox {
	overflow: hidden;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #FFF;
	border-radius: 0 0 5px 5px;
}
.schoolSide .infoBox .imgSchool {
	margin-bottom: 10px;
	text-align: center;
}
.schoolSide .infoBox .imgSchool img {
	max-width: 230px;
}
.schoolSide .infoBox .description {
	overflow: hidden;
	margin-bottom: 20px;
}
.schoolSide .infoBox .description p {
	float: left;
	width: 135px;
	line-height: 1.5;
}
.schoolSide .infoBox .description .teacher {
	float: right;
	width: 80px;
	text-align: center;
}
.schoolSide .infoBox .description .teacher img {
	width: 80px;
}
.schoolSide .infoBox .schoolName {
	padding: 0 0 0 10px;
	line-height: 30px;
	color: #FFF;
	background-color: #70B370;
	font-weight: bold;
}
.schoolSide .infoBox .summary {
	overflow: hidden;
	padding: 5px 5px 0;
	background-color: #EFEFEB;
}
.schoolSide .infoBox .summary h3 {
	margin-bottom: 7px;
	padding: 8px 10px 7px;
	background-color: #FFF;
	font-size: 100%;
}
.schoolSide .infoBox .summary h3 img {
	float: left;
	margin: 1px 8px 0 0;
}
.schoolSide .infoBox .summary p {
	margin-bottom: 12px;
	padding: 0 5px;
}
.schoolSide .infoBox .summary p a.map {
	display: block;
	margin-top: 5px;
	color: #F27D9A;
	text-decoration: underline;
}
.schoolSide .infoBox .summary p a.map i {
	margin: 0 5px 0 0;
	font-size: 92%;
}
.schoolSide .infoBox .summary p a.map:hover {
	text-decoration: none;
	color: #EC406B;
}
.schoolSide .infoBox .summary p span.tel {
	display: block;
	margin-bottom: 3px;
	font-size: 150%;
	font-weight: bold;
}

.topicsViewUpday {
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
	font-size: 16px;
	color: #A4A4A4;
}

.dtlSchool .dgtBox2 .inn .txtBox {
	text-align: left;
}






