@charset "utf-8";
/* -----------------------------------------------------------
CSS Information

File name : item.css
----------------------------------------------------------- */

/*----------------------------------------------------
common
----------------------------------------------------*/
/* indent */
#item .box3 h4,
#item .box3 .uv_dev h5{
	text-indent:-9999px;
	padding:0;
	display:block;
}

/* HOVER */


/*----------------------------------------------------
header
----------------------------------------------------*/



/*----------------------------------------------------
contents
----------------------------------------------------*/
#item .contents h2{
	padding: 42px 0 58px;
	text-align: center;
}


/* box1
----------------------------------------------------*/
#item .box1{
	padding-bottom:62px;
}
#item .box1 ul{
	padding:0 60px 0 90px;
}
#item .box1 ul li{
	float:left;
}


/* box2
----------------------------------------------------*/
#item .box2{
	padding-bottom:62px;
}
#item .box2 .graDep,
#item .box2 .detailBox{
	float:left;
}
/* detailBox */
#item .box2 .detailBox{
	width:340px;
	background:#fafafa;
	padding:35px 30px 15px;
	color:#666666;
}
#item .box2 a.buyBtn{
	display:block;
	padding: 8px 0;
	margin:32px auto;
	width:181px;
    font-size: 110%;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background: #000000;
	box-shadow: 1px 1px 0 rgba(153, 153, 153, 1);
	position: relative;
}
	#item .box2 a.buyBtn::before{
		content: '';
		display: block;
		margin-top: -5px;
		width: 7.5px;
		height: 7.5px;
		border-top: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 12px;
	}

	#item .box2 a.buyBtn:hover{
		background: #eead9f;
		box-shadow: 1px 1px 1px rgba(227, 141, 123, 1);
	}

#item .box2 .explanation,
#item .box2 .price,
#item .box2 .specs{
	font-size:107%;
	line-height:1.714em;
}
#item .box2 .price span{
	font-size: 150%;
	font-weight: bold;
	padding-right: 8px;
}

#item .box2 .price,
#item .box2 .specs{
	padding-top:18px;
}

#item .box2 .notes{
	padding-bottom:20px;
	line-height:21px;
}
#item .box2 .notes h3,
#item .box2 .notes h3 a{
	font-weight:bold;
}
#item .box2 .notes p{
	font-size:92%;
	padding-left:12px;
}
#item .box2 .notes p a,
#item .box2 .notes h3 a{
	text-decoration:underline;
}
#item .box2 .extrainfo{
	font-size:11px;
	padding-left:1em;
	text-indent: -1em;
	display: inline-block;
}

/*----------------------------------------------------
soon
----------------------------------------------------*/
#item .box2 a.soon{
	cursor: default;
}
#item .box2 a.soon.buyBtn:hover{
	background:url(../img/item/buy_off.png) no-repeat;
}
#item .box2 p.soon{
	font-size:11px;
	margin-top:-20px;
	text-align:center;
	padding-bottom:20px;
	color:#EEAD9F;
}


/* box3
----------------------------------------------------*/
#item .box3{
	border:1px solid #000000;
	margin:0 0 80px;
	padding:45px 36px 52px;
}
#item .box3 h4{
	background:url(../img/item/uv_tit.png) no-repeat;
	width:212px;
	height:47px;
	margin:0 auto 20px;
}

#item .box3 ul.voice{}
	#item .box3 ul.voice::after {
		display: block;
		clear: both;
		content: '';
	}

#item .box3 ul.voice li,
#item .box3 .voice span.marker{
	font-size: 100%;
	font-weight: bold;
	line-height: 1.65em;
}

#item .box3 ul.voice li{
	float: left;
	padding: 15px;
	width: 224px;
	border: 1px solid #555555;
	box-sizing: border-box;
	position: relative;
}
	#item .box3 ul.voice li + li{ margin-left: 10px; }

	#item .box3 ul.voice li.sdL{ box-shadow: -4px 4px 0 rgba(222, 222, 222, 1); }
	#item .box3 ul.voice li.sdR{ box-shadow: 4px 4px 0 rgba(222, 222, 222, 1); }

	#item .box3 ul.voice li::after {
		content: '';
		height: 22px;
		background-repeat: no-repeat;
		background-position: 0 0;
		position: absolute;
		bottom: -22px;
	}
		#item .box3 ul.voice li.arwL1::after { width: 33px; background-image: url(../img/item/arwL1.png); }
		#item .box3 ul.voice li.arwL2::after { width: 27px; background-image: url(../img/item/arwL2.png); }
		#item .box3 ul.voice li.arwR1::after { width: 33px; background-image: url(../img/item/arwR1.png); }
		#item .box3 ul.voice li.arwR2::after { width: 27px; background-image: url(../img/item/arwR2.png); }


	#item.item_pad_21 .box3 ul.voice li.item1{ margin-top: 1px; }
		#item.item_pad_21 .box3 ul.voice li.item1::after{ right: 30px; }
	#item.item_pad_21 .box3 ul.voice li.item2{ margin-top: 15px; }
		#item.item_pad_21 .box3 ul.voice li.item2::after{ left: 30px; }
	#item.item_pad_21 .box3 ul.voice li.item3{ margin-top: 0; }
		#item.item_pad_21 .box3 ul.voice li.item3::after{ left: 80px; }
	#item.item_pad_21 .box3 ul.voice li.item4{ margin-top: 9px; }
		#item.item_pad_21 .box3 ul.voice li.item4::after{ right: 50px; }

	#item.item_pad_23 .box3 ul.voice li.item1{ margin-top: 3px; }
		#item.item_pad_23 .box3 ul.voice li.item1::after{ left: 130px; }
	#item.item_pad_23 .box3 ul.voice li.item2{ margin-top: 19px; }
		#item.item_pad_23 .box3 ul.voice li.item2::after{ left: 80px; }
	#item.item_pad_23 .box3 ul.voice li.item3{ margin-top: 0; }
		#item.item_pad_23 .box3 ul.voice li.item3::after{ left: 95px; }
	#item.item_pad_23 .box3 ul.voice li.item4{ margin-top: 20px; }
		#item.item_pad_23 .box3 ul.voice li.item4::after{ right: 125px; }

	#item.item_pad_29 .box3 ul.voice li.item1{ margin-top: 8px; }
		#item.item_pad_29 .box3 ul.voice li.item1::after{ left: 165px; }
	#item.item_pad_29 .box3 ul.voice li.item2{ margin-top: 19px; }
		#item.item_pad_29 .box3 ul.voice li.item2::after{ left: 85px; }
	#item.item_pad_29 .box3 ul.voice li.item3{ margin-top: 5px; }
		#item.item_pad_29 .box3 ul.voice li.item3::after{ left: 120px; }
	#item.item_pad_29 .box3 ul.voice li.item4{ margin-top: 0; }
		#item.item_pad_29 .box3 ul.voice li.item4::after{ right: 80px; }

	#item.item_liner .box3 ul.voice li.item1{ margin-top: 13px; }
		#item.item_liner .box3 ul.voice li.item1::after{ left: 165px; }
	#item.item_liner .box3 ul.voice li.item2{ margin-top: 24px; }
		#item.item_liner .box3 ul.voice li.item2::after{ left: 85px; }
	#item.item_liner .box3 ul.voice li.item3{ margin-top: 35px; }
		#item.item_liner .box3 ul.voice li.item3::after{ left: 100px; }
	#item.item_liner .box3 ul.voice li.item4{ margin-top: 0; }
		#item.item_liner .box3 ul.voice li.item4::after{ right: 130px; }

#item .box3 .voice span.marker{
	background: #ffebe7;
}

#item .box3 .voice span.respondent{
	display: block;
	margin-top: 5px;
	text-align: right;
	font-size: 90%;
	line-height: 1em;
}






/*
#item .box3 .popup{ text-align:center;}
#item .box3 .voice{
	height:0;
	line-height:0;
}
#item .box3 .uv_dev{ margin-top:-15px;}
#item .box3 .uv_dev1{ background:url(../img/item/uv_dev_1.png) 26px 0 no-repeat;}	
#item .box3 .uv_dev_voice{
	background:url(../img/item/uv_bg.png) no-repeat;
	background-size: auto 100%;
	width:742px;
	min-height:127px;
	margin-top:32px;
	margin-left:150px;
}
#item .box3 .uv_dev_voice.uv_bg1{
	background:url(../img/item/uv_bg1.png) no-repeat;
	min-height:147px;
}


#item .box3 .uv_dev_voice .txt{ padding:26px 24px 0 44px;}
#item .box3 .uv_dev_voice .txt p{
	font-size:12px;
	line-height:1.5em;
	color:#000000;
}
*/


/* exception facial cotton
----------------------------------------------------*/

#item .box2 .graDep.point{
	width:580px;
	padding-right: 40px;
	box-sizing: border-box;
}

#item .box2 .graDep.point h3,
#item .box2 .graDep.point h4{
	color: #2cb676;
	margin-bottom: 0.6em;
}
#item .box2 .graDep.point h3{
	text-decoration: underline;
}
#item .box2 .graDep.point p{
	font-size:12px;
	line-height: 1.8;
	color: #333;
}
#item .box2 .graDep.point .profile{
	margin-top: 20px;
}
#item .box2 .graDep.point .profile h4{
}
#item .box2 .graDep.point .profile p{
	font-size:10px;
}