﻿html {

	height:100%;
	overflow: auto;	
}




body {
	min-width: 1020px;
	height:100%;
	overflow-x: hidden;	
	overflow-y: auto;	
	color: #333333;
	height:100%;	
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	font-family: "ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Sans-Serif;
	line-height: 1.8;
	margin: 0 auto;
	padding: 0;
}




* {
	font-weight: normal;
}

a {
	text-decoration:none;
	margin:0;
	padding:0;
	color:#000;
}

.f15 {
	font-size:15px;
}

img   {
	border: none;
}


.mt5 {margin-top: 5px;}

.mt10 {margin-top: 10px;}

.mt20 {
	margin-top: 20px; 
}

.mt30 {margin-top: 30px;}

.mt40 {margin-top: 40px;}

.mt50 {margin-top: 50px;}

.mt60 {margin-top: 60px;}

.mt-30 {margin-top: -30px;}

.mt-40 {margin-top: -40px;}

.mt-50 {margin-top: -50px;}

.mt-60 {margin-top: -60px;}

.mt-70 {margin-top: -70px;}

.mt-80 {margin-top: -80px;}

.mt-90 {margin-top: -90px;}


.mb10 {margin-bottom: 10px;}

.mb20 {margin-bottom: 20px;}

.mb30 {margin-bottom: 30px;}

.mb40 {margin-bottom: 40px;}

.mb50 {margin-bottom: 50px;}

.mb60 {margin-bottom: 60px;}


.pt30 {padding-top: 30px;}


.clearfix {
	zoom:1;
}

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


.hm {
	font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.hg {
	font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro";
}







#lineup_btn {
	z-index: 10000;
	right: 25px;
	bottom: 145px;
	position: fixed;
}


#cart_btn {
	z-index: 10000;
	right: 25px;
	bottom: 92px;
	position: fixed;
}


#net_btn {
    z-index: 10000;
    right: 25px;
    bottom: 40px;
    position: fixed;
}


#contents {
	width:1020px;
	margin:0 auto;
}


#main_area {
	margin-bottom:838px;
}

#top_area {
	text-align:center;
}

#top_area .mainimg {
	position:relative;
}

#top_area .inn {
position: absolute;
top:0px;
left: 50%;
width: 1200px;
margin-left:-600px;
height:651px;
overflow:hidden;
}


#lead_area {
	width: 1020px;
	margin:651px auto 80px auto;
}

#lead_area .lead {
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 32px;
	text-align:center;
}




#item_area {
	width: 1020px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 90px;
}

#item_area .item {
	text-align:center;
	width: 480px;
	min-height:1045px;
	float:left;
	display:block;
	margin-bottom:160px;
}

#item_area .l {
	margin-right:60px;
}

#item_area .name {
	font-size: 26px;
	color:#333;	
	letter-spacing: 2px;	
}

#item_area .price {
	font-size: 15px;
	color:#333;	
	letter-spacing: 2px;	
}

#item_area .detail {
	background: #f8f8f8 url(../pc/arrow.gif) no-repeat right bottom;
}

#item_area .detail .txt {
	min-height:225px;
	margin-top:25px;
	padding:30px;
	color:#000;
	font-size: 15px;
	text-align:left;
	line-height: 25px;	
	letter-spacing: 1px;	
}

#item_area .detail .red {
	color:#CC0000;
	font-size: 20px;
	font-weight:bold;
}

#item_area .detail .line {
	border-bottom:#c0c1c2 1px solid;
}

#item_area .etc {
	padding:30px;
	font-size: 13px;
	letter-spacing: 2px;
	text-align:left;	
}




 .on {
	transition: all .3s;
}
 .on:hover {
	opacity:0.7;
}




#keyword {
	width: 1000px;
	text-align: center;
	margin-top: 250px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 150px;
	font-size: 20px;
	font-weight: bold;
}


#bottom_line {
	width: 100%;
	border-top:#ccc 3px solid;
	margin-right: -500%;
	margin-left: -500%;
	padding-right: 500%;
	padding-left: 500%;
}




#footer_logo {
	width: 100%;
	padding: 45px 0 55px 0;
	background-color: #1d3645;
	margin-bottom: -1px;
	margin-right: -500%;
	margin-left: -500%;
	padding: 0 500%;
	text-align:center;
}


#footer {
	width: 1020px;
	margin: 25px auto 20px auto;
	height: 56px;
	color: #666;
	font-size: 13px;
	position: relative;
}

#footer .logo_area {
	width: 120px;
	height: 56px;
	margin-top: -28px;
	top: 50%;
	position: absolute;
	left: 115px;
}

#footer .txt_area {
	width: 655px;
	position: absolute;
	margin-top: -23px;
	line-height: 25px;
	left: 260px;
	top: 50%;
}




.snsb {
	position: relative;

}

.snsb ul {
   position: relative;
    left: 50%;
	float: left;
	margin-left:-30px;
}

.snsb li {
	position: relative;
	float: left;
	left: -50%;
	margin-right: 10px;
	list-style:none;
}



.snsb iframe {
	margin: 0 !important;
}
