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

* {
	margin:0;
	padding:0;
}

dl dt dd {
	margin:0;
	padding:0;
}

a {
	text-decoration:none;
	}

body {
	font-size:12pt;
	font-family:微軟正黑體;
	width:100%;
	height:100%;
	-webkit-text-size-adjust: 100%;
	background:#FFF;
}

hr {
	border:0; height:1px; background-color:#d4d4d4;
	color:#d4d4d4;	/* IE6 */
	margin:30px 0;
}

#wrapper {
	width:100%;
	height:100%;
	background:#DDD;
}

#header {
	background:#FFFFFF;
	margin-top:0px;
	position:fixed;
	width:100%;
	overflow:hidden;
	z-index:9999;
	border-bottom:#39F 5px solid;
}

#line {
	margin:0 auto;
	width:950px;
	}


.con {
	margin:0 auto;
	width:1000px;
	}
	
.con2 {
	margin:0 auto;
	width:1050px;
	background:#FFF;
	-moz-box-shadow:0px 0px 18px 4px rgba(20%,20%,40%,0.3);
	-webkit-box-shadow:0px 0px 18px 4px rgba(20%,20%,40%,0.3);
	box-shadow:0px 0px 18px 4px rgba(20%,20%,40%,0.3);
	}
	
.con3 {
	margin:0 auto;
	width:980px;
	padding-top:20px;
	}
	
#logo {
	margin:0 auto;
	text-align:center;
	width:400px;
	padding:5px 0px;
	}
	
#banner {
	width:1000px;
	margin-top:10px;
	}
	
#banner img {
	width:1000px;
	border-radius:20px;
	}
	
h2 {
	float:left;
	color:#CA271D;
	}
	
.japan {
	float:right;
	font-size:10pt;
	background:#F00;
	color:#FFF;
	font-weight:bold;
	padding:5px;
}

.notice {
	font-size:11.5pt;
	border:#F00 1px solid;
	border-radius:5px;
	color:#F00;
	font-weight:bold;
	padding:5px;
	margin:8px 0px;
	float:left;
}

.product_right_top {
	padding-bottom:3px;
	border-bottom:#666 2px solid;
	}
	
#product_left {
	float:left;
	width:400px;
	}
	
#product_right {
	float:left;
	width:580px;
	margin-left:20px;
	}

.product_con {
	margin-top:20px;
	color:#06C;
	line-height:150%;
	font-weight:bold;
	}
	
.product_text {
	color:#333;
	margin-top:20px;
	font-size:10.5pt;
	line-height:150%;
	}
	
.product_caution {
	width:450px;
	border:#CA271D 2px solid;
	padding:5px;
	margin-top:20px;
	font-size:10.5pt;
	}
	
.f10 {
	font-size:10pt;
	}
	
#product_photo {
	/*position: relative;*/
	width: 400px;
	overflow: hidden;
	margin-bottom:15px;
}
#product_photo img {
	display: block;
}
#product_photo .content {
	clear: both;
	height: 260px;
	overflow: hidden;
}
#product_photo .content .box {
	/*position: relative;*/	
	width: 188px;
	float: left;
}
#product_photo .content .side {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	width: 93px;
}
#product_photo .content .side li.first {
	zoom:1;
	padding: 0 0 3px;
	*padding: 0;
}
#product_photo .box img {
	/*position: absolute;*/
	top: 0;
}
#product_photo .box h3 {
	margin: 0;
	/*position: absolute;*/
	top: 102px;
	width: 190px;
	color: #fff;
	padding: 8px 0;
	height: 22px;
	text-align: center;
	z-index: 1000;
	overflow: hidden;
}
#product_photo .box .mask {
	/*position: absolute;*/
	background: #000;
	top: 102px;
	height: 38px;
	width: 400px;
	z-index: 999;
}
#product_photo .list {
	clear: both;
	margin: 0;
	padding-left:0px;
	list-style: none;
	width: 100%;
}
#product_photo .list li {
	float: left;
	width: 35px;
	padding-right: 40px;
	
}
#product_photo .list .last {
	padding: 0 0 0 1px;
}
#product_photo .box img {
	width: 400px;

}
#product_photo .side img, #product_photo .list img {
	margin-top:10px;
	width:60px;
	border:1px solid #ccc;
}

#buy_btn{
	margin:20px 0px;
	text-align:center;
	line-height:30px;
	width:100px;
	height:30px;
	border-radius:10px;
	background: #1186ec;
	}
	
#buy_btn:hover{
	margin:20px 0px;
	text-align:center;
	line-height:30px;
	width:100px;
	height:30px;
	border-radius:10px;
	background: #066cc4;
	}
	
#buy_btn a{
	display:block;
	color:#FFF;
	}
	
#size {
	width:580px;
	}
	
#size table {
	border-bottom:#666 1px solid;
	}
	
#size td {
	border-top:#666 1px solid;
	padding:5px 0px 5px 5px;
	}
	
.table_td_l {
	border-left:#CCC 1px solid;
	}


.feature_title {
	width:100%;
	text-align:center;
	margin:30px 0px 10px 0px;
	font-size:16pt;
	font-weight:bold;
	color:#CA271D;
	letter-spacing:15px;
	line-height:150%;
	}
	
.feature {
	float:left;
	width:235px;
	margin-top:10px;
	margin-right:20px;
	}
	
.feature_last {
	float:left;
	width:235px;
	margin-top:10px;
	margin-left:0px;
	}
	
.feature_pic img {
	width:235px;
	border-radius:12px;
	}
	
.feature_text {
	padding-top:10px;
	font-size:11pt;
	line-height:150%;
	}
	
.red_b {
	color:#CA271D;
	font-weight:bold;
	border-bottom:#CA271D 1px solid;
	}
	
.camping {
	position: relative;
	margin-top:-30px;
	margin-bottom:20px;
	}
	
.camping_text {
	position: relative;
	top: 280px;
	left: 20px;
	width:750px;
	font-weight:bold;
	font-size:14pt;
	color:#FFF;
	background:#FC0;
	padding:5px;
	text-align:center;
	z-index:999;
	text-shadow: black 0.1em 0.1em 0.2em;
	}
	
.youtube {
	text-align:center;
	margin-bottom:20px;
	}
	
#big {
	position:absolute;
	padding-top:195px;
	padding-left:195px;
	z-index:999;
	}
	
#big img {
	width:36px;
	height:36px;
	}
	
/*footer*/
#footer {
	border-top:2px solid #DDD;
	font-size:11pt;
	background-color:#eee;
	text-align:center;
    position: relative;
    margin-top: 10px;  /*影響footer高度*/
	height: 35px;
    padding:0px 0px 50px 0px;
	color:#000;
}
#footer a{
	color:#666;
	text-decoration:none;}
#footer a:hover{
	color:#333;}
	
#footer_logo {
	float:left;
	margin-top:-15px;
	}
	
#footer_logo img {
	width:188px;
	height:75px;
	}
	
#footer_text {
	float:left;
	font-size:11pt;
	margin-left:20px;
	margin-top:15px;
	text-align:left;
	line-height:150%;
	}
	
.store_title {
	width:100%;
	margin:20px 0px 40px 20px;
	font-size:16pt;
	font-weight:bold;
	color:#666;
	letter-spacing:10px;
	line-height:150%;
	}
	
#store2{
	float:left;
	margin:0px 7px 25px 20px;
	width:170px;
	height:57px;}