@charset "utf-8";
/* CSS Document */
#category_list {
	list-style-type: none;
	padding-top: 10px;
}
#category_list li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 60% auto;
	font-size: 130%;
	font-weight: bold;
}
#category_list li a:link,
#category_list li a:visited {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
	background-image: url(/sp/common/img/arrow_cate.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 25%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}
#category_list li a:hover,
#category_list li a:active {
	color: #f7b52d;
	text-decoration: none;
}
#category_list .cate_01 {
	background-image: url(/sp/coupon/img/cate_bg_01.jpg);
}
#category_list .cate_02 {
	background-image: url(/sp/coupon/img/cate_bg_02.jpg);
}
#category_list .cate_03 {
	background-image: url(/sp/coupon/img/cate_bg_03.jpg);
}
/* Media Queries */
@media only screen and (max-width: 414px){
#category_list .cate_01 span,
#category_list .cate_02 span,
#category_list .cate_03 span {
	display: block;
}
}


#contents .caution {
	font-weight: bold;
	color: #f8b62a;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}

.container .image img {
	width: 100%;
}
.container .rule {
	padding-top: 10px;
	padding-bottom: 10px;
}
