﻿@charset "UTF-8";

/* +++++++++ 全体で使用 +++++++++ */

.exposition {/* 文字の大きさを大きくしてみよう */
	font-size: 1.5rem;
	line-height: 2.7rem;
}

h2 {/* ページタイトル */
	margin-bottom: 10px;
}
h2 .en {
	display: block;
	font-size: 1rem;
	padding-bottom: 5px;
}

h2.item_title {
	margin: 50px 0 30px;
	font-size:3rem;
}
h2.sale_title {
	font-size:2.5rem;
	color: #C33;
}

h3 {/* セクションタイトル */
	clear: left;
	margin: 0 0 10px 0;
	padding: 0 0 0 2px;
	height: auto;
	font-size: 1.8rem;
	/*font-weight: normal;*/
}
.sec_title span {
	font-size: 1.2rem;
	font-weight: bold;
}

.annotation {
	clear: left;
	text-align: right;
}

.exsitelinks {/* 外部リンクボタン モダンブラウザ向け */
	margin: 10px 0 5px;
    background: #e3e3e3;/*#dce1e4;*/
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #ddd;
/*    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);*/
}
.exsitelinks a {/* 外部リンクボタン モダンブラウザ向け */
	display: block;
	padding: 3px 5px;
}
.exsitelinks:hover {/* 外部リンクボタン モダンブラウザ向け */
	color: #fff;
	background: #2be;
    border: solid 1px #2be;
    text-decoration: none;
	-webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

/* +++++++++ レイアウト +++++++++ */
#detail_box{
	margin: 80px 0 0;
}

#recommend_box {
}

#column_box {
	margin: 20px 0;
    padding: 30px;
	
	background-color: #f5f5f5;
}

.sale_info {
	margin: 70px 40px;
}
.pointPic{
	display:block;
	margin:80px auto;
}
/* --------- detail_box --------- */

#detail_box .exposition+h3.sec_title {
	margin-top: 15px;
}
#detail_box .exposition {
	clear: both;
}

/* detail_piclist */
#detail_piclist {
}
#detail_piclist em {
	font-size: 2.1rem;
	font-weight: normal;
}
#detail_piclist dt {
	padding: 50px 0;
	font-size: 3.75rem;
	line-height: 4.8rem;
	text-align: center;
	letter-spacing: 5px;
}
#detail_piclist dt img {
	padding-bottom: 40px;
}
#detail_piclist dd {
	padding: 0 50px 100px;
	line-height: 2.7rem;
	font-size: 1.8rem;
}


/* --------- spec --------- */

#spec {
	margin: 0 0 0 5px;
	font-size: 11px;
}
#spec th, #spec td {
	padding: 5px 0 0;
	text-align: left;
	vertical-align:top;
}
#spec th {
	width: 55px;
	text-align: right;
}
#spec td {
	width: 190px;
	padding-left: 8px;
}


/* --------- attention_box --------- */


/* --------- material_box --------- */

#material_box dl {
	padding: 10px;
	margin-left: 5px;
}
#material_box dt {
	color: #04a;
	margin-left: -5px;
}
#material_box dd {
	display: inline;
	padding-right: 4px;
}

/* --------- designer_box --------- */

#designer_name {/* デザイナータイトル */
	margin-top: 10px;
	padding: 0;
	font-size: 14px;
}
#designer_box .en {
	display: block;
	padding-left: 10px;
	font-size: 1.2rem;
	font-weight: normal;
}
#designer_box .stamp {
	padding: 0 10px 5px 0;
}


/* --------- product_list --------- */
.group {
	_zoom: 1;
	overflow: hidden;
}
.item {
	float: left;
	position: relative;

	margin: 10px 0 10px -1px;
	padding: 0 18px 5px 19px;
	
	border-left: #ccc 1px solid;
}
.item a {
	display: block;
	
	line-height: 1.85rem;
}
.item a:hover {
	text-decoration: none;
	color: #09F!important;
}
.item img {
	width: 225px;
}

.item .p_name {
	display: block;
	word-wrap: break-all;
}
.item .pricerange {
	display: block;
}
.item .downprice {
	display: block;
	margin-top: 7px;
	color: #F00;
	font-size:2.1rem;
	font-weight: bold;
}
.item .downprice:before {
	content: "⇒";
	color: #F00;
	font-weight: bold;
}
.item select {
	margin: 10px 0;
}


/* --------- product_list --------- */
#product_list a {
	display: inline-block;
	vertical-align:top;
	position: relative;

	margin: 15px 0 15px -1px;
	padding: 0 12px;
}


/* --------- recommend_box --------- */

#recommend_box  {
	font-size:0;/* li間の隙間を無くす */
}
#recommend_box a {
	display: inline-block;
	width: 120px;
	height: 120px;
	margin: 20px 30px 15px 10px;
}
#recommend_box img {
	width: 120px;
	height: 120px;
}
#recommend_box:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

/* --------- column_box --------- */

#column_box p {
	margin-bottom: 1.5rem;
}
#column_box h3.sec_title {
	margin: 10px 0 30px;
	font-size: 2.6rem;
}
#column_box h3.sec_title span {
	font-size: 1.8rem;
}
#column_box em {
	font-size: 2.1rem;
	font-weight: normal;
}
#column_box dt {
	padding: 50px 54px 10px;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 3.5rem;
	letter-spacing: 2px;
}
#column_box dt img {
	padding-bottom: 20px;
}
#column_box dd {
	padding: 0 54px 80px;
	font-size: 1.8rem;
	line-height: 2.7rem;
	text-align:justify;
}


/* +++++++++ pdct_pic +++++++++ */

#pdct_pic {
	padding: 0;
}
#pdct_pic img {
/*	position:absolute;
	z-index:1;
	max-width: 480px;
*/	max-height: 480px;
}


/* --------- pict_box --------- */

#pict_box  {
	margin: 50px 0;
	font-size:0;/* li間の隙間を無くす */
}
#pict_box a {
	display: inline-block;
	width: 120px;
	height: 120px;
	margin: 10px 10px 5px 5px;
}
#pict_box img {
	width: 120px;
	height: 120px;
}

/* ********** .skinsamplebox ********** */
.overview {
	margin-left:10px;
}
.overview dt {
	clear: both;

	margin: 0 2px 0 -2px;
	padding: 30px 0 5px 2px;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.5em;
	border-bottom: 3px dotted #333;
}
.overview dd {
	padding-top: 8px;
}
.overview td {
	min-width: 215px;
	padding: 5px;
}

.skinsamplebox {
	overflow: hidden;
}
.skinsamplebox ol {
	margin-right: -15px;
}
.skinsamplebox li {
	float: left;
	width: 110px;
	margin: 7px 13px 0 0;
}
.skinsamplebox img {
	width: 110px; height: 110px;
	padding-bottom: 2px;
}
.annotation {
	clear: left;
	text-align: right;
	padding: 0;
}


