@charset "UTF-8";
/*739px-320px*/

/*全体の設定
-----------------------------------------------------------------------------------------*/
/*-------------------------全体の幅*/
header div.frame,
footer,
#contents{
	margin:0px;
}
#wrapper {
	min-width:320px;
}


/*header
-----------------------------------------------------------------------------------------*/
/*-------------------------サブメニュー*/
header .submenu li{
	margin-left:6px;
}
header .submenu li:last-child a{
	width:110px;
	height:30px;
	background:url(images/header_member_sp.png) no-repeat;
}
/*-------------------------ロゴ*/
header h1{
	margin:0px 0px 5px 0px;
}
header h1 img{
	width:180px;
}
/*-------------------------グローバルメニュー*/
header nav{
	border:none;
	margin:0;
	padding-left:5px;
}
header nav h2{
	display:none;
}
header nav li{
	padding:0;
	border-right:1px solid #C6C6C2;
}
header nav li:last-child{
	border-right:none;
}

/*footer
-----------------------------------------------------------------------------------------*/
footer {
	min-width:320px;
	background:#0096C8;
	border-radius: 0px;	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	text-align:left;
	padding-left:10px;
}
/*-------------------------上へ*/
#toPageTop img{
	border-radius: 0px;	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

/*contents
-----------------------------------------------------------------------------------------*/
#contents{
	padding:0 0 10px 0;
}

/*localnav
-----------------------------------------------------------------------------------------*/
#localnav{
	padding:15px 15px 30px 15px;
	border-radius: 0px;	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

/*main
-----------------------------------------------------------------------------------------*/
#main{
	margin-top:-15px;
}
#main article{
	margin-bottom:10px;
	padding:15px 15px 20px 15px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

/*relatelinks
-----------------------------------------------------------------------------------------*/
#relatelinks{
	padding:15px;
	border-radius: 0px;	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}


/*information
-----------------------------------------------------------------------------------------*/
#information{
	margin:0 15px;
}



#main article.skip span{
	clear:both;
	float:left;
	display:block;
}

#information p.tel span br:nth-child(1){
	display: none;
}
