@charset "utf-8";


/* 検索結果
----------------------------------------------- */
p.conditionarea {
    clear: both;
    width: 566px;
    margin: 0 auto;
    padding: 5px;
    border: solid 1px #333;
}




/* 商品一覧 */


/* 商品詳細 */

/* タイトル
----------------------------------------------- */
#detailtitle {
    width: 750px;
    margin: 0 0 15px 0;
    background-color: #9CB5B7;
}

#detailtitle h2 {
    padding: 7px 0 7px 10px;
    font-size: 130%;
		color:#FFF;
}


/* 商品
----------------------------------------------- */
/* 商品画像 */
#detailphotoblock p {
    margin: 5px 0 0 0;
}
#detailphotoblock .expansion{
	display:block;
	margin:0 0 5px;
	text-align:center;
}
#subphotoimg{
	display:block;
}
#subphotoimg li{
	float: left;
	margin:16px 16px 0 0px;
}

/*
#subphotoimg li a{
	display:block;
	line-height:0;
	border:1px solid #dad9d2;
}
#subphotoimg li a img{
	width:59px;
}
*/

#subphotoimg li p{
  width:79px;
	display:block;
	line-height:0;
	border:0px solid #dad9d2;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  margin:0;
}
#subphotoimg li p img{
  width:100%;
  transition: all 0.3s ease 0s;
}
#subphotoimg li p:hover img {
	opacity: 0.7;
}
#subphotoimg .second a{
	display:block;
	border-top:none;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
}


#detailarea {
    margin:25px 0 80px 0px;
}
#detailrightblock {
    float: right;
    width: calc(100% - 600px);
margin-right: 0;
}
#detailrightblock .btn_bookmark{
	margin:0 0 35px;
	padding:0;
}

#detailrightblock li {
    display: inline;
    vertical-align: top;
}

#detailrightblock h2 {
	margin: 0 0  10px;
	padding: 0;
	font-size: 18px;
	word-wrap: break-word;
}
#detailrightblock h2.itemTit {
font-size: 20px;
font-weight: bold;
}
#detailrightblock .itemDetail {
	margin: 0 0 20px;
}


#detailrightblock .itemPrice {
    font-size: 24px;
    padding: 0 0 5px;
}
#detailrightblock .itemPrice .price {
    font-size: 70%;
}

#detailrightblock .itemPrice.normal {
	color: #999;
	text-decoration: line-through;
}

#detailrightblock dl {
    padding: 15px 0 0 0;
}

#detailrightblock dd {
    margin: 0 15px 0 0;
}

#detailrightblock .box54 {
    width: 54px;
    border: solid 1px #ccc;
    border-radius: 0;
    padding:0 30px 0 5px;
    height:36px;
}

#detailrightblock .btn {
    clear: both;
    margin:30px 0;
    text-align: right;
/*	overflow:hidden;
	border-top: 1px #ccc solid;
border-bottom: 1px #ccc solid;*/
padding: 10px 0;
}

#detailrightblock .btn .btn_cart span {
	font-size: 0.9em;
	margin: 0 3px 0 0;
}
#detailrightblock .attention {
display: inline-block;
margin: 0 0 15px;
color: #ee3229;

line-height: 1;
}
.margin_t{
		margin-top:30px;
}

/* セット販売リスト
----------------------------------------------- */
#childProducts {
	clear: both;
	text-align: left;
}
#childProducts .tit {
	color: #31567E;
	font-size: 16px;
	border-bottom: 1px solid #31567E;
	padding: 10px 0 2px;
	margin: 0 0 20px;
}
#childProducts .text {
	margin: 0 0 10px;
}
#childProducts .itemList {
	margin: 0 -18px 0 0;
}
#childProducts .itemList .item {
	width: 174px;
	height: 260px;
	float: left;
	margin: 0 18px 10px 0;
}
#childProducts .itemList .itemPhoto {
	width: 168px;
	height: 168px;
	padding: 3px;
	margin: 0 0 5px;
}
#childProducts .itemList .itemPhoto img {
	max-width: 168px;
	max-height: 168px;
	vertical-align: middle;
}
#childProducts .itemList .itemPhoto a {
}
#childProducts .itemList .mini {
display: block;
	width:85px;
	padding: 3px 0 0;
	margin: 0 auto 10px;
	cursor: pointer;
}
#childProducts .itemList a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=30);
}
#childProducts .itemList .itemTit {
	font-size: 11px;
	margin: 0 0 5px;
}
#childProducts .itemList .itemCount {
	text-align: right;
}
#childProducts .attention {
	text-align: right;
	margin: 0;
}
#childProducts .btn {
	clear: both;
	margin: 15px 0 15px;
	text-align: right;
	background: #e5e5e5;
	overflow: hidden;
}
#childProducts .btnBox {
	float: right;
	padding: 10px 10px 10px 0;
}
#childProducts .btn .btn_cart a {
	width: 160px;
	height: 34px;
	font-size: 16px;
	line-height: 34px;
}
#childProducts .btn .btn_cart span {
	font-size: 0.9em;
	margin: 0 3px 0 0;
}


/* サブタイトル
----------------------------------------------- */
div.subarea {
    clear: both;
    width: 580px;
    padding: 30px 0 0 0;
}

div.subarea h3 {
    width: 560px;
    font-size: 120%;
    margin: 0 0 10px 0;
    padding: 5px 10px;
    background-color: #e4e4e4;
}

div.subtext {
    float: left;
    width: 365px;
}

#detailphotoblock {
    position: relative;
    float: left;
    width: 550px;
    overflow: hidden;
}
#detailphotoblock .photo img{
	width:100%;
}

#detailphotoblock .photo img.picture.inactive{
visibility: hidden;
}
#detailphotoblock a{
	display:block;
}
#detailphotoblock a .mini{
	display:block;
	margin:10px 0 20px;
}
#detailphotoblock .imgBig{
	position:absolute;
	display:none;
	top:0;
	left:0;
	width:100%;
}
#detailphotoblock li.active .imgBig{
	display:block;
}
#detailphotoblock #carousel .slides {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin: 0 0 0 -2%;
    width: 102% !important;
}
#detailphotoblock #carousel .slides li {
    width: 20% !important;
    padding: 0 0 0 2%;
    box-sizing: border-box;
}
.flex-direction-nav li a {
    opacity: 1;
}



/* セット商品
----------------------------------------------- */
#packagedarea {
    clear: both;
    margin: 0px;
    width: 580px;
    padding: 35px 0 0 0;
}
#packagedarea h2 {
    font-size: 14px;
    color: #FF6600;
}
div.packagedblock {
    margin: 0 0 0 20px;
    padding: 10px 0;
}
div.packagedblock .imageblock {
    float: left;
    margin-right: 20px;
}
div.packagedblock .imageblock img,
div.packagedblock .imageblock p {
    display:inline-block;
    vertical-align: middle;
    display:inline\9;
    zoom:1\9;
}

/* お客様の声
----------------------------------------------- */
#customervoicearea {
    clear: both;
    width: 750px;
    padding: 35px 0 0 0;
}
#customervoicearea .btn_contribute{
	margin:0 0 20px 5px;
}
#customervoicearea ul{
	margin:0 0 20px;
    border-bottom:1px dotted #658786;
}
#customervoicearea ul li{
	padding:0 0 10px;
    border-top:1px dotted #658786;
}
#customervoicearea p{
    color:#666;
    word-wrap:break-word;
}
#customervoicearea .voicedate{
    font-weight: bold;
    margin: 10px 0 0 0;
}

#customervoicearea .voicetitle{
    padding: 5px 0;
    font-size: 120%;
    font-weight: bold;
    word-wrap:break-word;
}


/* トラックバック
----------------------------------------------- */
#trackbackarea {
    clear: both;
    width: 580px;
    padding: 35px 0 0 0;
}

#trackbackarea h2 {
    padding: 0 0 10px 0;
}

#trackbackarea h3 {
    font-size: 100%;
    font-weight: bold;
    padding: 0 0 10px 0;
}

#trackbackarea .box500 {
    width: 500px;
    border: solid 1px #ccc;
}

/* この商品を買った人はこんな商品も買っています
----------------------------------------------- */
#whoboughtarea {
}
#whoboughtarea .title {
	font-size: 120%;
	text-align: left;
	margin: 0 0 15px;
}
#whoboughtarea .itemList {
	margin: 0 -18px 0 0;
}
#whoboughtarea .itemList .item {
	width: 174px;
	height: 240px;
	float: left;
	margin: 0 18px 10px 0;
}
#whoboughtarea .itemList .itemPhoto {
	text-align:center;
	width: 168px;
	height: 168px;
	padding: 3px;
	margin: 0 0 5px;
}
#whoboughtarea .itemList .itemPhoto img {
	max-width: 168px;
	max-height: 168px;
}

/* ------- 2011.2.15 Ai Itsumi------- */

div.listrightblock dt {
margin-left:400px}


div.listrightblock .cartbtn img {
margin:10px 0 10px 423px}

.cartbtn{margin-top:10px;}

/* 商品の閲覧履歴
----------------------------------------------- */
#producthistory {
	margin:0 0px;
}

#producthistory .itemList {
	margin: 0 0 0 -2%;
    letter-spacing: -0.4em;
    font-size:0;
    text-align: left;
/*    color:#999;*/
}
#producthistory .itemList .item {
    width: 16.666666%;
    width: calc(100% / 6);
    float: none;
    margin: 0 0 0 0px;
    padding: 0 0 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: auto;
    min-height: auto;
}
#producthistory .itemList .item a{
  color:#000;
}
#producthistory .itemList .itemTit {
    margin: 0 0 5px;
    font-size: 12px;
}
#producthistory .itemList .itemComment{
	font-size:11px;
}
#producthistory .itemList .itemPhoto {
    height: auto;
    padding: 0;
    margin: 0 0 5px;
    line-height: 0;
}
#producthistory .itemList .itemPhoto img {
	width:100%;
}

/* 会員限定商品購入
----------------------------------------------- */
#notice{
	margin:20px 0 20px;
	padding:12px 15px 7px;
	width:100%;
/*	border:1px solid #959EA7;*/
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #ccc;
}
#detailrightblock #notice p{
	margin:0;
	padding:0 0 8px;
/*	color:#333;*/
	font-size:11px;
	line-height:1.4em;
}
#detailrightblock #notice .noticeTit{
	padding:0 0 10px;
	color:#ee3229;
	font-size:13px;
	font-weight:bold;
}
#memberOnly{
/*	width:400px;*/
	background:#f6f6f6;
	margin: 0 auto 60px;
	padding:20px;
}

#memberOnly .memberOnlyTxt {
line-height: 1.6;
margin: 0 auto 15px;
}
#memberOnly .memberOnlyTxt .mini{
display: inline-block;
margin: 5px 0 0;
}

#detailrightblock #memberOnly ul li{
/*	float:left;*/
	width:100%;
	display: block;
}
#detailrightblock #memberOnly ul .btnArea{
	padding:15px 0 15px;
/*	width:30%;*/
}

#detailrightblock #memberOnly ul .input_blue {
padding: 5px 1.5em;
}
#detailrightblock #memberOnly ul .input_blue:hover {
/*
box-shadow: 0 5px 30px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 5px 30px rgba(0,0,0,0.3);
*/
}

#detailrightblock #memberOnly ul li{
text-align:center;
}
#detailrightblock #memberOnly table{
	margin:0;
	padding:0;
/*	width:300px;*/
	border:none;
}
#memberOnly table tr{

}
#memberOnly table tr td{
	padding:0 0 10px;
	text-align:left;
/*	background:#F0F0F0;*/
	border:none;
}
#memberOnly table tr td input {
width: 100%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}

#memberOnly table tr td span{
	font-size:13px;
	font-weight:bold;
/*	background:#F0F0F0;
	color:#31567E;*/
	border:none;
}

#inquiry{

}
#inquiry #detailtitle{
    width: 100%;
}
#inquiry #undercolumn_contact table{
    border: none;
}
#inquiry #undercolumn_contact table th span{
    color: #ff0000;
}
#inquiry #undercolumn_contact table td.btnCell{
    border: none;
    padding: 40px 0 0;
}
#inquiry #undercolumn_contact table td.confirmBtnCell{

}
#inquiry #undercolumn_contact table td.confirmBtnCell .cellInner{
    display: flex;
    justify-content: center;
}
#inquiry #undercolumn_contact table td textarea{
    padding: 10px;
    box-sizing: border-box;
}
#inquiry #undercolumn_contact table td .btnSubmit{
    -webkit-appearance: none;
    border: none;
    color: #FFF;
    font-weight: 600;
    padding: 15px 20px;
    line-height: 1em;
    background: #171717;
    font-size: 15px;
    min-width: 300px;
    transition: all .3s;
}
#inquiry .enqBox table td .btnSubmit:hover{
    opacity:0.7;
}
#inquiry #undercolumn_contact table td.confirmBtnCell .btn_standard{
    margin: 0 20px;
}
#inquiry #undercolumn_contact table td.confirmBtnCell .input_main{
    margin: 0 20px;
}
#inquiry #completetext{
    text-align: center;
    font-size: 18px;
    padding: 40px;
}
