@charset "utf-8";
/* CSS Document */

/*全体ブラウザリセット*/
* {
	padding: 0;
	margin: 0;
	font-size: 100%;
}
a img {
	border-width: 0px;
	border-style: none;
}
ul {
	list-style-type: none;
}
.clearfix:after {
	display: block;
	clear: both;
	content: ".";
	height: 0px;
	visibility: hidden;
}
a {
	color: #414141;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #52A561;
}
/* 背景 */
body {
	text-align: center;						/* 全体中央に配置 */
	margin: 0px;
	padding: 0px;
	width: 100%;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(bottom, #FFFFFF 70%, #E7E7E7 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(bottom, #FFFFFF 70%, #E7E7E7 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(bottom, #FFFFFF 70%, #E7E7E7 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(70, #FFFFFF), color-stop(1, #E7E7E7));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 70%, #E7E7E7 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: url(linear-gradient(to%20top, %20#FFFFFF%2070%25, %20#E7E7E7%20100%25));
	background-attachment: fixed;
}
/* 全体 */
#main_content {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
}
/* ヘッダー */
#header {
	width: 100%;
	height: 102px;
	background-image: url(../img/common/top_logbg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}
#header h1 {
	background-color: #FFF;
	background-image: url(../img/common/logo01.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 18px;
	height: 58px;
	width: 482px;
	text-indent: -9999px;
}
#header h1 a {
	height: 58px;
	width: 482px;
	cursor: pointer;
	display: block;
}
#header #logo {
	padding: 0px;
	height: 102px;
	width: 900px;
	position: relative;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* ヘッダーとフッター以外の中身 */

#container {
	text-align: center;
	padding: 0px;
	height: auto;
	width: 900px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
/* メインイメージ */
#main_image {
	background-color: #FFF;
	background-image: url(../img/common/top_image.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 287px;
	width: 900px;
	text-indent: -9999px;
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
/* グローバルメニュー */
#global_menu {
	height: 50px;
	width: 900px;
	padding: 0px;
	clear: both;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#global_menu li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#global_menu_sp{
	display: none;
	}
/* サイドメニューと内容部分 */

#contents_container {
	padding: 0px;
	clear: both;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: auto;
}
/* サイドメニュー部分 */

#sidemenu {
	padding: 0px;
	float: left;
	height: auto;
	width: 240px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#sidemenu #contact {
	background-color: #FFF;
	background-image: url(../img/common/contact_bg.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 208px;
	width: 240px;
	text-indent: -9999pt;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	position: relative;
}
#contact #form {
	height: 44px;
	width: 200px;
	position: absolute;
	left: 20px;
	top: 148px;
	text-indent: 0px;
}
#sidemenu #side_menu01 {
	background-color: #60AC6E;
	width: 240px;
	height: 300px;
	margin-bottom: 27px;
}
#sidemenu #side_menu02 ul li {
	padding: 0px;
	height: 55px;
	width: 240px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
/* 内容部分 */

#contents_container #contents {
	width: 630px;
	float: left;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#contents p {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	line-height: 170%;
	color: #414141;
	text-align: left;
	margin-top: 0px;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}
#contents h3 {
	margin-bottom: 20px;
}
/* トップページ */
.link {
	text-align: right;
	float: right;
	margin-top: 0px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
}
.link a {
	color: #187FC4;
	text-decoration: underline;
}
#contents #main_title {
	background-image: url(../img/common/top_h2.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 630px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
#contents #introduction {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 630px;
}
/* トップページ導入部分 */

#contents #infomation {
	height: auto;
	width: 628px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 64px;
	margin-left: auto;
	font-size: 12px;
	border: 1px solid #c5ccd1;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	text-align: center;
	z-index: 100;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
/* トップページキャンペーンリンク部分 */
#contents .page_link {
	margin-top: 44px;
}
/* タブ部分 */


#info_tab {
	height: 44px;
	width: 628px;
	margin: 0px;
	padding: 0px;
	display: block;
	clear: both;
	overflow: hidden;
}
#info_tab li {
	display: block;
	float: left;
	cursor: pointer;
	height: 44px;
	width: auto;
}
.content_wrap {
	clear: left;
	width: 628px;
	min-height: 220px;
	height: 220px !important;
	height: 220px;
	text-align: center;
	zoom: 100%;
	display: block;
	overflow-y: scroll;
	overflow-x: hidden;
	background-image: url(../img/common/info_bg.gif);
	background-repeat: repeat;
	background-position: left top;
}
.content_wrap:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
#infomation #list {
	height: auto;
	width: 628px;
	clear: both;
	margin: 0px;
	padding: 0px;
}
/*セレクトタブ表示*/
.disnon {
	display: none;
}
.select img {
	visibility: hidden;
}
#infomation ul {
	width: 628px;
	padding: 0px;
	clear: both;
	height: 44px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
}
.blue_line {
	height: 30px;
	text-align: left;
	padding-top: 8px;
	width: 528px;
	display: block;
	padding-right: 50px;
	padding-left: 50px;
	background-color: #f9fffa;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.white_line {
	height: 30px;
	text-align: left;
	padding-top: 8px;
	padding-right: 50px;
	padding-left: 50px;
	width: 528px;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 8px;
}
.info_left {
	float: left;
	height: 28px;
	width: 115px;
	display: inline;
	text-align: left;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 13px;
	color: #1F1F1F;
	background-color: #F7FCFE;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 30px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
.info_right {
	float: left;
	width: 390px;
	display: inline;
	text-align: left;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	font-weight: normal;
	color: #1F1F1F;
	height: 28px;
	padding-top: 7px;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-bottom: 0px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 23px;
	line-height: 120%;
}
.info_left2 {
	float: left;
	height: auto;
	width: 125px;
	display: inline;
	margin-right: 33px;
	text-align: left;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 13px;
	color: #1F1F1F;
}
.info_right2 {
	float: left;
	width: 360px;
	display: inline;
	text-align: left;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	font-weight: normal;
	color: #1F1F1F;
}
/*新着情報部分*/
#feed table tr {
	height: 29px;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 528px;
	display: block;
	padding-right: 50px;
	padding-left: 50px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C5CCD1;
	background-color: #F3FAF4;
}
#feed table th {
	height: auto;
	width: 115px;
	display: inline;
	margin-right: 13px;
	text-align: left;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 13px;
	color: #1F1F1F;
}
#feed table td {
	float: right;
	width: 400px;
	display: inline;
	text-align: left;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	font-weight: normal;
	color: #1F1F1F;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: auto;
}
/*指導員ブログ新着情報部分*/

#blogArea {
	text-align: left;
	width: 528px;
	height: auto;
}
#blogArea dl {
	height: 29px;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 528px;
	display: block;
	padding-right: 50px;
	padding-left: 50px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C5CCD1;
	background-color: #F7FCFE;
}
#blogArea dl dt {
	height: auto;
	width: 115px;
	display: inline;
	margin-right: 13px;
	text-align: left;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 13px;
	color: #1F1F1F;
	float: left;
}
#blogArea dl dd {
	text-align: left;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	font-weight: normal;
	color: #1F1F1F;
	height: auto;
	display: inline;
	width: 400px;
	display: block;
	line-height: 120%;
	float: right;
}
#topics {
	background-image: url(../img/common/info_tab01_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 44px;
	width: 209px;
}
#blog {
	background-image: url(../img/common/info_tab02_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 44px;
	width: 209px;
}
#opinion {
	background-image: url(../img/common/info_tab03_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 44px;
	width: 209px;
}
/* フッター部分 */


#footer {
	clear: both;
	height: 176px;
	width: 100%;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 10px;
	color: #414141;
	background-color: #ECF7EE;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../img/common/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main_content #footer #footer_menu {
	height: 134px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
	margin-bottom: 0px;
	clear: both;
}
#footer #footer_menu ul {
	float: left;
	display: inline;
	text-align: left;
	width: auto;
	height: 108px;
	padding-top: 12px;
	padding-bottom: 14px;
	background-image: url(../img/common/footer_menuline.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 30px;
	padding-left: 8px;
}
#footer_menu #footer_left ul li {
	background-image: url(../img/common/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	line-height: 17px;
}
#footer #footer_menu #footer_left {
	height: 134px;
	width: 600px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#footer #footer_right {
	float: right;
	width: 300px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#footer_right p {
	line-height: 170%;
}
#copyright {
	background-color: #52A561;
	height: 40px;
	width: 100%;
	font-size: 11px;
	color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#page_top {
	clear: both;
	height: 28px;
	width: 900px;
	padding: 0px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	display: block;
}
#page_top a {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 28px;
	width: 141px;
	display: block;
	text-align: right;
}
/*職員ブログ更新情報*/


#blogArea {
	height: auto;
	width: 548px;
	text-align: left;
	padding-right: 50px;
	padding-left: 30px;
	background-color: #F7FCFE;
	color: #333;
	padding-top: 10px;
}
.gfc-tabsArea {
	margin-top: 10px;
	padding-top: 10px;
}
.gfc-resultsHeader {
	width: 0px;
	height: 0px;
	margin-bottom : 4px;
	margin-top: 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.gfc-tabHeader {
	display: inline;
	cursor: pointer;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 8px;
	padding-top: 6px;
	padding-bottom: 10px;
	height: 20px;
}
.gfc-tabHeader.gfc-tabhActive {
	color: black;
	height: 20px;
	border-top-width: 3px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #F90;
	border-right-color: #e9e9e9;
	background-color: #FFF;
	border-left-color: #e9e9e9;
}
.gfc-tabHeader.gfc-tabhInactive {
	color: #676767;
	height: 20px;
	border-top-width: 3px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #373737;
	border-right-color: #e9e9e9;
	border-left-color: #e9e9e9;
	background-color: #F7FCFE;
}
.gf-snippet {
	visibility: hidden;
	height: 0px;
}
.gfc-results {
	display: block;
	width: 528px;
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.gfc-result {
	width: 528px;
	height: 28px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	line-height: 160%;
	padding-top: 7px;
}
.gf-title {
	width: 328px;
	float: right;
	display: inline;
	overflow: visible;
	height: 28px;
}
.gf-author, .gf-spacer, .gf-relativePublishedDate. {
 float:left;
 width:200px;
 display:inline;
 height:28px;
 background-color:#F0FAFF;
}
.gfc-resultsRoot {
	padding: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	border-left-color: #E1E1E1;
	background-color: #FFF;
	margin: 0px;
}
.font-small {
	font-size: 080%;
	color: #000000;
}
ul.infobox {
}
ul.infobox li a {
	width: 190px;
	height: 50px;
	float: left;
	margin: 30px 10px 0;
	padding: 20px 0 0 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: url(../img/common/info-bg.png) repeat-x center center;
	color: #fff;
	text-align: center;
}
ul.infobox li a span {
	font-size: 9px;
	color: #fff;
}

#menu-box{
	display: none;
	}



.campaign_link a img:hover {
    opacity: .7;
}






































/*---スマートフォンサイト---*/

@media screen and (max-width:640px) {
/* CSS Document */

/*全体ブラウザリセット*/
* {
	padding: 0;
	margin: 0;
	font-size: 100%;
}
a img {
	border-width: 0px;
	border-style: none;
}
ul {
	list-style-type: none;
}
.clearfix:after {
	display: block;
	clear: both;
	content: ".";
	height: 0px;
	visibility: hidden;
}
a {
	color: #414141;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #52A561;
}
/* 背景 */
body {
	text-align: center;						/* 全体中央に配置 */
	margin: 0px;
	padding: 0px;
	width: 100%;
	margin-top: 45px;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(bottom, #FFFFFF 70%, #E7E7E7 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(bottom, #FFFFFF 70%, #E7E7E7 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(bottom, #FFFFFF 70%, #E7E7E7 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(70, #FFFFFF), color-stop(1, #E7E7E7));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 70%, #E7E7E7 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: url(linear-gradient(to%20top, %20#FFFFFF%2070%25, %20#E7E7E7%20100%25));
	background-attachment: fixed;
}
/* 全体 */
#main_content {
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-width: 300px;
	height: auto;
}
/* ヘッダー */
#header {
	width: 100%;
	background: #fff;
	height: 85px;	
}
#header h1 {
	background: url(../img/common/logo-sp.gif) no-repeat center top;
	position: relative;
	position:absolute;
	top: 0;
	width: 100%;
	height: 85px;
}
#header h1 a {
	width: 100%;
	cursor: pointer;
	display: block;
}
#header #logo {
	padding: 0px;
	width: 100%;
	position: relative;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* ヘッダーとフッター以外の中身 */

#container {
	text-align: center;
	padding: 0px;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* メインイメージ */
#main_image {
	background:#fff url(../img/common/sp-img.jpg) no-repeat center center;
	padding: 0px;
	height: 287px;
	width: 100%;
	text-indent: -9999px;
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
/* グローバルメニュー */
#global_menu {
	display: none;
}
#global_menu li {
	display: none;
}
#menu-box{
	display: block;
	position:absolute;
	top: 0;
	width: 100%;
	background: #fff;
	}

#global_menu_sp{
	width: 99%;
	margin: 1px .5%;
	display:none;
	}
#global_menu_sp li{
	width: 33%;
	margin: 0 1px 1px 0;
	float: left;
	font-size: 12px;
	background: #66ab71;
	}
#global_menu_sp li.info{
	width: 99.4%;
	margin: 0;
	
	background: #fd9729;
	}
#global_menu_sp li.musasi{
	width: 99.4%;
	margin: 0;
	
	background: #0b386c;
	}
#global_menu_sp li a{
	float: left;
	width: 100%;
	padding: 10px 0;
	color: #fff;
	text-align: center;

	}
	
	
  #toggle{
    display: block;
    position: relative;
    width: 100%;
	height: 43px;
    background: #39a147;
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 10px 0 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #5eae68;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }	
	
	
	
/* サイドメニューと内容部分 */

#contents_container {
	padding: 0px;
	clear: both;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
}
/* サイドメニュー部分 */

#sidemenu {
	display: none;
	
	
	padding: 0px;
	float: left;
	height: auto;
	width: 240px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#sidemenu #contact {
	background-color: #FFF;
	background-image: url(../img/common/contact_bg.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 208px;
	width: 240px;
	text-indent: -9999pt;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	position: relative;
}
#contact #form {
	height: 44px;
	width: 200px;
	position: absolute;
	left: 20px;
	top: 148px;
	text-indent: 0px;
}
#sidemenu #side_menu01 {
	background-color: #60AC6E;
	width: 240px;
	height: 300px;
	margin-bottom: 27px;
}
#sidemenu #side_menu02 ul li {
	padding: 0px;
	height: 55px;
	width: 240px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
/* 内容部分 */

#contents_container #contents {
	width: 100%;
	float: left;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#contents p {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	line-height: 170%;
	color: #414141;
	text-align: left;
	margin: 0 2%;
	letter-spacing: 0.1em;
}
#contents h3 {
	width: 98%;
	margin: 10px 1%;
	overflow: hidden;
}
#contents h3 img{
	margin-left: -3px;
}
/* トップページ */
.link {
	text-align: right;
	float: right;
	margin-top: 0px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
}
.link a {
	color: #187FC4;
	text-decoration: underline;
}
#contents #main_title {
	background: url(../img/common/sp-title.jpg) no-repeat center top;
	height: 50px;
	width: 250px;
	text-indent: -9999px;
	margin: 0px auto;
	padding: 0px;
}
#contents #introduction {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;

}
#contents #introduction p img{
	width: 100%;
	overflow: hidden;
}
/* トップページ導入部分 */

#contents #infomation {
	height: auto;
	width: 96%;
	
	margin-top: 20px;
	margin-right: 2%;
	margin-bottom: 64px;
	margin-left: 2%;
	font-size: 12px;
	border: 1px solid #c5ccd1;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	text-align: center;
	z-index: 100;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
/* トップページキャンペーンリンク部分 */
#contents .page_link {
	margin-top: 44px;
}
/* タブ部分 */


#info_tab {
	height: 44px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
	clear: both;
	overflow: hidden;
}
#info_tab li {
	width: 33%;
	display: block;
	float: left;
	cursor: pointer;
	height: 44px;
	overflow: hidden;
	text-align: center;
	clip: rect(0 70px 0 70px);
	overflow: hidden;
	
}
#info_tab li img{
	margin-left: -40px;
}

.content_wrap {
	clear: left;
	width: 100%;
	min-height: 220px;
	height: 220px !important;
	height: 220px;
	text-align: center;
	zoom: 100%;
	display: block;
	overflow-y: scroll;
	overflow-x: hidden;
	background-image: url(../img/common/info_bg.gif);
	background-repeat: repeat;
	background-position: left top;
}
.content_wrap:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
#infomation #list {
	height: auto;
	width: 100%;
	clear: both;
	margin: 0px;
	padding: 0px;
}
/*セレクトタブ表示*/
.disnon {
	display: none;
}
#infomation ul {
	width: 100%;
	padding: 0px;
	clear: both;
	height: 44px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
}
.blue_line {
	height: 30px;
	text-align: left;
	padding-top: 8px;
	width: 100%;
	display: block;
	padding-right: 50px;
	padding-left: 50px;
	background-color: #f9fffa;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.white_line {
	height: 30px;
	text-align: left;
	padding-top: 8px;
	padding-right: 50px;
	padding-left: 50px;
	width: 100%;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 8px;
}
.info_left {
	float: left;
	height: 28px;
	width: 115px;
	display: inline;
	text-align: left;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 13px;
	color: #1F1F1F;
	background-color: #F7FCFE;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 30px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
.info_right {
	float: left;
	width: 100%;
	display: inline;
	text-align: left;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	font-weight: normal;
	color: #1F1F1F;
	height: 28px;
	padding-top: 7px;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-bottom: 0px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 23px;
	line-height: 120%;
}
.info_left2 {
	float: left;
	height: auto;
	width: 125px;
	display: inline;
	margin-right: 33px;
	text-align: left;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 13px;
	color: #1F1F1F;
}
.info_right2 {
	float: left;
	width: 100%;
	display: inline;
	text-align: left;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	font-weight: normal;
	color: #1F1F1F;
}
/*新着情報部分*/
#feed table tr {
	height: 29px;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 528px;
	display: block;
	padding-right: 50px;
	padding-left: 50px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C5CCD1;
	background-color: #F3FAF4;
}
#feed table th {
	height: auto;
	width: 115px;
	display: inline;
	margin-right: 13px;
	text-align: left;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 13px;
	color: #1F1F1F;
}
#feed table td {
	float: right;
	width: 400px;
	display: inline;
	text-align: left;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	font-weight: normal;
	color: #1F1F1F;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: auto;
}
/*指導員ブログ新着情報部分*/

#blogArea {
	text-align: left;
	width: 528px;
	height: auto;
}
#blogArea dl {
	height: 29px;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 528px;
	display: block;
	padding-right: 50px;
	padding-left: 50px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C5CCD1;
	background-color: #F7FCFE;
}
#blogArea dl dt {
	height: auto;
	width: 115px;
	display: inline;
	margin-right: 13px;
	text-align: left;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 13px;
	color: #1F1F1F;
	float: left;
}
#blogArea dl dd {
	text-align: left;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	font-weight: normal;
	color: #1F1F1F;
	height: auto;
	display: inline;
	width: 400px;
	display: block;
	line-height: 120%;
	float: right;
}
#topics {
	background-image: url(../img/common/info_tab01_on.gif);
	background-repeat: no-repeat;
	background-position: -40px top;
	height: 44px;
	width: auto;
}
#blog {
	background-image: url(../img/common/info_tab02_on.gif);
	background-repeat: no-repeat;
	background-position: -40px top;
	height: 44px;
	width: auto;
}
#opinion {
	background-image: url(../img/common/info_tab03_on.gif);
	background-repeat: no-repeat;
	background-position: -40px top;
	height: 44px;
	width: auto;
}
/* フッター部分 */


#footer {
	clear: both;
	height: auto;
	width: 95%;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 10px;
	color: #414141;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left top;
	background: #edf7ee;
	padding: 0 2.5%;
}
#main_content #footer #footer_menu {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
	margin-bottom: 0px;
	clear: both;
}
#footer #footer_menu ul {
	width: 100%;
	float: left;
	display: inline;
	text-align: left;
	width: auto;
	height: auto;
	padding-top: 12px;
	padding-bottom: 14px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
	padding-right:0;
	padding-left: 8px;
}
#footer_menu #footer_left ul li {
	background-image: url(../img/common/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	line-height: 17px;
}
#footer #footer_menu #footer_left {
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}
#footer #footer_right {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#footer_right p {
	line-height: 170%;
}
#copyright {
	background-color: #52A561;
	height: 40px;
	width: 100%;
	font-size: 11px;
	color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#page_top {
	
	clear: both;
	height: 28px;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	display: block;
}
#page_top a {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 28px;
	width: 141px;
	display: block;
	text-align: right;
}
/*職員ブログ更新情報*/


#blogArea {
	height: auto;
	width: 548px;
	text-align: left;
	padding-right: 50px;
	padding-left: 30px;
	background-color: #F7FCFE;
	color: #333;
	padding-top: 10px;
}
.gfc-tabsArea {
	margin-top: 10px;
	padding-top: 10px;
}
.gfc-resultsHeader {
	width: 0px;
	height: 0px;
	margin-bottom : 4px;
	margin-top: 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.gfc-tabHeader {
	display: inline;
	cursor: pointer;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 8px;
	padding-top: 6px;
	padding-bottom: 10px;
	height: 20px;
}
.gfc-tabHeader.gfc-tabhActive {
	color: black;
	height: 20px;
	border-top-width: 3px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #F90;
	border-right-color: #e9e9e9;
	background-color: #FFF;
	border-left-color: #e9e9e9;
}
.gfc-tabHeader.gfc-tabhInactive {
	color: #676767;
	height: 20px;
	border-top-width: 3px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #373737;
	border-right-color: #e9e9e9;
	border-left-color: #e9e9e9;
	background-color: #F7FCFE;
}
.gf-snippet {
	visibility: hidden;
	height: 0px;
}
.gfc-results {
	display: block;
	width: 528px;
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.gfc-result {
	width: 528px;
	height: 28px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	line-height: 160%;
	padding-top: 7px;
}
.gf-title {
	width: 328px;
	float: right;
	display: inline;
	overflow: visible;
	height: 28px;
}
.gf-author, .gf-spacer, .gf-relativePublishedDate. {
 float:left;
 width:200px;
 display:inline;
 height:28px;
 background-color:#F0FAFF;
}
.gfc-resultsRoot {
	padding: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	border-left-color: #E1E1E1;
	background-color: #FFF;
	margin: 0px;
}
.font-small {
	font-size: 080%;
	color: #000000;
}
ul.infobox {
}
ul.infobox li a {
	width: 190px;
	height: 50px;
	float: left;
	margin: 30px 10px 0;
	padding: 20px 0 0 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: url(../img/common/info-bg.png) repeat-x center center;
	color: #fff;
	text-align: center;
}
ul.infobox li a span {
	font-size: 9px;
	color: #fff;
}
p.campaign_link img{
	width: 96%;
	margin: 0 2%;
	}

}


/* 240919追加分 */
.black{
	color: #333;
}

.busstop {
	margin-bottom: 10px;
}

#contents .figure.busstop{
	margin-top: 0;
}