@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 共通設定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴシック Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	background-color: #fff;
}
a:hover, a{
	color: #555555;
	text-decoration:none;
}
a:hover, a:hover {
	text-decoration:underline;
}

/* clearfix */
.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }

/*マウスオーバー設定*/
a:hover img.hoverimg {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

ul{
	list-style: none;
}


	/* header part */
	#header{
		position:relative;
		width:960px;
		margin:auto;
		height:58px;
	}
	#header h1{
		position:absolute;
		top:12px;
		left:0px;
	}
	#header h2{
		position:absolute;
		top:12px;
		right:0px;
	}
	#header .btnClose{
		position:absolute;
		top:42px;
		right:0px;
	}



	/* body part */
	#body{
		width:946px;
		margin:0px auto;
		padding:0;
		padding-bottom:1px;
		border:0;
		background:#FFF;
	}

	.main {
		margin:-5px 0 0 -5px;
	}

	.btn {
		margin:45px auto;
		width:714px;
	}
	
	.block001 {
		margin-bottom:45px;
	}
	.block003 {
		margin:-50px auto 75px;
		width:526px;
	}
	
	.text {
		text-align:center;	
		width:906px;
		margin-top:75px;
	}

	.text01 {
		width:620px;
		height:50px;
		margin:15px auto 20px;
		padding:10px 0;
		background-color:#FF0000;
		font-size:22px;
		line-height:30px;
		font-weight:bold;
		color:#FFF;
	}

	.text01 span{
		font-size:16px;
		font-weight:normal;
	}

	.text02 {
		width:100%;
		font-size:14px;
		line-height:18px;
		margin:0px auto 25px;
		text-align:left;	
		clear:both;
	}


	#leftmap {
		width:330px;
		height:407px;
		float:left;
	}

	#rightbtn {
		float:right;
		width:300px;
		padding:2px;
		background-color:#ccc;
	}

	#rightbtn li{
		width:300px;
		height:54px;
		padding:0px;
		margin:0;
	}


	#sample_map {
		width:750px;
		margin:0px auto 60px;
		text-align:center;
	}

	#sample_map:after {
		content: "."; 
		display: block; 
		height: 0; 
		font-size:0;	
		clear: both; 
		visibility:hidden;
	}

	#sample_map p{
		width:750px;
		margin-bottom:25px;
		text-align:center;
	}

	ul.btnBodyBottom00{
		list-style-type:none;
		text-align:right;
		line-height:1px;
		height:66px;
		width:906px;
		margin:35px auto 15px;
		background: url(../image/footer_rogo.gif) no-repeat left bottom;
	}
	ul.btnBodyBottom00 li{
		display:inline-block;
		width:200px;
		padding-left:10px;
		padding-top: 40px;
	}
	ul.btnBodyBottom00 li a{
		display:block;
		padding:0px 16px;
		background:#feab1a;
		height:24px;
		text-align:left;
		border-radius:8px;
	  -webkit-border-radius:8px;
	  -moz-border-radius:8px;
	}
	
#footer .inner{
	position:relative;
	margin:0px auto;
	width:960px;
	height:48px;
	background-color: #fff;
}
#footer ul.fNavi{
	position:absolute;
	left:0px;
	top:17px;
	margin:0px;
	padding:0px;
	list-style-type: none;
}
#footer ul.fNavi li{
	display:inline;
	font-size:10px;
}

#footer p.copy{
	position:absolute;
	right:0px;
	top:17px;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: right;
}
/* content part */
	
	#contact {
		width:906px;
		margin:40px auto 8px;
	}
	
	#contact p{
		width:878px;
		margin:0 auto 8px;
		padding:8px 14px;
		background-color:#126fb4;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		color:#FFF;
		font-size:13px;
	}
	
	#contact p span{
		font-size:16px;
		font-weight:bold;
	}
	
	#contact ul {
		width:906px;
		margin:0 auto 0;
	}
	
	#contact ul  li{
		width:116px;
		float:left;
		margin:0 13px 0 0;
	}
	
	#contact ul  li:last-child{
		margin:0 0px 0 0;
	}
	
	#contact ul  li a {
		pointer-events: none;
	}
	
	#contact ul  li img {
		width:116px;
		height:42px;
	}
	
	#contact ul:after {
		content: "."; 
		display: block; 
		height: 0; 
		font-size:0;	
		clear: both; 
		visibility:hidden;
	}
	
	#footer-rogo {
		display:none;	
	}

    .sp {
        display:none;	
    }


	.contents {
		width:856px;
		margin:0 auto 60px;
	}

ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
}