/* CSS Document */
#catch_coupon {
    background: url(../img/index/catch_bg.png) repeat-x center bottom;
    min-height: 0px;
    color: #5B332B;
    padding: 10px 0 50px;
}
#list .coupon_list{
}

#list .coupon_list {
	padding: 20px 0px;
}
#list .coupon_list h2 {
}
 @media (min-width: 768px) {
#list .coupon_list h2 {
	text-align: left;
}
#list .coupon_list .article {
	width: 950px;
	margin: 10px;
	border-radius: 5px;
	box-shadow: 0 0 5px #CCC;
	background-color: #FFF;
	position:relative;
	padding:20px;
	border-left: 10px solid #F4C4D1;
}
#list .coupon_list .article h3 {
	font-size:20px;
	font-weight:bold;
	text-align:left;
}

#list .coupon_list .article p{
text-align:left;
}
#list .coupon_list .article .img img {
	position: absolute;
	clip: rect(0px 250px 160px 0px);
	width: 25%;
	top: 0;
	right: 0;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
#list .coupon_list .article .txt {
	padding: 10px 15px;
	text-align: left;
	height: 150px;
	line-height: 1.4;
}
}

@media (max-width: 767px) {
#list .coupon_list .article {
	margin-bottom: 20px;
	border-radius: 5px;
	box-shadow: 0 0 5px #CCC;
	background-color: #FFF;
	position: relative;
	text-align:left;
	padding:10px;
	border-left: 10px solid #F4C4D1;
}
#list .coupon_list .article .img {
display:none;
}

#list .coupon_list .article .txt {
	padding: 10px 15px;
	text-align: left;
	line-height: 1.4;
}
}
#list .coupon_list .article .txt h3 {
	font-weight: bold;
	margin-bottom: 0.5em;
	text-align:left;
}
#list .coupon_list .article h3 a {
	font-weight: bold;
}
#list .coupon_list .article .txt .add {
	font-size: 14px;
}
#list .coupon_list .article .date{
text-align:left;
font-weight:bold;
}
@media (min-width: 768px) {
.left{
width:45%;
float:left;
text-align:left;}
.right{ 
width:45%;
float:right;
text-align:right}
}

#list_nav {
    background-color: #FFF6E6;
	}
	
@media (max-width: 767px) {
#list_nav {
    background-color: #FFF6E6;
	position:10px 0;
	}
.left{
width:100%;
text-align:center;}
.right{ 
width:100%;
text-align:center;}
}
