@charset "utf-8";

@media print {
	.noPrint {
		display: none;
	}
}

/* clear fix
-------------------------------*/

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}



/* common
-------------------------------*/


body {
	background-color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	color: #515151;
}

a {
	text-decoration: none;
	color: #515151;
}
	a:hover {
		color: #C97954;
	}

.spB20 {
	margin-bottom: 20px;
}


/* header
-------------------------------*/

header {
	border-top: 28px solid #C97954;
	border-bottom: 1px solid  #C97954;
	padding: 0 0 5px 0;
}

#headerIn {
	margin: 0 auto;
	width: 960px;
	position: relative;
}
#countryLink {
	position: absolute;
	top: -20px;
	left: 0;
	line-height: 1;
}
#countryLink li {
	float: left;
	margin: 0;
	border-right: 1px solid #fff;
	padding: 0 10px
}
	#countryLink li a {
		color: #fff;
		display: block;
		text-decoration: none;
		font-size: 13px;
	}
		#countryLink li a:hover {
			color: #51FFFF;
		}

#siteMap {
	position: absolute;
	top: -20px;
	right: 0;
	line-height: 1;
}
	#siteMap a {
		color: #fff;
		font-size: 13px;
		display: block;
		text-decoration: none;
		background: url(img/icon_sitemap.png) left top no-repeat;
		padding: 0 0 0 20px;
	}
		#siteMap a:hover {
			 color: #51FFFF;
		}
	
#headLogo {
	text-align: center;
	background: url(img/logo_jp.png) 10px 10px no-repeat;
	padding: 20px 0 0 0;
}

nav {
	margin: 30px 0 0 0;
}
nav ul {
	text-align: center;
	line-height: 2;
}
	nav ul li {
		display: inline-block;
		padding: 0 20px 0 0;
	}
		nav ul li a {
			display: block;
		}



/* contents
-------------------------------*/
		
#contents {
	width: 940px;
	margin: 0 auto;
	padding: 20px;
}
	#contents h1 {
		font-size: 32px;
		background-color: #faf3ef;
		padding: 15px 20px;
		border-radius: 0 100px 0 0;
		margin: 0 0 30px 0;
	}
			#contents h1 span {
				font-size: 14px;
				color: #be6c3e;
				display: block;
			}
#contents h2 {
	position: relative;
	font-size: 26px;
	color: #be6c3e;
	border-bottom: 1px solid #b3b3b3;
	padding: 0 0 0 20px;
	margin: 50px 0 20px 0;
}
	#contents h2::before {
		content: "";
		display: block;
		width: 13px;
		height: 38px;
		position: absolute;
		bottom: 0;
		left: 0;
		background-color: #be6c3e;
		border-radius: 0 10px 0 0;
	}

#contents h3 {
	font-size: 17px;
	color: #be6c3e;
	border: 1px solid #b3b3b3;
	padding: 1px 18px;
	position: relative;
	margin: 25px 0 15px 0;
}
	#contents h3::before {
		content: "";
		border: 14px solid #be6c3e;
		border-top-color: transparent;
		border-right-color: transparent;
		border-bottom-color: transparent;
		border-left-width: 12px;
		display: block;
		width: 0px;
		height: 0px;
		position: absolute;
		bottom: 0;
		left: 0;
		
	}

#contents p {
	line-height: 1.8;
}

.imgRight {
	float: right;
	margin: 0 0 15px 20px;
}
.imgLeft {
	float: left;
	margin: 0 20px 15px 0;
}
.imgCenter {
	margin: 20px 0 0 0;
}


#navSub {
	background-color: #C97954;
	padding: 10px 0;
	text-align: center;
	border-radius: 0 0 10px 10px;
	width: 940px;
	z-index: 9999;
}
	#navSub li {
		display: inline-block;
		margin: 0 3px
	}
		#navSub li a {
			display: block;
			background-color: #fff;
			color: #515151;
			padding: 2px 8px;
			border-radius: 3px;
			font-size: 14px;
		}
			#navSub li a:hover {
				color:  #C97954;
			}




/* footer
-------------------------------*/


footer {
	margin: 50px 0 0 0;
	background-color: #C97954;
	border-top: 25px solid #ECCFC2;
}

#footerIn {
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0;
}
.iconGohonzan {
	position: absolute;
	top: -68px;
	left: 434px;
}

#address {
	margin: 20px 0;
}
address {
	font-style: normal;
	color: #fff;
}

small {
	font-size: 11px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

#page-top {
	position: fixed;
	bottom: 320px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	background-color: rgba(102,102,102,0.6);
}
#page-top a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: rgba(201,121,84,1.00);
}