@charset "utf-8";

html {
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* 10px */
	border: 0;
}
body {
	margin: 0;
	padding: 0;
	font: 10px arial, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #ccc;
}
img {
	border: none;
	vertical-align: bottom;
}
a { color: #000; text-decoration: none; }
a:hover { color: #000; text-decoration: none; }
p { margin: 0; padding: 0; line-height: 100%; }
div { margin: 0; padding: 0; }
br { margin: 0; padding: 0; }
h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse; /*cellspacing*/
}
table th {
	padding: 0; /*cellpadding*/
	font-weight: bold;
	line-height: 120%;
	text-align: left;
	vertical-align: top;
}
table td {
	padding: 0; /*cellpadding*/
	line-height: 120%;
	vertical-align: top;
}
.clearfix:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
	content: " ";
}
* html .clearfix { zoom: 1; } /*IE6*/
*:first-child+html .clearfix { zoom: 1; } /*IE7*/


.blockLink {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	cursor: pointer;
}

#creative{
	position: relative;
	overflow: hidden;
	width: 468px;
	height: 60px;
	margin: 0;
	background: #ffa000;
}

.border {
	background-image: none;
	background-color: #ffa000;
}

#logo {
	display: inline-block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 94px;
	height: 60px;
	background: url("../../1/s/468x60_f.gif") no-repeat 0 0;
	background-size: cover;
}
#coupon {
	display: inline-block;
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	bottom: 0;
}

.auto {
	display: inline-block;
	position: relative;
	float: left;
	left: 94px;
	width: 182px;
	height: 53px;
	margin: 3px 0 0 3px;
	text-align: center;
	background: #ffffff;
	border-radius: 2.5px;
}

.box {
	position: static;
	overflow: hidden;
	width: 177px;
	height: 48px;
	padding: 2px;
	color: #000033;
	border: solid 1px #ffa000;
	border-radius: 2.5px;
}

.boxOver {
	background: #D6FCFF;
}

.box p {
	overflow: hidden;
	width: 98%;
}

.itemName {
	height: 1.3em;
	margin: 2px 0 0 2px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: left;
	color: #000033;
	word-break: break-all;
}

.itemPrice {
	height: 1.3em;
	margin: 2px 0 0 2px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: left;
	color: #ff0000;
	word-break: break-all;
}
.itemPrice:before {
	font-size: 1.1rem;
	content: "";
}
.itemPrice:after {
	font-size: 1.1rem;
	content: "";
}

.itemPrice_text {
	height: 1.3em;
	margin: 4px 0 0;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: left;
	color: #ff0000;
	word-break: break-all;
}