/* ### 基本的なレイアウト ### */

/* ヘッダー部分の固定表示 */
#header{
	/*position:fixed;*/
	width:100%;
	/*height:100px;*/
}

h1{
	background-size:100%;
	width:100%;
	margin-bottom:0px;
}

#home_access_question_toiawase ul{
	width: 100%;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
}

#home_access_question_toiawase li{
	margin:0px;
	list-style-type:none;
	width:50%;
}

/*「よくある質問」が復活した時につかう
#home_access_question_toiawase ul{
	width: 100%;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
}

#home_access_question_toiawase li{
	margin:0px;
	list-style-type:none;
	width:50%;
}
*/

.tel{
	clear:both;
	width:100%;
}

#topimage{
	width:100%;
	margin:0px;
	height:100px;
	background-size:100%;
	background-repeat:no-repeat;
	background-position:left top;
}



/*ナビゲーション*/


#nav{
	width:100%;
	margin:0px;
	
	}

#nav li{
	width:100%;
	border-top:dotted 1px #ffffff;
	position:relative;
	

}
	
#nav > li > a {
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 40px;
	padding-bottom: 5px;
	border-right: none;
	color: #ffffff;
	text-align: left;
	background-image:url(../img/arrow_right.png);
	background-repeat:no-repeat;
	background-size:20px;
	background-position:10px;
	}

#nav > li:first-child > a {
	border-left:none;
	border-top:none;
}

#nav > li:hover > a {
	/*background-color:#63a2c6;*/
	background-image:url(../img/arrow_right_yellow.png);
	
	
}

#nav li:hover{
	width:100%;	
	height:150px;
	
	
}

#container	{
	width: 100%;
	margin-top:00px;
	}
	
#news{
	width: 100%;
	height: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
}

h2.news{
	width:auto;
	/* border-bottom:solid 3px #028B0E; */
	border-bottom:solid 6px #99cc33;
	font-size:1em;
}

#news_list li{
	width:60%;
	font-size: 2vw;
}

#news_list ul{
	font-size: 2vw;
}
	
#content-inner{
	width:100%;
	
}

#content{
	width:100%;
	float:left;
}




#sidebar_inner{
	height:auto;
}

/* ### コンテンツ部分の記事のレイアウト ### */
.post	{float: none;
	width: 300px;
	margin-right: 0;}

.post_office	{float: none;
	width: auto;
	margin-right: 0;}

/*フッターナビゲーション*/
#nav_footer{
	width:100%;
	overflow:hidden;
}

#nav_footer ul{
	width:100%;
	height:50px;
}

#nav_footer li{
	width:100%;
	
	}

#nav_footer li a{
	display:block;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	color:#ffffff;
	text-decoration:none;
	text-align:left;
}

#nav_footer ul li:first-child a{
	border-left:none;
}

#footer{
	background-size:100%;
	width:auto;
	height:auto;
}

p.footer_address{
	width: 100%;
	margin-top: -10px;
	margin-right: 0px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-size: 12px;
	background-color: #C9c9ca;
}

