/* CSS Document
/
/ +01 GOODS内コンテンツ外枠指定
/ +02 タイトル
/ +03 横2列
/ +04 LINK BTN
/
/-------------------------------------------------------------*/
/* +01 GOODS内コンテンツ外枠指定
/ -------------------------------------------------------------- */
.gdBox01 {
}
@media (max-width:1240px){
.gdBox01 {
	padding:1.612903225%;
}
}
/* +02 タイトル
/ -------------------------------------------------------------- */
.h2_gdStyle01 {
	border-bottom:#D8D8D8 solid 4px;
}
/* +03 横2列
/ -------------------------------------------------------------- */
.goodsphoto1 {
	width:100%;
	margin:20px 0 10px;
}
.goodsphoto1 ul {
}
.goodsphoto1 ul li {
	width:100% !important;
	padding:5px !important;
	box-sizing:border-box;
}
span.orderLink01 {
}
span.orderLink01 a {
	display: inline-block;
	width: auto;
	height: auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	border:#F77564 solid 1px;
	padding: 0.2em 1em 0;
	margin:0 0.5em;
}
span.orderLink01 a:hover {
}

.goodsphoto1 ul li p a:hover {
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.goodsphoto2 {
	width:100%;
	margin:20px 0;
}
.goodsphoto2 ul {
}
.goodsphoto2 ul li {
	width:50% !important;
	padding:5px !important;
	text-align:center;
	float:left;
	box-sizing:border-box;
}
.tx_couWaku {
	border: 1px solid #414141;
	padding: 12px;
	margin: 0px auto;
	text-align: center;
	width: 30%;
	max-width:300px;
}
@media (max-width:767px){
	.tx_couWaku {
	width: 88%;
	max-width:88%;
}
}
/* +04 LINK BTN
/ -------------------------------------------------------------- */
span.orderLink01 {
}
span.orderLink01 a {
	display: inline-block;
	width: auto;
	height: auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	border:#F77564 solid 1px;
	padding: 0.2em 1em 0;
	margin:0 0.5em;
}
span.orderLink01 a:hover {
}

/*20181222追加_リンクイメージマウスオーバー*/
.goods_link a img:hover {
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}