@charset "UTF-8";

/* CSS RESET*/
html, body, div,iframe, h1, h2, h3, h4, h5, h6,
p, a, img, dl, dt, dd, ol, ul, li, form, label, table, tr, th, td,
article, aside, footer, header, hgroup, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-weight: normal;
}
body{
	letter-spacing: 0.1em;
	font-family: Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 10px;
	height: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img	{
	border:none;
}

/* 全ページ共通
--------------------------------------------------------------*/
#wrap{
	overflow: hidden;
	width: 100%;
}
header{
	background: #f7f1e3;
	height: 43px;
}
.header_inner{
	margin: 0 auto;
	width: 600px;
}
.header_inner h1{
	height: 40px;
	margin: 0 auto;
	width: 246px;	
}
.hidden-smp{
	display: block;
}
.visible-smp{
	display: none;
}
.content{
	margin: 0 auto;
	width: 600px;
}
.detail_content{
	margin-top: 20px;
	overflow: hidden;
	width: 100%;
}
.detail_content .photo{
	float: left;
	margin-right: 25px;
}
.detail_content .btn_close{
	float: right;
}
.detail_content .item{
	clear: both;
	color: #333333;
	font-size: 16px;
	float: left;
}
.brand_name{
	margin-bottom: 10px;
	font-size: 22px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.item_name{
	margin-bottom: 10px;
}
.item_price{
	margin-bottom: 15px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.item_no{
	margin-bottom: 15px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;	
}
.bold{
	font-weight: bold;
}
.caption{
	font-size: 12px;
}



.shop_content{
	font-size: 12px;
	margin: 30px auto;
	width: 600px;
}
.shop_content dt, .shop_content dd{
	text-indent: 15px;
}
.shop_content dt{
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	background: #f7f1e3 url(../images/ico_spclose.png) no-repeat right center;
	background-size: 24px 12px;
	border-bottom:1px solid white;
	cursor: default;
	height: 27px;
	line-height: 27px;
}
.shop_content dt.active{
	background: #f7f1e3 url(../images/ico_spopen.png) no-repeat right center;
	background-size: 24px 12px;
}
.shop_content li{
	border-bottom:1px solid #f7f1e3;
	height: 35px;
}
.shop_content li a{
	background: url(../images/menu_arrow.png) no-repeat right center;
	background-size: 24px 12px;	display: block;
	color: black;
	line-height: 35px;
	text-decoration: none;
}
.bottom_btn{
	text-align: center;
}

.memo{
	color: red;
}





/* レスポンシブデザイン用
--------------------------------------------------------------*/
@media (max-width: 600px) { /* sp */

header{
	height: 43px;
	margin-bottom:20px;
}
.header_inner{
	width: 90%;
}
.header_inner h1{
	height: 40px;
	margin: 0 auto;
	width: 246px;	
}

.hidden-smp{
	display: none;
}
.visible-smp{
	display: block;
}
.content{
	margin: 0 auto;
	padding: 0 10px;
	width: 100%;
}
.detail_content{
	margin: 0 auto;
}
.detail_content .photo{
	float: none;
	margin:10px auto;
}
.detail_content .photo img{
	width: 100%;
}
.detail_content .item{
	font-size: 16px;
	float: none;
}
.item p{
	text-align: left;
}
.mobile_content{
	margin-top: 30px;
	padding-top: 3px;
}
.mobile_content dt{
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	background: #f7f1e3 url(../images/ico_spclose.png) no-repeat right center;
	background-size: 24px 12px;
	cursor: default;
	font-size: 11px;
	text-indent: 15px;
	height:40px;
	line-height: 40px;
	border-top: 1px solid white;
}
.mobile_content dt.active{
	background: #f7f1e3 url(../images/ico_spopen.png) no-repeat right center;
	background-size: 24px 12px;
}
.mobile_content li{
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	border-bottom:1px solid #f7f1e3;
	height: 45px;
}
.mobile_content li a{
	background: url(../images/menu_arrow.png) no-repeat right center;
	background-size: 24px 12px;
	display: block;
	color: black;
	font-size: 11px;
	line-height: 45px;
	text-decoration: none;
	text-indent: 15px;
}

}
