@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html {
	background-image: -webkit-linear-gradient(270deg,rgba(179,136,119,1.00) 0%,rgba(187,166,156,1.00) 17.13%);
	background-image: -moz-linear-gradient(270deg,rgba(179,136,119,1.00) 0%,rgba(187,166,156,1.00) 17.13%);
	background-image: -o-linear-gradient(270deg,rgba(179,136,119,1.00) 0%,rgba(187,166,156,1.00) 17.13%);
	background-image: linear-gradient(180deg,rgba(179,136,119,1.00) 0%,rgba(187,166,156,1.00) 17.13%);
	background-color: #BBA69C;
}
body {
	font-family: 'Noto Sans Japanese', serif;
	color: #666666;
}
header {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
header .area {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../format/header/background.png);
	background-repeat: repeat-x;
	background-position: 0% top;
	overflow: hidden;
}
header .area h1 {
	float: left;
}
header .area .inqury a {
	width: 415px;
	height: 92px;
	float: right;
	background-image: url(../format/header/inqury.png);
	text-indent: -9999px;
	display: block;
}
header .area .inqury a:hover  {
	background-image: url(../format/header/inqury_s2.png);
}
footer {
	width: 100%;
	height: 378px;
	background-color: #777777;
	background-image: url(../format/footer/footer.png);
	background-repeat: no-repeat;
	background-position: 0% bottom;
	padding-top: 18px;
	padding-bottom: 20px;
}
#productNaviBox {
	overflow: hidden;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 0px;
	margin-bottom: 20px;
}
#productNaviBox img {
	padding:0px;
	margin: 0px;
}
ul#productNavi1 {
	wideh: 400px;
	height: 501px;
	float: left;
	overflow: hidden;
	margin-bottom:0px;
	padding-bottom:0px;
}
ul#productNavi1 li {
	display: inline;
	float: left;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom:0px;
	padding-bottom:0px;
}
ul#productNavi1 li img {
	margin-bottom:0px;
	padding-bottom:0px;
}
ul#productNavi2 {
	overflow: hiddden;
	width: 245px;
	height: 501px;
	float: left;
}
ul#productNavi2 li {
	border-bottom: 1px solid #CCCCCC;
	height: 166px;
	padding-bottom: 0px;
}
@media screen and (max-width: 1023px) {
	footer {
		height: auto;
		background-color: #777777;
		background-image: none;
		padding-top: 18px;
		padding-bottom: 20px;
	}
}
footer #footerArea {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	overflow: hidden;
}
@media screen and (max-width: 1023px) {
	footer #footerArea {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}
}
footer .foot1 {
	width: 380px;
	float: left;
}
@media screen and (max-width: 1023px) {
	footer .foot1 {
		width: 90%;
		float: none;
	}
}
footer .foot2    {
	width: 540px;
	float: left;
	margin-left: 80px;
	background-color: rgba(255,255,255,0.80);
	padding-top: 10px;
	padding-right: px;
	padding-bottom: 10px;
	padding-left: px;
	border-radius: 4px;
	-webkit-box-shadow: 3px 3px 3px 2px rgba(115,108,109,0.80);
	box-shadow: 3px 3px 3px 2px rgba(115,108,109,0.80);
}
@media screen and (max-width: 1023px) {
	footer .foot2 {
		width: 90%;
		float: none;
		margin-left: 80px;
		background-color: none;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		border-radius: 0px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}
footer .foot2 ul   {
	float: left;
	width: 240px;
	margin-left: 10px;
	margin-right: 10px;
}
footer .foot2 ul li {
	font-size: 90%;
	border-bottom: 1px solid rgba(159,144,144,1.00);
	margin-bottom: 8px;
	margin-top: 4px;
	padding-bottom: 4px;
}
footer .foot2 ul ul {
	width: 230px;
}
footer .foot2 ul ul li {
	border-bottom-style: dotted;
}
footer .foot2 a {
	color: rgba(133,128,129,1.00);
	text-decoration: none;
}
footer .foot2 a:hover {
	color: rgba(109,34,35,1.00);
	font-weight: bold;
}
@media screen and (max-width: 1023px) {
footer .foot2 a {
	color: #ffffff;
	text-decoration: none;
}
footer .foot2 a:hover {
	color: #ffffff;
	font-weight: bold;
}
}
footer address   {
	margin-bottom: 10px;
}
footer dl {
	width: 380px;
}
footer dl dt {
	color: #FFFFFF;
	font-weight: 700;
	font-size: 100%;
	border-bottom: 1px solid #E9E9E9;
}
footer dl dd {
	font-size: 90%;
	margin-bottom: 8px;
	color: #FFFFFF;
	margin-left: 30px;
}
a:hover img.rollover  {
	opacity: 0.6;
}
/*PageTop*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 10%;
	z-index: 25;
}
