@charset "utf-8";


/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	text-align: center;
	height: 235px;
}
header h1 {
	display: none;
}
/*ロゴ画像の設定*/
header #logo img {
	width: 70%;	/*画面に対して70％の幅に*/
	height: auto;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
nav#menu ul li {
	width: 49%;
	margin: 0 0 5px 1%;
	border: 1px solid #457116;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
nav#menu ul li a {
	width: auto;
}
/*現在表示中メニュー。current*/
nav#menu ul li#current {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #5d951f;
}
/*奇数番目のメニューの設定*/
nav#menu li:nth-child(odd) {
	width: 50%;
	margin: 0;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}
#main p {
	padding: 0;
}

/*トップページのメイン画像。表示させたいなら、style-m.cssの同じ箇所のタグをコピペする。
---------------------------------------------------------------------------*/
#mainimg {
	display: none;
}

/*menu.html内のメニューブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list article {
	height: auto;
	width: 100%;
	margin: 0px 0px 1em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#main section.list article figure img {
	height: auto;
	width: 100%;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h1.open {
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#454746), to(#2b2c2e));
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-linear-gradient(#454746, #2b2c2e);
	background: url(../images/btn_minus.png) no-repeat right center, linear-gradient(#454746, #2b2c2e);
}
section#new h1.close {
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#454746), to(#2b2c2e));
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#454746, #2b2c2e);
	background: url(../images/btn_plus.png) no-repeat right center, linear-gradient(#454746, #2b2c2e);
}
/*ブロック全体の設定*/
#new dl {
	height: auto;
	padding-left: 0;
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new dd {
	padding-left: 0;
}

/*テーブル１
---------------------------------------------------------------------------*/
/*テーブル内の右側*/
.ta1 td{
	display: block;
	width: auto;
	padding: 2px 10px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	display: block;
	width: 100%;
	text-align: left;
	padding: 2px 10px;
}
#top_bg { background-image:none;}
.tel-cover { display:none;}
#f_bnr {width:100%;}
.tel-link { display:block; width:100%; height:auto;}
.tel-link img { width:100%;}
#container footer #f_bnr a img {
	display: block;
	width: 100%;
}
.office .statsDay th{display:block; margin: 0 auto; border-bottom:none;}
.office .statsDay td{display: block; border-top: none !important;}
.nagare .flow .pic {
	float: none;
	width: 100%;
}
#main .nagare .flow h2 { text-align:center; }footer #f_bnr a img {
	width: 100%;
}
.main_img img {
	height: auto !important;
	width: 100% !important;
}
section .nayami ul {
	float:none;
}
.nayami img {
	height: 250px; display:block; width: auto; margin-left:auto; margin-right:auto;
}
.nayami { padding:10px 0 0 0;}
.faq dt p ,.faq dd p { padding-left:10px !important; }
.caution img { height:250px; width:auto; margin-left:0; margin-right:10px; }
.kaiseki .leftbox {
	width: 100%;
	float: none;
}
.kaiseki .rightbox {
	width: 100%;
	float: none;
}
section .caution #goal { height:auto; width:100%; margin:0;float:none; }
#menu_menu {
	clear: both;
	text-align: left;
	position:fixed;
    bottom:0px;
    left:0px;
	z-index:200;
	visibility:visible;
}
#menu_menu a {
	color: #FFF;	/*文字色*/
	background-color: #000;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 14em;
	font-size: 10px;
	letter-spacing: 0.1em;
	display: inline-block;
}
/*マウスオン時*/
#menu_menu a:hover {
	background-color: #FB6C1F;
	color: #FFF;
}
.school_img,.nayami .school { float:none; width:100%; }
#main .schoolpoint ul { width:95%; }

.pagination a { padding: 0 5px; font-size: 80%;}
#facebook	{display: none;}