﻿@charset "utf-8";

header, nav, #graphic, #contents, footer {
	margin: 0 auto;
	width: 95%;
}
header h1 {
 background-image:none;
}
nav ul {
	margin: 0;
	list-style-type: none;
	overflow: hidden;
}
#graphic {
	box-sizing: border-box;
	height: auto;
	padding-top: 10px;
}
#graphic ul li {
	box-sizing: border-box;
	width: 100%;
}
#graphic ul li img {
	max-width: 100%;
	width: 100%;
}
#main, #news ul li, h2 {
	width: auto;
	float: none;
}
nav ul li#nav_home,
nav ul li#nav_gaiyou,
nav ul li#nav_recommend,
nav ul li#nav_faq,
nav ul li#nav_contact {
	box-sizing: border-box;
	width: 50%;
}
nav ul li#nav_home,
nav ul li#nav_gaiyou {
	border: 1px solid #f3f2e9;
	border-top: none;
	
	border-left: none;
}
nav ul li#nav_recommend,
nav ul li#nav_faq {
	border: 1px solid #f3f2e9;
	border-top: none;

	border-left: none;
}
nav ul li#nav_home a,
nav ul li#nav_gaiyou a,
nav ul li#nav_recommend a,
nav ul li#nav_faq a,
nav ul li#nav_contact a {
	height: 44px;
	margin-bottom: 0px;
	padding-top: 0px;
	background: #342300 none;
	color: #f3f2e9;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	line-height: 3;
}
nav ul li#nav_home a:hover,
nav ul li#nav_gaiyou a:hover,
nav ul li#nav_recommend a:hover,
nav ul li#nav_faq a:hover,
nav ul li#nav_contact a:hover {
	background-color: #6c5f45;
}
#news h2 {
	margin-bottom: 0;
}
#sub {
	margin: 0 auto;
	float: none;
}
footer {
	padding-top: 30px;
}
footer p {
	float: none;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h2.open {
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f4f4f4));	/*マイナスアイコンとグラデーション*/
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);		/*同上*/
	background: url(../images/btn_minus.png) no-repeat right center, linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);				/*同上*/
}
section#new h2.close {
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f4f4f4));	/*プラスアイコンとグラデーション*/
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);		/*同上*/
	background: url(../images/btn_plus.png) no-repeat right center, linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);				/*同上*/
}
/*ブロック全体の設定*/
#new dl {
	height: auto;
	padding-left: 5px;
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new dd {
	padding-left: 0;
}



/*写真の設定*/
section p.resizeimage img {
 width:100%;
 }
/*写真の設定 class="wa"*/
img.wa {
	width: 100%;
	height: auto;
} 

.profile { width: 100% ; border-collapse:collapse;}


/* レコメンドおすすめページここから↓ */
.courssetumei {text-indent: 1em;}
#osusume_box{ margin-bottom:100px;}


/* FAQ ここから↓ */
#situmon_box{ margin-bottom:100px;}
#situmon_box h2 { color:#FF0000; font-weight:bold;}


#toiawase iframe {
	height: 4500;
	width: 100%;
}


/* iframe↓ */
div.iframeWrap {
position: relative;
width: 100%;
}
div.iframeWrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}