@charset "utf-8";

/* --------------------------------------------------------------------------------------
 products
--------------------------------------------------------------------------------------- */

body {
	position: relative;
	min-width: 320px;
	color: #292929;
	font-size: 12px;
	background-color: #ffffff;
}
.container a{
	color:#699ec7;
	text-decoration:underline;
}
.container a:hover{
	text-decoration:none;
}
.container a.blank{
	background: url(../img/icn_window.png) right center no-repeat;
	padding-right:18px;
}
.container a:hover{
	text-decoration:none;
}

/* headArea */
.container #headarea {
	margin-top:15px;
	padding-bottom:10px;
	background: url(../img/products_ttl_bg.gif) center top repeat-x;
	-webkit-background-size: 20px auto;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
	text-align:center;
	border-bottom:1px solid #d5dadf;
}
.container #headarea h1{
	text-align:center;
	margin-bottom:12px;
}
.container #headarea h2 img{
	width: 100%;
}
.container #headarea .main_shop {
	margin:10px 0 20px 0;
}
.container #headarea .main_shop img{
	width: 87%;
}

.container #headarea .main_shop2 {
	margin:-10px 0 20px 0;
}
.container #headarea .main_shop2 img{
	width: 70%;
}



.container #headarea .main_img img{
	width: 100%;
}
.container #headarea .main_banner_volumeup {
  margin: 5px 0 20px;
  display: inline-block;
}
.container #headarea .main_banner_volumeup + .main_banner_volumeup {
  margin-left:6px;
}
.container #headarea .main_banner {
	margin: 5px 0 10px;
}

.container #headarea .copy{
	width: 93%;
	margin:15px auto;
	text-align:left;
	font-size:12px;
	line-height:18px;
}
.container #headarea .list--top {
	margin:10px 0;
}
.container #headarea .list img {
	width: 93%;
	padding-bottom:20px;
}

/* contents */
.container #contents{
	width: 100%;
	position: relative;
}


/* -- point -- */
.container .point {
	border-bottom:1px solid #d5dadf;
	padding-bottom:10px;
}
.container .point .inner {
	width: 93%;
	margin:0 auto;
}
.container .point .inner h3 {
	padding-top:20px;
}
.container .point .inner .text {
	font-size:12px;
	line-height:18px;
	padding:12px 0px;
}
.container .point .inner .img {
	text-align:center;
	padding-bottom:12px;
}
.container .point .inner .img img{
	width: 78%;
}
.container .point .inner .img.img600 img{
	width: 93%;
}
.container .point .inner .img_l {
	float:left;
	width:34%;
	padding-top:10px;
	padding-bottom:17px;
}
.container .point .inner .img_l img{
	width: 90%;
}
.container .point .inner .img_s {
	float:left;
	width:34%;
	padding-top:10px;
	padding-bottom:17px;
	text-align: center;
}
.container .point .inner .img_s img{
	width: 50%;
}
.container .point .inner .text_r {
	margin-left:34%;
	padding-top:10px;
	padding-bottom:17px;
	font-size:12px;
	line-height:18px;
}
.container .point .inner .text_c {
	margin-left:34%;
	padding-top:45px;
	padding-bottom:17px;
	font-size:12px;
	line-height:18px;
}
.container .point .inner dl {
	width: 90%;
	padding-top:10px;
}
.container .point .inner dt {
	padding-bottom:10px;
}
.container .point .inner dd {
	padding-bottom:22px;
}

/* -- product-info -- */
.container .product-info {
	position:relative;
	padding-bottom:67px;
}
.container .product-info .inner {
	width: 93%;
	margin:0 auto;
}
.container .product-info h2{
	padding-top:17px;
	padding-bottom:10px;
}
.container .product-info table {
	width:100%;
	border-top:1px solid #d5dadf;
	font-size:12px;
	line-height:16px;
}
.container .product-info th {
	width:33%;
	border-bottom:1px solid #d5dadf;
	border-left:1px solid #d5dadf;
	background:#f5f5f5;
	padding:10px 0 7px 15px;
	text-align:left;
	vertical-align:top;
}
.container .product-info td {
	border-bottom:1px solid #d5dadf;
	border-left:1px solid #d5dadf;
	border-right:1px solid #d5dadf;
	padding:10px 0 7px 10px;
}
.container .product-info .package {
	text-align:center;
}
.container .product-info .package img{
	width:100%;
}

.container .product-info .btn {
  text-align: center;
  padding-bottom: 10px;
	margin-top: 25px;
}


/* -- product-old -- */
.container .product-old {
	position:relative;
	border-top:1px solid #d5dadf;
	margin-top:-37px;
	padding-bottom:67px;
}
.container .product-old .inner {
	width: 93%;
	margin:0 auto;
}
.container .product-old .inner p.img {
	float:left;
	width:40%;
	text-align:right;
}
.container .product-old .inner p.img img{
	width:78%;
}
.container .product-old .inner p.link {
	float:left;
	width:55%;
	padding-top:11%;
	padding-left:5%;
}

/* -- color -- */
#contents li.color .btn{
	height:48px;
	background: url(../color/img/color_bg.gif) right top no-repeat;
	-webkit-background-size: 320px auto;
	-moz-background-size: 320px auto;
	background-size: 320px auto;
	border-top:1px solid #71b72d;
	cursor: pointer;
	display:block;
	width:100%;
}
#contents li.color:last-child .btn{
	border-bottom:1px solid #71b72d;
	margin-bottom:15px;
}
#contents li.color .btn.open{
	background: url(../color/img/color_bg_o.gif) right top no-repeat;
	-webkit-background-size: 320px auto;
	-moz-background-size: 320px auto;
	background-size: 320px auto;
	border-bottom:1px solid #71b72d;
}
#contents li.color:last-child .btn.open{
	margin-bottom:0px;
}

#contents li.color .detail {
	display:none;
	width: 93%;
	margin:0 auto;
}
#contents li.color .detail .text {
	font-size:12px;
	line-height:18px;
	padding:12px 0px;
}
#contents li.color .detail .img {
	text-align:center;
	padding-bottom:12px;
}
#contents li.color .detail .img img{
	width: 93%;
}

#contents .footer_banner {
	margin: 5px 0 10px;
	margin-top:-37px;
	padding-bottom:67px;
	text-align: center;
}
#contents .footer_banner img{
	width: 93%;
}

/***/
.ns14uv .product-info .package {
	margin:30px auto 10px auto;
}
.ns14uv .product-info .package img{
	width:50%;
	height:auto;
	text-align:center;
}




/* -- .head_btn--banne -- */

.product-headBtn{
	position: relative;
	margin-bottom: 5vw;
	text-align: left;
}
.product-headBtn h2 img{
	width: 95% !important;
}
.product-headBtn--banner{
	position:absolute;
	bottom:0;
	right:3.5%;
	width: 47vw;
}
.product-headBtn--banner img{
	width: 100%;
	margin-top: 20px;
}
.product-headBtn2{
	margin-bottom: 3vw;
}

.product-headBtn2 .product-headBtn--banner{
	bottom:2.5vw;
}


/* -- bottom_link -- */
.product-shop{
	padding: 6vw 3.5% 5vw;
}
.product-bottomLink{
	
}
.product-bottomLink ul{
	margin: 0 auto;
}
.product-bottomLink ul li + li{
	margin-top: 6vw;
}
.product-bottomLink ul img{
	width: 100%;
}
p + .product-bottomLink{
	margin-top: 20px;
}
.product-bottomLink__ttl{
	margin-top: 40px;
	margin-bottom: 20px;
}

.product-end {
	position:relative;
	border-top:1px solid #d5dadf;
	padding: 6vw 3.5% 5vw;
	margin-top: 6vw;
}
.product-end a{
	color: #000;
}