@charset "utf-8";
@import "common/0-import.css";
/*-----------------------------
ページ：Webクーポン券
製作者：S.takahashi
------------------------------*/
#conts h2 {
	margin-bottom: 15px;
}

#conts #h2P {
	margin: 0 0 25px;
	font-size: 14px;
	line-height: 1.7;
}

#conts h3 {
}

#conts ul#list {
	margin: 8px 0 20px 10px;
}

#conts #list li {
	padding-left: 15px;
	background: url(/img/icon/icon03.gif) no-repeat 0 9px;
	font-weight: bold;
	font-size: 14px;
	line-height: 2;
}

#conts #list li.height {
	margin-bottom: 3px;
	background: url(/img/icon/icon03.gif) no-repeat 0 4px;
	
	line-height: 1.5;
}

#conts .coupon {
	margin: 0 0 0 8px;
	width: 630px;
	height: 444px;
	display: block;

	position: relative;

	font-weight: bold;
}

#conts .coupon #expirationYear {
	position: absolute;
	top: 43px;
	left: 435px;
}

#conts .coupon #expirationMonth {
	position: absolute;
	top: 43px;
	left: 490px;
}

#conts .coupon #expirationDay {
	position: absolute;
	position: absolute;
	top: 43px;
	left: 525px;
}

#conts #rollover {
	padding: 30px 0 0;
	text-align: center;
}

#conts #rollover a {
	margin: 0 auto;
	width: 196px;
	height: 41px;
	background: url(/img/coupon/btn_over.gif) no-repeat;
	display: block;
}

#conts #rollover a:hover {
	border-bottom-color: #fff;
}

#conts #rollover a:hover img {
	visibility: hidden;
}

