@charset "shift_jis";
/* ************************************************************************

 コーディネート カート

************************************************************************ */
#contents {
 padding-top: 4vw;
 background: #fff;
}
#coordinateArea{
	width: 100%;
	border-radius: 0;
	border: none;
	padding-bottom: 0!important;
}
/*coordinate_main
---------------------------------------------------*/
.coordinate_main_img{
	width: 70%;
	margin: 0 15%;
}
.coordinate_main_ttl{
	margin-top:10px;
	padding: 10px;
	line-height: 1.3;
	font-size: 120%;
	font-weight: bold;
}
.coordinate_main_text{
	padding:5px 10px 10px;
}
/*coordinate_itemList
---------------------------------------------------*/
.coordinate_itemList{
	padding: 0 10px;
}
.coordinate_item{
	overflow: hidden;
	padding: 20px 0 0;
	border-top: 1px solid #bebebe;
}
/*coordinate_item_left*/
.coordinate_item_left{
	float: left;
	width: 137px;
	min-height: 127px;
	margin-bottom: 20px;
}
.coordinate_item_left .proImgWrap{
	width: 125px;
	border: 1px solid #bcbdbe;
}
.coordinate_item_left .listColorSet{
	margin-top: 12px;
}
.coordinate_item_left .listColorSet li{
	width: 16px;
	height: 16px;
	border: #FFF 2px solid;
	-webkit-box-shadow: 1px 1px 2px #CFCFCF, inset 1px 1px 2px #CFCFCF;
	box-shadow: #CFCFCF 1px 1px 2px;
	margin: 0 2px 5px 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	display: inline-block;
	letter-spacing: normal;
}
/*coordinate_item_right*/
.coordinate_item_right{
	margin-bottom: 20px;
	padding-left: 137px;
}
.coordinate_item_right .icon{
	overflow: hidden;
}
.coordinate_item_right .icon li{
	float: left;
	margin-right: 10px;
}
.coordinate_item_right .txt{
	margin-top: 6px;
}
.coordinate_item_right .price{
	font-weight: bold;
	font-size: 115%;
}
.coordinate_item_right .price.sale{
	color: #cc0000;
}
.coordinate_item_right .iconset{
	margin-top: 6px;
}
.coordinate_item_right .star{
	line-height: 1;
	margin: 10px 0;
}
.coordinate_item_right .star img{
	width: 75px;
	margin-right: 5px;
}
.coordinate_item_right .btn{
	overflow: hidden;
	margin-top:20px;
}
.coordinate_item_right .btn_heart{
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	text-indent: -300%;
	background: url(https://img.dinos.co.jp/defaultMall/images/multidev/coordinate/icon_heart_off.jpg) no-repeat 0 0;
	background-size: contain;
}
.coordinate_item_right .btn_heart.on{
	background-image: url(https://img.dinos.co.jp/defaultMall/images/multidev/coordinate/icon_heart_on.jpg);
}
.coordinate_item_right .btn_detail{
	float: left;
	width: 120px;
}
.coordinate_item_right .btn_detail a{
	display: block;
	height: 28px;
	border: 1px solid #78ba1d;
	border-radius: 3px;
	color: #78ba1d;
	text-align: center;
	line-height: 27px;
	text-decoration: none;
	font-weight: bold;
}
/*coordinate_item_bottom*/
.coordinate_item_bottom{
	clear: both;
	text-align: center;
}
.coordinate_item_bottom .btn_soldout,
.coordinate_item_bottom .btn_cart{
	width: 100%;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 120%;
	line-height: 45px;
	border-radius: 3px;
}
.coordinate_item_bottom .btn_soldout{
	background: #8f8f8f;
	font-size: 120%;
	color: #fff;
}
.coordinate_item_bottom .btn_cart{
	background: #78ba1d;
}
.coordinate_item_bottom .btn_cart a{
	color: #fff;
	display: block;
	text-decoration: none;
}
.coordinate_item_bottom .btn_cart a:before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background: url(https://img.dinos.co.jp/defaultMall/images/multidev/coordinate/icon_cart.jpg) no-repeat 0 0;
	background-size: contain;
	vertical-align: middle;
}
.coordinate_item_bottom .txt{
	margin-bottom: 20px;
}
.coordinate_item_bottom .icon_mail a:before{
	content: "";
	display: inline-block;
	width: 18px;
	height: 12px;
	margin-right: 5px;
	background: url(https://img.dinos.co.jp/defaultMall/images/multidev/coordinate/icon_mail.jpg) no-repeat 0 0;
	background-size: contain;
	vertical-align: middle;
}
/*coordinate_recommended
---------------------------------------------------*/
.coordinate_recommended{
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
.coordinate_recommended .checkList dt{
	width: auto;
	height: auto;
	margin-left: 10px;
	background: none;
	text-indent:0;
	font-size: 140%;
	font-weight: bold;
}
.coordinate_recommended #zflickjs2{
	width: 282px !important;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
.coordinate_recommended #zflickjs2 .zcol {
	display: inline-block;
	float: left;
	width: 282px !important;
}
.zflickBtnArea #prev2{
	display:block;
	position:absolute;
	top:10px;
	left:0;
	padding:88px 10px;
	cursor:pointer;
}
.zflickBtnArea #next2{
	display:block;
	position:absolute;
	top:10px;
	right:0;
	padding:88px 10px;
	cursor:pointer;
}
.zflickBtnArea #prev2 span{
	display:block;
	position:absolute;
	top:46%;
	left:5px;
	width:11px;
	height:17px;
	background:url(https://img.dinos.co.jp/defaultMall/images/multidev/common/sp_icn_arr_l.png) no-repeat 0 0;
	background-size:11px 17px;
	-webkit-background-size:11px 17px;
	filter:alpha(opacity=50);
	-ms-filter:"alpha(opacity=50)";
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
	cursor:default;
	overflow:hidden;text-indent:100%;white-space:nowrap;
}
.zflickBtnArea #next2 span{
	display:block;
	position:absolute;
	top:46%;
	right:5px;
	width:11px;
	height:17px;
	background:url(https://img.dinos.co.jp/defaultMall/images/multidev/common/sp_icn_arr_r.png) no-repeat 0 0;
	background-size:11px 17px;
	-webkit-background-size:11px 17px;
	filter:alpha(opacity=50);
	-ms-filter:"alpha(opacity=50)";
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
	cursor:default;
	overflow:hidden;text-indent:100%;white-space:nowrap;
}
.zflickBtnArea #prev2.zflickBtnCur span{
	filter:alpha(opacity=100);
	-ms-filter:"alpha(opacity=100)";
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	cursor:pointer;
}
.zflickBtnArea #next2.zflickBtnCur span{
	filter:alpha(opacity=100);
	-ms-filter:"alpha(opacity=100)";
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	cursor:pointer;
}
/*coordinate_bnr
---------------------------------------------------*/
.coordinate_bnr{
	margin: 20px 10px;
}
.coordinate_bnr img{
	width: 100%;
}
/*クイックショッピングガイド
---------------------------------------------------*/
h2#shopping{
	margin: 0;
	padding: 20px 2% 0 2%;
	border: none;
	background: #f1f1f1;
}
h2#shopping:before{
	content: "";
	display: block;
	border-top: 3px solid #373737;
}
h2#shopping:after{
	content: "";
	display: block;
	border-bottom: 2px solid #e9e9e9;
}
h2#shopping span{
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	background-color: #fff;
}
.shoppingGuide{
	margin-top: 0;
}
/* ************************************************************************

  モーダル

************************************************************************ */
#wrapper.noscroll {
	position: fixed;
	overflow-y: scroll;
}
#wrapper.noscroll * {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
@media all and (orientation: landscape) {
	#wrapper.noscroll{
		width: 100%;
	}
}
.overLay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 200405;
}
/*お気に入り登録
---------------------------------------------------*/
.modalFavWin{
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 130px;
}
/*カートに入れる
---------------------------------------------------*/
.modalWrap{
	position: fixed;
	top: 3%;
	left: 3%;
	width: 94%;
	height: 94%;
	background:#fff;
	border-radius: 5px;
	z-index: 200405;
}
.modalIn{
	display: none;
	position: absolute;
	top: 1%;
	left: 1%;
	width: 98%;
	height: 98%;
	overflow: auto;
	-webkit-overflow-scrolling: touch
}
#coordinateModal{
	width: 100%;
	min-width: 100%;
	background: #fff;
	text-align: left;
	position: relative;
}
#coordinateModal .ttl{
	margin: 15px 3% 15px;
	font-size: 140%;
}
#coordinateModal .color{
	margin: 15px 3% 10px;
	font-size: 130%;
}
#coordinateModal .colorIcon{
	width: 16px;
	height: 16px;
	border: #FFF 2px solid;
	-webkit-box-shadow: 1px 1px 2px #CFCFCF, inset 1px 1px 2px #CFCFCF;
	box-shadow: #CFCFCF 1px 1px 2px;
	margin: 0 5px 0 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	display: inline-block;
	letter-spacing: normal;
}
#coordinateModal .item{
	display: table;
	width: 100%;
	padding: 15px 3%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#coordinateModal .item:nth-child(odd){
	background: #f3f3f3;
}
#coordinateModal .itemLeft{
	display: table-cell;
	vertical-align: middle;
	width: 55%;
}
#coordinateModal .itemRight{
	display: table-cell;
	vertical-align: middle;
	width: 45%;
}
#coordinateModal .stock{
	font-size: 120%;
}
#coordinateModal .stock .soldout{
	color: #d80000;
}
#coordinateModal .btn a{
	display: block;
	height: 28px;
	border: 1px solid #78ba1d;
	border-radius: 3px;
	text-align: center;
	line-height: 27px;
	text-decoration: none;
	font-weight: bold;
}
#coordinateModal .btn_cart a{
	color: #fff;
	background: #78ba1d;
}
#coordinateModal .btn_cart a:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 12px;
	margin-right: 5px;
	background: url(https://img.dinos.co.jp/defaultMall/images/multidev/coordinate/icon_cart.jpg) no-repeat 0 0;
	background-size: contain;
	vertical-align: middle;
}
#coordinateModal .btn_mail a{
	color: #78ba1d;
}
#coordinateModal .note{
	margin: 10px 3% 15px;
	padding-left: 1em;
	text-indent: -1em;
}
/*#coordinateModal a,
#coordinateModal a:link,
#coordinateModal a:visited,
#coordinateModal a:hover,
#coordinateModal a:active {
	text-decoration: none;
}*/
#coordinateModal .close_txt{
	display: block;
	width: 70%;
	margin: 0px auto 13px;
	height: 38px;
	border: 1px solid #333333;
	border-radius: 3px;
	text-align: center;
	line-height: 37px;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}
#coordinateModal .close_img {
	position: absolute;
	top: 0;
	right: 5%;
	width: 40px;
	height: 40px;
	display:block;
}