@charset "shift_jis";

/* ------------------------------------------------------------------
 コースメニューページ
 ------------------------------------------------------------------*/
/* ---------- 共通 ---------- */
/* - KV〜コンテンツ - */
#main {
	display:block;
}

#course_navi {
	clear:both;
	width:920px;
	padding-top:13px;
}

#course_navi img {
	display:block;
	float:left;
}

.course_navi_01 {
	margin-right:9px;
}

.course_navi_02 {
	margin-left:9px;
}

.course_navi_03 {
	margin-left:83px;
	margin-top:6px;
}

/* - コンテンツ - */
#course_box {
	clear:both;
	width:918px;
	background-color:#ffffff;
	background-image:url(../../course/image/course_box_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border:1px solid #3d477f;
	padding-top:23px;
	padding-bottom:5px;
}

/* コース詳細内 */
#course_box strong{
	font-size: 110%;
	line-height: 140%;
}

.course_contents {
	clear:both;
	width:878px;
	background-color:#FFFFFF;
	border:1px solid #3d477f;
	margin:0 auto 25px;
	padding-bottom:10px;
}

.course_contents h2 {
	margin-bottom:16px;
}

.course_contents img {
	display:block;
}

.course_contents_2 {
	clear:both;
	width:878px;
	background-color:#FFFFFF;
	border:1px solid #3d477f;
	margin:0 auto 25px;
	padding-bottom:15px;
}

.course_contents_2 h2 {
	margin-bottom:16px;
	background: #3d4782;
    color: #fff;
    padding: 5px 15px;
    font-size: 16px;
    font-family: unset;
    font-weight: bold;
	line-height: 1.5;
}

.course_contents_2 img {
	display:block;
}

.course_contents_2 .price {
    float: right;
    margin-right: 15px;
    border: 1px solid #768bc2;
    width: 185px;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.course_contents_2 .price span {
    background: #768bc2;
    color: #fff;
    display: block;
    font-weight: bold;
    letter-spacing: 0.15em;
    padding: 3px;
    font-size: 15px;
}
.course_contents_2 .price p{
    padding: 10px;
    font-weight: bold;
	font-size: 15px;
}




.course_contents_photo {
	float:left;
	margin-left:15px;
}

.course_contents_p {
	float:left;
	width:354px;
	margin-top:11px;
	margin-left:24px;
	margin-right:20px;
}

.course_contents_area {
	float:left;
	width:354px;
	margin-top:11px;
	margin-left:24px;
	margin-right:20px;
}

.course_contents_area img{
	margin-top:15px;
}

.course_contents02_p {
	float:left;
	width:450px;
	margin-top:11px;
	margin-left:24px;
	margin-right:20px;
}

.course_contents03_p {
	float:left;
	width:423px;
	_width:412px;
	margin-top:11px;
	margin-left:20px;
	margin-right:20px;
	font-weight:bold;
	color:#3d477f;
}
.course_contents_img {
	float:left;
}

.course_contents_price {
	float:left;
	width:185px;
	margin-left:23px;
}

.course_contents_price_2 {
	float:left;
	width:378px;
	margin-left:23px;
}

.course_contents_price_2  img{
	float:left;
}

.course_contents_op_lone {
	margin:10px 0 10px 18px; 
	float:left;

}




/* キャンペーンボタン */
.course_btn_campaign {
	clear:both;
	width:886px;
	margin:0 auto;
	margin-top:4px;
	margin-bottom:13px;
}

.course_btn_campaign img {
	float:right;
}

.course_btn_campaign_1 {
	float:left;
	width:354px;
	margin-top:11px;
	margin-left:24px;
	margin-right:20px;
	clear:both;
}

.course_btn_campaign_1 img {
	float:right;
}

/* - 注意書き - */
.course_attention {
	clear:both;
	width:668px;
	padding:20px 18px;
	border:1px solid #ebebeb;
	margin:16px auto 0 auto;
}

.page_next {
	page-break-after: always;
}