
/*  メイン画像　*/
/*--------------------------------------------------------*/

.main_image{	
}

/*  メイン画像　*/
/*--------------------------------------------------------*/

.mainmessageBox{
	text-align:center;
	padding-top:25px;
	padding-bottom:25px;
}

.mainmessageBox h2{
	font-size:110%;
	font-weight:bold;
	line-height:1.5em;
}

/*  クラスの紹介　*/
/*--------------------------------------------------------*/

.classBox{
	margin-bottom:50px;
}

.classBox table.tbl_class{
	width:940px;
	border-collapse: collapse;
}

.classBox table.tbl_class tr td{
 	border-width: 2px 2px; /* 上下左右に線を引く */
	border-color: #FBD499; /* 線色 */
	border-style: solid; /* 線種：実線 */
	padding:20px;
}

/*  クラスの名称　*/
.classBox table.tbl_class tr td h2{
	text-align:center;
	margin-bottom:22px;
}

/*  しつけ・トレーニングのボックス　*/
.classBox table.tbl_class tr td .class01Box{
	width:896px;
	overflow:hidden;
}

.classBox table.tbl_class tr td .class01Box .photoBox{
	float:left;
	width:414px;
	margin-right:34px;
}

.classBox table.tbl_class tr td .class01Box .infoBox{
	float:left;
	width:448px;
}

.classBox table.tbl_class tr td .class01Box .photoBox .photo{
	text-align:center;
	margin-bottom:20px;
}

.classBox table.tbl_class tr td .class01Box .photoBox h3{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	line-height:1.6em;
	margin-bottom:15px;
}

.classBox table.tbl_class tr td .class01Box .photoBox .komarigoto{
	text-align:left;
	font-size:12px;
	color:#666;
	line-height:1.7em;
	padding:0 20px;
}

/*  3列のクラス紹介ボックス　*/
.classBox table.tbl_class tr td .class02Box{
}

.classBox table.tbl_class tr td .class02Box .photo{
	text-align:center;
	margin-bottom:20px;
}

/*  クラス紹介での詳細ボタン　*/
.classBox table.tbl_class tr td .bt_detail{
	text-align:center;
	margin-top:20px;
}

/*  1列のクラス紹介ボックス　*/
.classBox table.tbl_class tr td .class03Box{
	text-align:center;
}

/*  左右のコンテンツボックスレイアウト　*/
/*--------------------------------------------------------*/

.leftBox{
	float:left;
	width:650px;
	margin-right:56px;
}

.rightBox{
	float:left;
	width:234px;
}

/*  左のコンテンツボックス　*/
/*--------------------------------------------------------*/

/*  メッセージ　*/
.leftBox .messageBox{
	margin-bottom:45px;
}

.leftBox .messageBox h3{
	margin-bottom:35px;
}

/*  スクール紹介　*/
.leftBox .schoolBox{
	margin-bottom:45px;
}

.leftBox .schoolBox h2{
	font-size:100%;
	font-weight:bold;
	line-height:1.5em;
	color:#FFF;
	padding:8px 10px;
	background-color:#003458;
	margin-bottom:25px;
}

.leftBox .schoolBox .inner{
	overflow:hidden;	
}

.leftBox .schoolBox .inner .fukuoka,
.leftBox .schoolBox .inner .nanayama{
	float:left;
	width:307px;
	border-left:3px solid #FBD499;
	padding-left:15px;
}

.leftBox .schoolBox .inner .fukuoka h3,
.leftBox .schoolBox .inner .nanayama h3{
	margin-bottom:15px;	
}

.leftBox .schoolBox .inner .fukuoka p.add,
.leftBox .schoolBox .inner .nanayama p.add{
	font-size:90%;
	line-height:1.7em;
	margin-bottom:15px;	
}

/*  ブログ　*/
.leftBox .blogBox{
}

.leftBox .blogBox h2{
	font-size:100%;
	font-weight:bold;
	line-height:1.5em;
	color:#FFF;
	padding:8px 10px;
	background-color:#003458;
	margin-bottom:20px;
}

.leftBox .blogBox ul li{
	font-size:90%;
	line-height:1.6em;
	margin-bottom:8px;
}

.leftBox .blogBox ul li span.blog_date{
	color:#666;	
}

/*--------------------------------------------------------*/

/*  右のコンテンツボックス　*/

/*--------------------------------------------------------*/
/*  プロフィール　*/
/*--------------------------------------------------------*/

.rightBox .profileBox{
	margin-bottom:20px;
	width:232px;
	border:1px solid #FBD499;
}

.rightBox .profileBox .rainbowline{
	height:14px;
	margin:0px;
	padding:0px;
	font-size:0px;
	line-height:0px;
}

.rightBox .profileBox .inner{
	width:200px;
	padding:16px;
}

.rightBox .profileBox .inner h2{
	font-size:90%;
	font-weight:bold;
	line-height:1.5em;
	margin-bottom:10px;
}

.rightBox .profileBox .inner h3{
	font-size:120%;
	font-weight:bold;
	line-height:1.4em;
	margin-bottom:2px;
}

.rightBox .profileBox .inner .name_eng{
	font-size:75%;
	line-height:1.5em;
	color:#999;
}

.rightBox .profileBox .inner .profile_photo{
	margin-top:15px;
	margin-bottom:15px;
}

.rightBox .profileBox .inner .profile_info{
	font-size:85%;
	line-height:1.6em;
}

.rightBox .profileBox .inner .bt{
	text-align:center;
	margin-top:15px;
}

/*--------------------------------------------------------*/
/*  書籍紹介　*/
/*--------------------------------------------------------*/

.rightBox .bookBox{
	border:1px solid #FBD499;
	margin-bottom:20px;
	padding:8px 0 15px;
}

.rightBox .bookBox h2.book_tit{
	text-align:center;
	font-size:14px;
	color:#333;
	font-weight:bold;
	line-height:1.6em;
	letter-spacing:0.15em;
	font-feature-settings : "palt";
	border-bottom:1px solid #FBD499;
	padding-bottom:8px;
	margin-bottom:15px;
}

.rightBox .bookBox .book_img{
	width:120px;
	margin:0 auto;
}

.rightBox .bookBox .book_img img{
	width:100%;
	transition: all  0.2s ease;
	border:1px solid #CCC;
	box-sizing: border-box;
}

.rightBox .bookBox .book_img img:hover{
	opacity: 0.7;
}

.rightBox .bookBox h3.book_title{
	margin-top:15px;
	text-align:center;
	font-size:13px;
	color:#333;
	font-weight:bold;
	line-height:1.6em;
	letter-spacing:0.03em;
	font-feature-settings : "palt";
}

.rightBox .bookBox p.book_txt{
	margin-top:12px;
	padding:0 5px;
	font-size:11px;
	color:#666;
	font-weight:normal;
	line-height:1.7em;
	letter-spacing:0.03em;
	font-feature-settings : "palt";
}

.rightBox .bookBox .book_bt{
}

.rightBox .bookBox .book_bt a{
	display:block;
	width:164px;
	margin:15px auto 0;
	padding:11px 0;
	text-align:center;
	font-size:12px;
	font-weight:600;
	color:#FFF;
	line-height:1.0em;
	letter-spacing:0.07em;
	font-feature-settings : "palt";
	text-decoration:none;
	background:#333;
	border-radius: 2px;
	transition: all  0.2s ease;
}

.rightBox .bookBox .book_bt a:hover{
	background:#777;
	text-decoration:none;
}

/*--------------------------------------------------------*/
/*  コラム　*/
/*--------------------------------------------------------*/

.rightBox .columnBox{
	margin-bottom:20px;
}

/*--------------------------------------------------------*/
/*  お問い合わせ　*/
/*--------------------------------------------------------*/

.rightBox .contactBox{
}

.rightBox .contactBox .contact_message{
	text-align:center;
	font-size:90%;
	font-weight:bold;
	line-height:1.6em;
	margin-bottom:10px;
}

.rightBox .contactBox .contact_bt{
	text-align:center;
}

