@charset "utf-8";

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

iframe[name="google_conversion_frame"] { position:absolute; }

/* 印刷ページクーポン ここから */
#PrintQupon td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding: 8px;
}

#PrintQupon {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
    /*	margin-bottom: 20px;*/
        margin: 10px 0px 20px;
}
#PrintQupon .qupontd {
	background-color: #DE130C;
}
#PrintQupon .quponimg {
	float: left;
	padding-right: 15px;
}
#PrintQupon .qupontitle {
	font-size: 16px;
	font-weight: bold;
}
#PrintQupon .quponattention {
	background-color: #EEE;
}
#PrintQupon .attntiontitle {
	font-weight: bold;
	color: #F00;
}
#PrintQupon .quponattention li {
	font-size: 11px;
	color: #F00;
}
/* 印刷ページクーポン ここまで */

/* お店詳細ページクーポン ここから */
#ShopDetailQupon td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding: 8px;
}

#ShopDetailQupon {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin: 0px 0px 20px;
}
#ShopDetailQupon .qupontd {
	background-color: #DE130C;
}
#ShopDetailQupon .quponimg {
	float: left;
	padding-right: 15px;
}
#ShopDetailQupon .qupontitle {
	font-size: 16px;
	font-weight: bold;
}
#ShopDetailQupon .quponattention {
	background-color: #EEE;
}
#ShopDetailQupon .attntiontitle {
	font-weight: bold;
	color: #F00;
}
#ShopDetailQupon .quponattention li {
	font-size: 11px;
	color: #F00;
}
/* お店詳細ページクーポン ここまで */

