@charset "utf-8";
/* CSS Document */

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

/* add */
#container h1 {
	margin: 10px auto;
}
#container p {
	margin-bottom: 10px;
}
#container p.goDetail {
	text-align: right;
}
#container p.read {
	text-align: center;
	line-height: 1.6;
	font-size: 130%;
}
#container p.read span {
	font-weight: bold;
	display: block;
}
#container p.read span em {
	font-weight: bold;
	font-style: normal;
	color: #ff5400;
}

/* itemBox */
#container ul.itemBox li {
	position: relative;
}
#container ul.itemBox li p.add {
	position: absolute;
	top: 20px;
	right: 10px;
	text-align: right;
	color: #535353;
}
#container ul.itemBox dl {
	background: #fffae7;
	margin-bottom: 30px;
	border-top: 1px solid #ffdb7b;
	border-bottom: 1px solid #ffdb7b;
	padding: 5px 10px 20px;
}
#container ul.itemBox dt {
	font-size: 140%;
	font-weight: bold;
	color: #fe5400;
	background: url(http://p-store.rakuten.co.jp/event/pointclick/img/icn_chek.gif) no-repeat 0 50%;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#container ul.itemBox dd {
	padding-left: 30px;
	margin-bottom: 15px;
}
#container ul.itemBox dd.bannerArea {
	padding-left: 60px;
	overflow: hidden;	/* clearfix */
	zoom: 1;			/* clearfix */
}
#container ul.itemBox dd.bannerArea span {
	display: block;
	float: left;
	width: 5em;
	font-size: 120%;
	font-weight: bold;
	color: #ff0000;
	vertical-align: middle;
	line-height: 60px;
}
#container ul.itemBox dd.bannerArea div {
	margin-left: 6em;
	width: 468px;
	text-align: center;
}
#container ul.itemBox dd.bannerArea div img {
	margin-bottom: 5px;
}

/* shopBox */
#container div.shopBox {
	padding: 15px 10px;
	border-right: 1px solid #bf0000;
	border-bottom: 1px solid #bf0000;
	border-left: 1px solid #bf0000;
	margin-bottom: 35px;
}
#container div.shopBox p {
	font-size: 140%;
	text-align: center;
	font-weight: bold;
	color: #bf0000;
	margin-bottom: 20px;
	line-height: 1.4;
}
#container div.shopBox ul {
	overflow: hidden;	/* clearfix */
	zoom: 1;			/* clearfix */
}
#container div.shopBox li {
	display: inline;
	width: 100px;
	margin-left: 20px;
	float: left;
}
#container div.shopBox dt {
	margin-bottom: 5px;
}
#container div.shopBox dd {
	text-align: center;
}
#container div.shopBox p.saerchBtn {
	margin-top: 15px;
	margin-bottom: 0;
}

/* detail */
#container div#detail {
}
div#detail h3 {
	padding: 5px 0;
	background: #bf0000;
	text-align: center;
	font-size: 140%;
	color: #ffffff;
}
div#detail table {
	border-collapse: collapse;
	border-left: 1px solid #bf0000;
	text-align: left;
	color: #000000;
}
div#detail table th,
div#detail table td {
	padding: 10px;
	border-right: 1px solid #bf0000;
	border-bottom: 1px solid #bf0000;
	vertical-align: middle;
}
div#detail table th {
	width: 125px;
}
div#detail table ul.attention {
	margin-bottom: 15px;
}
div#detail table ul.attention li {
    padding-left: 1em;
	background: url(http://image.card.jp.rakuten-static.com/p-store/event/questionnaire/img/lst_kome.gif) no-repeat left 3px;
}
