@charset "utf-8";

/* =======================================

	CommonElements

======================================= */
body {
	font-size: 100%;
	line-height: 160%;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	position: relative;
	overflow: hidden;
	visibility: hidden;
	min-width: 900px;
}

h1 {
	top: 0;
	left: 0;
	padding: 10px 0;
	width: 100%;
	background: #000;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	position: absolute;
}
h2 {
	bottom: 0;
	left: 0;
	padding: 30px 0;
	width: 100%;
	font-size: 12px;
	position: absolute;
}
* {
	-webkit-tap-highlight-color: transparent;
}

/* #container
--------------------------- */
#container {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	z-index: 1;
}

/* .stageBase
--------------------------- */
.stageBase {
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #000;
}
.stageBase .fieldWrap {
	padding: 0;
	text-align: center;
}

/* .stageSlide
--------------------------- */
.stageSlide {
	position: relative;
	overflow: hidden;
	visibility: hidden;
}
.stageSlide .slideWrap {
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
}
.stageSlide .slideWrap:before,
.stageSlide .slideWrap:after {
	content: " ";
	display: table;
}
.stageSlide .slideWrap:after {clear: both;}
.stageSlide .slideWrap {*zoom: 1;}

.stageSlide .slidePanel {
	float: left;
	overflow: hidden;
}

.stageSlide .sdPrev,
.stageSlide .sdNext {
	margin-top: -25px;
	top: 50%;
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	z-index: 99;
}
.stageSlide .sdPrev {
	left: 80px;
	background: transparent url(../img/slide_prev.png) no-repeat left top;
}
.stageSlide .sdNext {
	right: 80px;
	background: transparent url(../img/slide_next.png) no-repeat left top;
}

.stageSlide .slideNav {
	bottom: 70px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 98;
}
.stageSlide .slideNav a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	background: transparent url(../img/nav.png) no-repeat center center;
	display: inline-block;
	overflow: hidden;
}
.stageSlide .slideNav a.pnActive {
	background: transparent url(../img/nav_acv.png) no-repeat center center;
}

/* #pageNav
--------------------------- */
#pageNav {
	top: 0;
	left: 35px;
	width: 20px;
	text-align: center;
	position: fixed;
	z-index: 2;
}
#pageNav ul {
	width: 15px;
	display: block;
}
#pageNav ul li {
	margin-bottom: 10px;
	width: 20px;
	height: 20px;
	display: block;
	overflow: hidden;
}
#pageNav ul li a {
	width: 20px;
	height: 10px;
	display: block;
	color: #202020;
	background: #FFF;
	opacity: 0.5;
	padding: 6px 0 5px;
	font-size: 10px;
	line-height: 1.0;
}
#pageNav ul li.activeStage a {
	opacity: 1.0;
}
#pageNav ul li.activeStage a:visited,
#pageNav ul li.activeStage a:active,
#pageNav ul li.activeStage a:focus {
	text-decoration: none;
}


/* #pageDown
--------------------------- */
#pageDown {
	bottom: 65px;
	right: 0;
	width: 54%;
	height: 40px;
	text-align: center;
	position: fixed;
	overflow: hidden;
	z-index: 3;
}
#pageDown a {
	margin: 0 auto;
	width: 30px;
	height: 30px;
	background: transparent url(../../img/feature/detail_b/img_arrowbottom.png) no-repeat center center;
	display: block;
}

/* itemBox
--------------------------- */
.itemBox {
	background: #FFF;
}
.itemBox .right .photoBox li {
	margin-bottom: 10px;
}
.itemBox .left {
	overflow: hidden;
	float: left;
	width: 50%;
	text-align: right;
	background: #000;
}
.itemBox .right {
	overflow: hidden;
	float: right;
	width: 50%;
	position: relative;
}
.itemBox .right img,
.itemBox .left img {
	width: auto;
	height: auto;
}
/*right*/
.itemBox .right h1 {
	margin: 40px 0 50px;
}
	.itemBox .photoBox {
		margin: 0 auto;
		padding: 0 6.5%;
	}
	.itemBox .photoBox li {
		float: left;
		width: 33.333%;
	}
	.itemBox .photoBox li .box > img {
		width: 100%;
		height: auto;
	}
.item .box {
	position: relative;
	border: 1px solid #8e8e8e;
	width: 90%;
	margin:0 auto;
}
.itemDescription {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	line-height: 1.4;
	padding: 0 6%;
	width 88%
	z-index:1;
}
.itemDescription .inner {
	display: table-cell;
	vertical-align: middle;
}
.itemDescription .brand {
	font-size: 11px;
	word-break: break-all;
}
.itemDescription .price {
	font-size: 11px;
}
.itemDescription .link {
	margin-top: 15px;
	line-height: 1.0;
}
.itemDescription .link img {
	border: none;
	vertical-align: middle;
}
.opacity {
	opacity: 0.3;
	filter: alpha(opacity= 30);
}
.sub {
	display: none;
	background: #000;
	line-height: 1.5;
	overflow: hidden;
	height: auto;
	padding: 8px 0 10px;
}
.sub img {
	vertical-align: middle;
}
.subTitle {
	background: none;
	line-height: 1.5;
	padding-top: 5px;
}
.slideup {
	background: #000;
}
.subTitle .priceToggle {
	display: inline;
	background: #000 url('../../img/feature/detail_b/img_arrowtop.png') no-repeat 80% 50%;
	padding: 5px 25px 2px 0;
	vertical-align: baseline;
	position: relative;
}
.sub span img {
	padding-left: 6px;
	vertical-align: middle;
}

/*left*/
.image {
	display: inline-block;
	position: relative;
}
.image .detail {
	position: relative;
	bottom: 0;
	z-index: 1;
}
.image .detail img {
	height: auto;
}
.detail .coordinatePrice {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.image .detail .inner {
	color: #FFF;
	text-align: left;
	margin: 0 auto;
	font-size: 11px;
}
.image .detail .inner p {
	padding-left: 10px;
}
/*footer*/
.detailFoot {
	border-top-width: 1px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 66px;
	z-index: 2;
}
.detailFoot .linkArea {
	display: table;
	width: 900px;
	margin: 0 auto;
	height: 66px;
}
.detailFoot .linkArea li {
	display: table-cell;
	vertical-align: middle;
	height: 66px;
	line-height: 1.0;
}
.detailFoot .linkArea li:first-child {
	width: 348px;
}
	.detailFoot .linkArea li:first-child a {
		position: relative;
		top: 3px;
		left: 40px;
	}
.detailFoot .linkArea li:nth-of-type(2) {
	width: 356px;
}
/*
.detailFoot .linkArea li:nth-of-type(3),
.detailFoot .linkArea li:nth-of-type(4),
.detailFoot .linkArea li:last-of-type {
	padding: 12px 25px 12px 0;
}
*/
.toggle {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 999;
}
.toggle dl {
	background: #000;
	z-index: 1000:
}
.toggle dt {
	text-align: right;
}
.toggle dd ul {
	padding: 10px 0 20px;
}
.toggle dd li {
	padding: 4px 10px 2px 30px;
	letter-spacing: 0.02em;
	background: url(../../img/feature/ico_arrowright.png) no-repeat 11px center;
	width: 130px;
	line-height: 1.2;
	font-size: 12px;
}
.toggle dd li a {
	color: #FFF;
}
.toggle dd {
	display: none;
}
/* 打ち消し */
h1 {
	position: static;
	padding: 0;
	width: auto;
	background: none;
}
@media screen and (orientation: portrait) { 
	.visual {
		margin-left: -150px;
	}
}
