@charset "utf-8";
/*---------------------------- PC向けのスタイル ----------------------------*/
@media screen and (min-width: 1024px) {
a img{border: 0;}

a:hover img
{
opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
	}






.gide_contents {
	width: 850px;
	display: block;
}
.gide_contents:after {
	content:"";
	display:block;
	clear:both
}
.sale_box:after {
	content:"";
	display:block;
	clear:both
}.sale_box {
	height: auto;
	display: block;
	margin-top: 30px;
	padding-top: 15px;
	color: #1F1F1F;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FFFFFF;
}
.sale_title {
	font-size: 22px;
	font-weight: bold;
}
.ls_box {
	float: left;
	width: 30%;
	height: auto;
	font-weight: bold;
}
.rs_box {
	float: left;
	width: 70%;
	font-size: 14px;
	line-height: 21px;
}
.sal_t {
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}
.sal_f {
	display: block;
	margin-bottom: 50px;
	font-size: 12px;
}
.sal_re {
	color: #DF0003;
	font-size: 12px;
	font-weight: bold;
}
.rs_box a {
	text-decoration: none;
}
}

/*---------------------------- タブレット向けのスタイル ----------------------------*/
@media screen and (min-width:250px) and (max-width:1024px) {
/* CSS Document */
a img{border: 0;}

a:hover img
{
opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
	}






.gide_contents {
	display: block;
}
.gide_contents:after {
	content:"";
	display:block;
	clear:both
}
.sale_box:after {
	content:"";
	display:block;
	clear:both
}.sale_box {
	height: auto;
	display: block;
	margin-top: 30px;
	padding-top: 15px;
	color: #1D1D1D;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FFFFFF;
}
.sale_title {
	font-size: 22px;
	font-weight: bold;
}
.ls_box {
	float: left;
	width: 30%;
	height: auto;
	font-weight: bold;
}
.rs_box {
	float: left;
	width: 70%;
	font-size: 14px;
	line-height: 21px;
}
.sal_t {
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}
.sal_f {
	display: block;
	margin-bottom: 50px;
	font-size: 12px;
}
.sal_re {
	color: #DF0003;
	font-size: 12px;
	font-weight: bold;
}
.rs_box a {
	text-decoration: none;
}

}
