@charset "UTF-8";

/*==================================================

	クーポン　共通設定
	/coupon/

===================================================*/

/* グローバルナビゲーション */
body.coupon #HeaderNavi li a#BtnCoupon {background-position: -146px -13px;}

/* タイトル設定 */
h2 {
	margin-bottom: 5px;
}

/* ボックス設定 */
.Section {
	width: 830px;
	margin: 0px 14px 20px;
}

/*--------------------------------------------------

	Index
	ブランド一覧
		
--------------------------------------------------*/
body#CouponTop #BrandListIntro h2 {
	margin-bottom: 15px;
}

body#CouponTop #BrandListIntro p#CouponText {
	margin: 0px 10px 20px;
}

body#CouponTop #BrandListIntro strong {
	background: url(../common/img/mark_orange-box.gif) no-repeat 5px 4px;
	display: block;
	color: #330000;
	padding: 0px 0px 15px 20px;
	font-size: 1.05em;
	letter-spacing: 0.08em;
}

body#CouponTop #BrandListIntro #BrandRestaurant {
	background: url(../brand/img/bg_dotted-line.gif) repeat-x bottom;
	width: 810px;
	margin: 0px 10px 20px;
	padding-bottom: 15px;
}

body#CouponTop #BrandListIntro #BrandRestaurant dd {
	background: url(../brand/img/bg_brand-restaurant.jpg) repeat-y 0px 0px;
	width: 810px;
	padding-top: 10px;
}

body#CouponTop #BrandListIntro #BrandRestaurant dd li {
	float: left;
	width: 104px;
	padding: 0px 29px; 
}

body#CouponTop #BrandListIntro #BrandRestaurant dd li span {
	display: block;
	width: 104px;
	height: 55px;
	padding-bottom: 10px;
}

body#CouponTop #BrandListIntro #BrandSpecialty {
	width: 810px;
	margin: 0px 10px 0px;
}

body#CouponTop #BrandListIntro #BrandSpecialty dl {
	background: url(../brand/img/bg_specialty-bottom.gif) no-repeat bottom;
	padding-bottom: 5px;
}

body#CouponTop #BrandListIntro #BrandSpecialty dt ul {
	background: url(../brand/img/bg_brand-specialty-title.gif) repeat-y 0px 0px;
	width: 810px;
}

body#CouponTop #BrandListIntro #BrandSpecialty dt ul li {
	float: left;
	padding-right: 3px;
}

body#CouponTop #BrandListIntro #BrandSpecialty dt ul li#TitleEnd {
	padding: 0px;
}

body#CouponTop #BrandListIntro #BrandSpecialty dd {
	background: url(../brand/img/bg_brand-specialty.gif) repeat-y 0px 0px;
	width: 810px;
	padding-top: 10px;
}

body#CouponTop #BrandListIntro #BrandSpecialty dd li {
	float: left;
	width: 104px;
	padding: 0px 17px 0px 15px;
	text-align: center;
}

body#CouponTop #BrandListIntro #BrandSpecialty dd li.OtherSize {
	padding: 0px 17px 0px 14px;
}

body#CouponTop #BrandListIntro #BrandSpecialty dd li#SpecialtyEnd {
	padding-right: 0px;
}

body#CouponTop #BrandListIntro #BrandSpecialty dd li span {
	display: block;
	width: 104px;
	height: 55px;
	padding-bottom: 10px;
}


/*--------------------------------------------------

	クーポン
	coupon.html
	
--------------------------------------------------*/

/* 全体BOX */
body#CouponPop #Entire {
	position: relative;
	width: 650px;
	margin: 0px auto;
	background: url(img/bg_entire-coupon.gif) repeat-y;
}

/* メインBOX */
body#CouponPop #Contents { 
	position: relative;
	width: 650px;
	margin: 0px auto;
	padding: 0px;
	background:url(../common/img/bg_contents.gif) repeat-x;
}

/* ヘッダーBOX */
body#CouponPop #Header {
	width: 622px;
	padding: 0px 14px;
}

/* フッターBOX */
body#CouponPop #Footer2 {
	width: 650px;
	padding: 5px 0px 0px;
	border-top: #DDD3B3 6px solid;
}

body#CouponPop #Footer2 em {
	float: left;
	margin-left: 10px;
	padding-top: 5px;
}

body#CouponPop #Footer2 address {
	float: right;
	margin-bottom: 10px;
}

body#CouponPop h1 {
	width: 620px;
	margin: 67px 15px 10px;
}

body#CouponPop #CouponMain {
	width: 620px;
	margin: 0px 0px 0px 15px;
	clear: both;
	border: #D1C49C 1px solid;
}

body#CouponPop #CouponMain h2 {
	background: url(img/img_bg-coupon-pop.jpg) no-repeat;
	width: 620px;
	height: 35px;
}

body#CouponPop #CouponMain h2 strong {
	display: block;
	padding: 9px 0px 0px 25px;
	color: #330000;
	font-size: 1.25em;
}

body#CouponPop #CouponMain table#CouponDetail {
	width: 600px;
	border: #F2EEE1 2px solid;
	margin: 10px;
}

body#CouponPop #CouponMain table#CouponDetail th {
	width: 134px;
	background: #F2EEE1;
}

body#CouponPop #CouponMain table#CouponDetail th img {
	margin: 15px;
}

body#CouponPop #CouponMain table#CouponDetail td {
	background: url(img/img_coupon-pop.jpg) right bottom no-repeat;
	padding-left: 5px;
}

body#CouponPop #CouponMain table#CouponDetail ul li{
	color: #330000;
	font-weight: bold;
	font-size: 1.125em;
	margin-bottom: 3px;
}

body#CouponPop #CouponMain ul#CouponDetailText {
	width: 360px;
	float: left;
	font-size: 0.9em;
	margin: 10px 0px 0px 10px;
}

body#CouponPop #CouponMain ul#CouponDetailText li {
	margin-bottom: 2px;
}

body#CouponPop #CouponMain #CouponRight {
	width: 230px;
	float: right;
}

body#CouponPop #CouponMain p#CouponDeadline {
	width: 220px;
	float: right;
	display: inline;
	margin: 10px 10px 0px 0px;
}

body#CouponPop #CouponMain p#CouponDeadline strong {
	display: block;
	width: 200px;
	padding: 10px;
	text-align: center;
	color: #CC0000;
	border: #DFA079 1px dotted;
	background: #FBF3EE;
}

body#CouponPop #CouponMain p#CouponDeadline em {
	font-size: 0.875em;
}

body#CouponPop #CouponMain p#CouponDeadline span {
	display: block;
	font-size: 1em;
	text-align: right;
}

body#CouponPop #CouponMain ul.BtnPrint {
	float: right;
	width: 89px;
	height: 26px;
	padding: 5px 74px 5px 30px;
}

body#CouponPop #CouponMain ul.BtnPrint li {
	border: none;
}

body#CouponPop #CouponMain ul.BtnPrint a {
	background: url(img/btn_print-coupon.gif) no-repeat;
	display: block;
	width: 89px;
	height: 26px;
}

body#CouponPop #CouponMain ul.BtnPrint a:hover {
	background-position: 0px -26px;
}

body#CouponPop #CouponMain #DateInput {
	clear: both;
	margin: 20px 10px;
	padding-top: 10px;
	width: 600px;
}

body#CouponPop #CouponMain .line {
	width: 600px;
    padding: 10px 0px 0px 0px;
    border-bottom: 1px solid #cccccc;
}

body#CouponPop #CouponMain .line p {
	margin-bottom: 5px;
}

body#CouponPop #CouponMain .line .left {
    width: 200px;
	float: left;
}

body#CouponPop #CouponMain .line .right {
    width: 360px;
	float: right;
}

body#CouponPop #CouponMain #policy {
    font-size: 0.775em;
	margin:6px 0 10px 0;
}

body#CouponPop #CouponMain h3 {
	background: url(../common/img/mark_orange-box.gif) no-repeat left 50%;
	padding: 1px 0px 0px 15px;
	margin: 0px 0px 10px 10px;
	color: #330000;
	font-size: 1.25em;
	font-weight: bold;
}

body#CouponPop #CouponMain table#ShopList {
	background: #FFFFFF none repeat scroll 0% 50%;
	border-collapse: separate;
	width: 600px;
	margin: 0px 10px 10px;
	font-size: 0.875em;
}

body#CouponPop #CouponMain table#ShopList th {
	background: #DDD3B3 none repeat scroll 0%;
	padding: 10px 0px 10px 1px;
	width: 71px;
	vertical-align: top;
}

body#CouponPop #CouponMain table#ShopList th strong {
	background: url(img/mark_concept-table.gif) no-repeat left 50%;
	padding-left: 18px;
	font-size: 1.125em;
	color: #330000;
}

body#CouponPop table#ShopList td {
	background: #F8F6F0;
	padding: 6px 0px;
}

body#CouponPop table#ShopList li {
	width: 110px;
	float: left;
	line-height: 160%;
	margin-left: 8px;
	padding-left: 10px;
	background: url(img/mark_arrow.gif) no-repeat left 5px;
}

body#CouponPop ul#Close {
	width: 89px;
	margin: 15px 0px 15px 280px;
}

body#CouponPop ul#Close li a {
	display: block;
	width: 89px;
	height: 26px;
	background: url(img/img_btn-close.gif) no-repeat left;
}

body#CouponPop ul#Close li a:hover { background-position: -89px 0px;}

/*--------------------------------------------------

	フロート解除
	
--------------------------------------------------*/
body#CouponTop #BrandListIntro #BrandRestaurant dd:after,
body#CouponTop #BrandListIntro #BrandRestaurant dd ul:after,
body#CouponTop #BrandListIntro #BrandSpecialty dt ul:after,
body#CouponTop #BrandListIntro #BrandSpecialty dd:after,
body#CouponPop #CouponMain .line:after,
body#CouponPop #Header:after,
body#CouponPop #CouponMain:after,
body#CouponPop #Footer2:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

body#CouponTop #BrandListIntro #BrandRestaurant dd,
body#CouponTop #BrandListIntro #BrandRestaurant dd ul,
body#CouponTop #BrandListIntro #BrandSpecialty dt ul,
body#CouponTop #BrandListIntro #BrandSpecialty dd,
body#CouponPop #CouponMain .line,
body#CouponPop #Header,
body#CouponPop #CouponMain,
body#CouponPop #Footer2 {
	display: inline-block;
}

/* Hides from IE-mac ￥*/
*html body#CouponTop #BrandListIntro #BrandRestaurant dd,
*html body#CouponTop #BrandListIntro #BrandRestaurant dd ul,
*html body#CouponTop #BrandListIntro #BrandSpecialty dt ul,
*html body#CouponTop #BrandListIntro #BrandSpecialty dd,
*html body#CouponPop #CouponMain .line,
*html body#CouponPop #Header,
*html body#CouponPop #CouponMain,
*html body#CouponPop #Footer2 {
	height: 1%;
}

body#CouponTop #BrandListIntro #BrandRestaurant dd,
body#CouponTop #BrandListIntro #BrandRestaurant dd ul,
body#CouponTop #BrandListIntro #BrandSpecialty dt ul,
body#CouponTop #BrandListIntro #BrandSpecialty dd,
body#CouponPop #CouponMain .line,
body#CouponPop #Header,
body#CouponPop #CouponMain,
body#CouponPop #Footer2 {
	display: block;
}
/* End hides from IE-mac ￥*/
