﻿@charset "utf-8";

.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

*{
	margin: 0;
	padding: 0;
}

ul,ol{list-style:none}

#wrap{
	margin: auto;
	overflow: auto;
	background-color: #fff;
}

header,#contents,#detailarea,footer{
	margin-bottom: 20px;
}

#contents{
	margin: auto;
	overflow: auto;
}

#mainimage{
	text-align: center;
}

ul.namearea{
	text-align: center;
	margin-bottom: 10px;
}

ul.namearea li{
	vertical-align: middle;
}

ul.listarea{
	text-align: center;
	margin-top: 10px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 10px;
}

ul.listarea li{
	text-align: left;
	vertical-align: middle;
}

.listarea img{
	width: 85%;
	margin-left: 16px;
}

ul.optionarea{
}

ul.optionarea li{
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

li.imagearea {
	text-align: center;
}

.side{
	margin-left: 4px;
}

p.price{
	display: inline;
	color: #c66;
}

p.price2{
	display: inline;
	color: #c66;
}

p.detail{
	margin-top: 10px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 20px;
}

p.detail2{
	margin-top: 5px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 5px;
}

#detailarea{
	margin: auto;
}

#otherimage{
	text-align: center;
}

#specarea{
	clear: both;
	margin: auto;
}

a{text-decoration: none;}
a:hover{text-decoration: underline;}

.afflink01{
	text-align: right;
	font-size: 80%;
}


img{
	max-width: 100%;
	height: auto;
}

h1{
	color: #c66;
	font-weight: normal;
	display: inline;
}
	
	h4{
		font-weight: bold;
		display: inline;
	}

h5{
	color: #c66;
	font-weight: normal;
	width: 8em;
	text-align: center;
	border: #ccc 4px solid;
	padding: 0 0.5em 0 0.5em;
}

span{
	display: inline-block;
	width: 8em;
}

table.variation{
	margin-top: 10px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 10px;
	text-align: center;
	border: #ccc 2px solid;
	border-collapse: collapse;
}

.variation td{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

table.pricet{
	width: 98%;
	margin-left: 8px;
	margin-right: 8px;
	border-collapse: collapse;
	color: #c66;
}

.pricet td{
	vertical-align: baseline;
	padding-top: 1px;
	padding-bottom: 1px;
}

table.spec{
	margin-top: 10px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 10px;
	border: #ccc 2px solid;
	border-collapse: collapse;
}

.spec td{
	vertical-align: baseline;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.sub_spec td{
	border= 0;
	vertical-align: middle;
}

.sub_spec2 td{
	border: 0;
	vertical-align: baseline;
}

table.option_spec{
	border-collapse: collapse;
}

dl{
	padding:0;
	margin:0;
}

dt{
	clear: left;
	float: left;
}

.detail_ad_01 {
	width: 336px;
		height: 280px;
	margin: 5px 0;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.detail_ad_02 {
	width: 336px;
		height: 280px;
	margin: 5px 0;
	margin-left: auto;
	margin-right: auto;
}

.detail_ad_03 {
	width: 336px;
		height: 280px;
	margin: 5px 0;
	margin-left: auto;
	margin-right: auto;
}




/*540px～800px*/
@media screen and (min-width: 540px){

body{background-color: #ccc;}	

#wrap{
	width: 95%;
	padding: 2%;
	background-color: #fff;
	overflow: auto;
}

.price2{
	font-size: 80%;
}

.detail{
	font-size: 80%;
}

.detail2{
	font-size: 80%;
}

	.side{
		float: right;
	}

	ul.listarea li{
		text-align: left;
		display: inline-block;
		width: 90%;
	}

.listarea img{
	width: 85%;
	margin-left: 16px;
}

table.variation{
	font-size: 80%;
	width: 98%;
	margin-left: 8px;
	margin-right: 8px;
}

table.pricet{
	width: 50%;
	font-size: 80%;
	margin-left: auto;
	margin-right: auto;
}

table.spec{
	width: 98%;
	font-size: 80%;
	margin-left: auto;
	margin-right: auto;
}

table.option_spec{
	width: 98%;
	font-size: 80%;
	margin-left: auto;
	margin-right: auto;
}


.detail_ad_01 {
	width: 336px;
		height: 280px;
	margin: 5px 0;
	margin-left: auto;
	margin-right: auto;
}

.detail_ad_02 {
	width: 336px;
		height: 280px;
	margin: 5px 0;
	margin-left: auto;
	margin-right: auto;
}

.detail_ad_03 {
	width: 336px;
		height: 280px;
	margin: 5px 0;
	margin-left: auto;
	margin-right: auto;
}


}



/*800px以上*/
@media screen and (min-width: 800px) {

	body{background-color: #ccc;}

	#wrap{
		width: 800px;
		padding: 2%;
		overflow: auto;
	}

	ul.namearea li{
		display: inline-block;
	}

	.side{
		float: right;
	}

	ul.listarea li{
		text-align: left;
		display: inline-block;
		width: 350px;
	}
	

	.listarea img{
		width: 95%;
		margin-left: 8px;
	}

	ul.optionarea li{
		width: 48%;
	}

	.price2{
		font-size: 80%;
	}

	.detail{
		font-size: 80%;
	}
	
	.detail2{
		font-size: 80%;
	}
	
	
	table.variation{
		width: 98%;
	}


	.detail_ad_01 {
		width: 728px;
		height: 280px;
		margin: 5px 0;
		margin-left: auto;
		margin-right: auto;
	clear: left;
	}

	.detail_ad_02 {
		width: 300px;
		height: 250px;
		margin: 5px 0;
		margin-left: auto;
		margin-right: auto;
	}

	.detail_ad_03 {
		width: 728px;
		height: 280px;
		margin: 5px 0;
		margin-left: auto;
		margin-right: auto;
	}

}
