@charset "UTF-8";
/* CSS Document */



html{
	height:100%;
	width:100%;
}

body{
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	text-align:left;
	color:#000;
	font-size:12.5px;
	line-height:2em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	background-image:url(../img/header_bg.png);
	background-repeat:repeat-x;
}

p,h1,h2,h3,h4,h5,ul,li{ margin:0; padding:0;}

a {
	color: #000;
}
a:link {
	text-decoration: underline;
	color:#000;
}
a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color:#666;
}
a:active {
	text-decoration: underline;
	color:#000;
}

.fr{ float:right;}
.fl{ float:left;}

h1{font-size:27px;
	font-weight:700;
	line-height:1.5em;}
h2{ font-size:18px;
	font-weight:700;
	line-height:1.5em;
	padding:40px 0 10px 0;}
h3{ margin:0 0 0 0;}
h4{ margin:10px 0;
	font-size:15px;
	line-height:1.8em;
	font-weight:700;}
h5{ margin:0 0 10px 0;}

.namber{
	font-size:15px;
	line-height:1.8em;
	font-weight:700;
}
.tax{
	font-size:9px;
	line-height:1.8em;
	font-weight:700;
}

#wrapper{
	width:900px;
	margin:0 auto;
}

#header{
	width:850px;
	margin:0 auto 40px;
}

#detail{
	width:850px;
	margin:0 auto;
	padding-bottom:50px;
}

#detail img{
	margin-bottom:50px;
}

.a-harf{
	width:47%;
	float:left;
	margin-right:25px;
}
.a-harf p{
	margin-bottom:30px;
	padding:0;
}
.b-harf{
	width:47%;
	float:left;
	margin-left:25px;
}

#products{
	width:850px;
	margin:0 auto;
	padding-bottom:50px;
}

.size{
	width:250px;
	float:left;
	font-size:10px;
	line-height:1.8em;
	margin-top:10px;
}
.size p{
	margin-bottom:20px;
	padding:0;
}

.size-img{
	width:600px;
	float:left;
	margin-top:10px;
	}
	

.strong{
	color:#000;
	font-size:14px;
	line-height:1.5em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:500;
}
.caption {
	color:#000;
	font-size:10px;
	line-height:1.2em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top:20px;
}


#photo{
	width:100%;
	margin-top:50px;
	border-top:#999999 solid 1px;
}



#photo ul{
	width:850px;
	list-style:none;
	padding-bottom:5px;
	float:left;
}

#photo li{
	width:210px;
	background-color:#FFFFFF;
	text-align:center;
	position:relative;
	float:left;
}


#photo li. a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:#CCC solid 0px;
}

#contact{
	width:100%;
	margin-top:50px;
	font-size:12px;
}
#contact p{
	margin-bottom:10px;
}

.contact-a{
	width:175px;
	float:left;
	margin-left:25px;
}
.contact-b{
	width:auto;
	float:left;
}

#contact ul{
	width:850px;
	list-style:none;
	padding-bottom:5px;
	float:left;
}

#contact li{
	background-color:#FFFFFF;
	text-align:left;
	position:relative;
	float:left;
	margin-right:20px;
}


#contact li. a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.arrow{
	color:#FF0000;
}
.arrow a{
text-decoration:none;
}


.buybtn {
	display: block;
}

.title{
	padding:50px 0 10px 5px;
}

.quote{
	display:block;
	width:240px;
	padding:15px 40px;
	border:5px solid #ff0000;
	font-size:15px;
	font-weight:600;
	line-height:1.4em;
	color:#FF0000;
	margin-top:10px;
}

.mt30{
	margin-top:30px;
}

#icon{
	width:100%;
}



#icon ul{
	width:850px;
	list-style:none;
	padding-bottom:5px;
	float:left;
}

#icon li{
	width:105px;
	background-color:#FFFFFF;
	text-align:center;
	position:relative;
	float:left;
	padding-right:15px;
}


#icon li. a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/*============================ clearfix =============================*/



.clearfix {
	clear:both;
	float:none;
}



img{ border:none; }
a{ outline:none;}





/*============================ Footer =============================*/
#footer {
	width: 100%;
	height: 65px;
	padding-top:75px;
	text-align: center;
}
.footText {
	font-size: 10px;
	line-height: 180%;
	color: #000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.footText a {
	color: #666;
}
.footText a:link {
	text-decoration: none;
	color:#666;
}
.footText a:visited {
	text-decoration: none;
	color: #666;
}
.footText a:hover {
	text-decoration: underline;
	color:#666;
}
.footText a:active {
	text-decoration: underline;
	color:#000;
}
