@charset "UTF-8";





/*基本レイアウト
----------------------------------------------------------------*/

body {
	background:none;
	}

#container {
	width: auto;
}
#footer_container {
	text-align: left;
	width: auto;
	padding-top:15px;
}



/*ナビゲーション*/

.global_s li,
.global_l li {
	float:none;
	line-height:1;
	margin-left:5px;
	margin-right:5px;
	}
	
.global_s li img {
	border-right: solid 1px #E6AB1E;
	margin-bottom:2px;
	}
.global_s li img.last  { border: none; }


.global_l li img {
	border-right: solid 1px #1441FC;
	margin-bottom:2px;
	}
.global_l li img.last {	border: none; }






/*ヘッダー
----------------------------------------------------------------*/

#header {
	margin-bottom:10px;
	}

#header #siteid {
	padding-top:15px;
	padding-bottom:15px;
	margin-left:5px;
	margin-right:5px;
	}

#header .global_s {
	display:none;
	}
#header .global_l {
	display:none;
	}
	





/*フッター
----------------------------------------------------------------*/

#footer {
	background:none;
	}
#footer .global_s {
	float:none;
	}
#footer #copyright {
	float:none;
	}

#footer #copyright_p {
	display:none;
	}
#footer #copyright_m {
	display:block;
	}





/*2段組設定
----------------------------------------------------------------*/

/*左ナビ*/
.lay_double #main {
	float:none;
	width:auto;
	}
.lay_double #side {
	float:none;
	width:auto;
	}

/*HOME*/

.lay_home #main {
	float:none;
	width:auto;
	}
.lay_home #side {
	float:none;
	width:auto;
	padding-right:0;
	}




/*サイドナビ
----------------------------------------------------------------*/

#side {
	margin-top:50px;
	margin-left:5px;
	margin-right:5px;
	}




/*本文フッターメニュー
----------------------------------------------------------------*/

#main .menu {
	display: none;
	}

	


/*フォント
----------------------------------------------------------------*/

/*基本フォントサイズ13px*/
body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,
table,th,td,
form,select,option,input
address,pre,strong,em,iframe {
	font:12px "メイリオ", "ヒラギノ角ゴ Pro W3", tahoma, arial, helvetica, sans-serif;
	line-height:1.5;
}



/*フォントサイズ(14px適用時)*/

.text_size17 {font-size: 123.1%;} 

/*
.text_size11 {font-size: 77%;}
.text_size12 {font-size: 85%;}
.text_size13 {font-size: 93%;}
.text_size14 {font-size: 100%;}
.text_size15 {font-size: 108%;} 
.text_size16 {font-size: 116%;} 
.text_size18 {font-size: 131%;}
.text_size19 {font-size: 138.5%;}
.text_size20 {font-size: 146.5%;}
.text_size21 {font-size: 153.9%;}
.text_size22 {font-size: 161.6%;}
.text_size23 {font-size: 167%;}
.text_size24 {font-size: 174%;}
.text_size25 {font-size: 182%;}
*/


/*見出し・本文*/

#main h2 {
	border-bottom: solid 1px #0005ff;
	margin-top:0px;
	margin-bottom:30px;
	padding-left:2px;
	padding-right:2px;
	font-size: 108%;/**/
	font-weight:bold;
	}

#main h3 {
	border-left: solid 1px #e6ab00;
	padding-left:5px;/**/
	margin-left:5px;/**/
	margin-top:30px;/**/
	margin-bottom:10px;
	font-size: 100%;/**/
	font-weight:bold;
}
#main h3.first {margin-top:0px;}

#main h4 {
	margin: 0px 5px 5px 5px;/**/
	font-weight:bold;
	font-size: 108%;
	} 


#main p,
#main ul,
#main ol,
#main dl {
	padding: 0px 5px 10px 5px;/**/
	}





/*下層ページ
----------------------------------------------------------------*/

#sig_schedule .time_schedule li {
	float:none;
	}



#sig_address #gmap { display:none; }
#sig_address #gmap iframe { display:none; }
