@charset "utf-8";



/* Mobile Layout: 480px and below. */
#スマートフォン {
	border-left: 5px solid rgba(255,132,0,1.00);
}
.con1200 #contents h2 {
	border-left: 5px solid rgba(255,126,0,1.00);
	padding-left: 10px;
	margin-left: 2%;
	line-height: 1em;
}
#contents h2 span {
	font-weight: normal;
	font-size: 0.5em;
}
.con1200 .goods_box {
	margin-bottom: 50px;
	width: 100%;
	clear: both;
	float: left;
}

.goods_box .goods_text h3 {
	font-size: 2em;
	margin-left: 0px;
	padding-left: 2%;
	font-weight: normal;
}
.goods_box .goods_text p {
	padding-left: 2%;
}







/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
#タブレット {
}
.con1200 .goods_box .goods_image {
	width: 48%;
	float: left;
	margin-left: 2%;
}
.con1200 .goods_box .goods_text {
	width: 48%;
	float: left;
	padding-left: 2%;
}
.goods_box .goods_text h3 {
	margin-top: 0px;
	font-size: 1.8em;
}











}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
#パソコン {
}
.con1200 .goods_box .goods_image {
	width: 38%;
}
.con1200 .goods_box .goods_text {
	width: 58%;
}























}














@media only screen and (max-width: 480px) {
#スマホ限定 {
}



}
@media only screen and (max-width: 768px) {
#スマホ・タブレット限定 {
}









}
@media only screen and (min-width: 481px) {
#タブレット・パソコン限定 {
}





}



@media only screen and (min-width: 769px) {
#パソコン {
}






}
