﻿@charset "utf-8";

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
header
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#key_visual {
	margin-top: 13px !important;
	text-align: center;
	border-top: 2px solid #0068b7;
	border-bottom: 1px solid #f2f2f2;
}
#gnav {
	width: 100%;
	min-width: 270px;
	margin: 0 auto;
	text-align: center;
	overflow: auto;
	height: 35px;
}
.detail #gnav {
	margin-top: 13px !important;
	border-top: 2px solid #0068b7;
}
#gnav ul {
	height: 35px;
	white-space: nowrap;
	display: inline-block;
	font-size: 0;
	padding: 0 4px;
}
#gnav li {
	display: inline-block;
	color: #999;
	font-size: 13px;
	font-weight: bold;
	height: 35px;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#gnav li:last-child { margin-right: 0; }
#gnav li a {
	display: block;
	color: #006cb7 !important;
	height: 35px;
	font-size: 13px;
	font-weight: bold;
	padding: 9px 11px 11px;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#gnav li.current { padding: 9px 6px 11px; }
#gnav li a:hover { color: #006cb7; }

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
共通
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#container {
	background-color: #f2f2f2;
}
#container #cont {
	padding: 20px 0 55px;
	background: #f2f2f2;
}
#container #list {
	width: 986px;
	margin: 0 auto;
}
#list .item {
	width: 236px;
	margin-bottom: 14px;
	background-color: #fff; 
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
  -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#list .item a { display: block; }
#list .item a:hover { opacity:0.5; }
#list .item .photo {
	border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	overflow: hidden;
}
#list .item .photo img { width: 100%; }
#list .item .title {
	padding: 10px 13px 4px 13px;
	color: #333;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: -0.5px;
}
#list .item .text {
	padding: 0 8px 15px 13px;
	color: #999;
	font-size: 12px;
	line-height: 17px;
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
商品ページ
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.detail header { position: relative; }
.detail header #back {
	position: absolute;
	top: 2px;
	left: 5px;
}
.detail header #back a {
	color: #fff;
	font-size: 12px;
}
.detail header h1 img { width: 270px; }
.detail #container {
	padding: 20px 0 105px;
}
.detail #container #cont {
	width: 540px;
	padding: 20px;
	margin: 0 auto;
	background: #ffffff;
	border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#keyVis img {
	width: 100%;
	height: auto;
}
#container #qr, #container #qr_info,
#popCont #qr, #popCont #qr_info {
	padding: 0 10px 10px;
	margin: 40px 0 20px;
	background-color: #e60012;
	border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: center;
	color: #000;
}
#qr h1 img, #qr_info h1 img, { width: 280px; height: auto; }
#qr_info h1 {
	overflow: hidden;
}
#qr_info h1 img {
	width: 312px;
	margin: -3px 0 -10px;
}
#qr .inner, #qr_info .inner {
	background: #fff;
	border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 5px 0 4px 6px;
}
#qr .inner:after {
	content: "";
	display: block;
	clear: both;
}
#qr .code, #qr_info .code {
	float: left;
	width: 130px;
	margin-left: 110px;
}
#qr .code img, #qr_info .code img {
	width: 100%;
	height: auto;
}
#qr .code +.text, #qr_info .code +.text {
	float: right;
	width: 174px;
	margin-top: 8px;
	margin-right: 90px;
}
#qr_info .code +.text {
	width: auto;
	float: left;
}
#qr_info .code {
	margin-left: 70px;
}
#qr_info .code +.text {
	margin-left: 20px;
	margin-right: 0;
	margin-top: 30px;
	letter-spacing: -1px;
}
#qr .code +.text img, #qr_info .code +.text img { width: 100%; }
#qr_info .code +.text {
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
}
#qr_info .img { clear: both; padding: 5px 0 3px; }
#qr_info .img + .text {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

#goods { margin: 12px 10px 0; color: #000; }
#goods > h1 {
	text-align: center;
	background: #006cb8;
}
#goods > h1 img {
	width: 267px;
	height: auto;
	vertical-align: top;
}
#goods > div {
	border: solid #4c4c4c;
	border-width: 0 1px 1px;
}
#goods #items > li { padding: 18px 0 0; }
#goods #items > li:after {
	content: "";
	display: block;
	height: 1px;
	background-color: #c9c9c9;
	margin: 0 20px;
}
#goods #items > li:last-child:after {
	content: none;
}
#goods .first_box .image {
	width: 167px;
	text-align: center;
	float: left;
	margin-left: 20px;
}
#goods .first_box .image img {
	width: 100%;
	height: auto;
}
#goods .first_info {
	width: 310px;
	float: right;
	line-height: 20px;
	padding-bottom: 6px;
	margin-right: 20px;
}
#goods .first_info:after {
	content: "";
	display: block;
	clear: both;
}
#goods .genre {
	display: inline-block;
	vertical-align: top;
	font-size: 17px;
	line-height: 28px;
	width: 39px;
	height: 28px;
	background-color: #006cb8;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#goods .genre.order {
	width: 55px;
	font-size: 17px;
	letter-spacing: -1px;
	margin-right: -16px;
	background-color: #f6b240;
	transform: scaleX(0.7);
	-o-transform: scaleX(0.7);
	-ms-transform: scaleX(0.7);
	-moz-transform: scaleX(0.7);
	-webkit-transform: scaleX(0.7);
	transform-origin: left center;
	-o-transform-origin: left center;
	-ms-transform-origin: left center;
	-moz-transform-origin: left center;
	-webkit-transform-origin: left center;
}
#goods .genre.code {
	width: 55px;
	font-size: 15px;
	letter-spacing: -1px;
	margin-right: -16px;
	background-color: #999999;
	transform: scaleX(0.7);
	-o-transform: scaleX(0.7);
	-ms-transform: scaleX(0.7);
	-moz-transform: scaleX(0.7);
	-webkit-transform: scaleX(0.7);
	transform-origin: left center;
	-o-transform-origin: left center;
	-ms-transform-origin: left center;
	-moz-transform-origin: left center;
	-webkit-transform-origin: left center;
}

#goods .flag {
	margin-left: 4px;
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
}
#goods .flag li img { width: 135px; }

#goods .first_info h1 {
	color: #006cb8;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 8px 5px 9px 0;
}
#goods .first_info dl {
	font-size: 13px;
	line-height: 20px;
	margin-top: 6px;
}
#goods .first_info dl dt {
	float: left;
	min-width: 55px;
	position: relative;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkitbox-sizing: border-box;
	padding-right: 1em;
}
#goods .first_info dl dt:after {
	content: "：";
	position: absolute;
	right: 0;
	top: 0;
}
#goods .first_info dl dd { padding-left: 55px; }
#goods .price_label {
	clear: both;
	font-size: 0;
	padding: 0 10px;
}
#goods .price_label li {
	width: 143px;
	height: 23px;
	color: #fff;
	background: #e60012;
	display: inline-block;
	font-size: 16px;
	line-height: 14px;
	font-weight: bold;
	padding-top: 4px;
	margin-right: 5px;
	text-align: center;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#goods .price_label li.long span {
	display: block;
	letter-spacing: -0.5px;
	margin: 0 -10px;
	transform: scaleX(0.85);
	-o-transform: scaleX(0.85);
	-ms-transform: scaleX(0.85);
	-moz-transform: scaleX(0.85);
	-webkit-transform: scaleX(0.85);
}
#goods .price {
	font-size: 13px;
	line-height: 20px;
	padding: 4px 17px;
	font-weight: bold;
}
#goods .box_detail {
	padding: 0 0 7px;
}
#goods .button_text {
	display: block;
	text-align: center;
	font-size: 10px;
	color: #64a9fe;
	padding: 6px 0 7px;
}
#goods .button_text:after {
	font-size: 13px;
	content: "▼ 仕様をみる";
}
#goods .open .button_text:after {
	font-size: 13px;
	content: "▲ 仕様をとじる";
}
#goods .text {
	display: none;
	font-size: 13px;
	line-height: 20px;
	padding: 0 11px 8px;
}
#goods .open .text {
	display: block;
}
#btn_search { margin-top: 13px; }
#container .btn_buy { padding-bottom: 20px;}
#btn_search a,
.btn_buy a{
	display: block;
	width: 295px;
	height: 43px;
	margin: 0 auto;
	text-align: center;
	padding-top: 9px;
	background-color: #006cb8;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}
#btn_onlineshop a {
	display: block;
	width: 295px;
	height: 43px;
	margin: 0 auto;
	text-align: center;
	background-color: #006cb8;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}
#btn_search a:hover,
.btn_buy a:hover,
#btn_onlineshop a:hover {
	opacity: 0.6;
}
.btn_buy a { height: 39px; }
#container #caution {
	font-size: 13px;
	text-align: center;
	padding: 20px 0 27px;
	letter-spacing: -1px;
}
#btn_onlineshop a {
	height: auto;
	background: #f89216;
}
#btn_onlineshop a img {
	vertical-align: top;
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Popup
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body.pop {
	position: relative;
}
#popWrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: alpha(opacity=0);
	cursor: pointer;
	background: rgba(242,242,242,0.9) url(/common2015/loppi/img/close.png) no-repeat right 99px;
}
#popCont {
	width: 580px;
	max-width: 100%;
	position: absolute;
	margin: 0 auto !important;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: alpha(opacity=0);
	background: #ffffff;
	border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	overflow:auto;
}
#popCont #cont {
	width: 540px;
	margin: 0 auto !important;
	padding: 20px 0 !important;
}


 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
限定有/特典有フラグ
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#list .item .flag {
	padding: 10px 13px 10px 13px;
	color: #333;
	font-size: 11px;
}
#list .item .flag span.tokuten{
	font-size: 11px;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
	background-color: #ff5151;
	margin-top: -6px;
	margin-bottom: 6px;
	margin-right:3px;
	padding: 0.2em 0.5em;
}
#list .item .flag span.gentei{
	font-size: 11px;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
	background-color: #ff9966;
	margin-top: -6px;
	margin-bottom: 6px;
	margin-right:3px;
	padding: 0.2em 0.5em;
}