@charset "Shift_JIS";

table.sheet p.error {
	font-size: 70%;
}

table.comment th {
	vertical-align: top;
}

/* 	phase2 */
/* === Text Module === */
h1.use-top { 
	margin-bottom: 5px;
}

/* -------------------- キャンペーン詳細テーブル -------------------- */
/* ----- 外枠 ----- */
table.detailTable {
	background-color: #F7F7F7;
	background-image: url(/common/images/bg-detailtable-body-gray.jpg);
}

table.detailTable table.head, table.detailTable table.body {
	margin: 0 15px;
	width: 685px;
}

table.detailTable table.body { margin-bottom: 25px; }

table.detailTable td.detailInfo {
	padding-top: 10px;
	background-image: url(/common/images/bg-detail-head-blue.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

table.detailTable table.mileInfoTable {
	background-image: url(/common/images/bg-detailtable-head-blue.jpg);
	height: 39px;
	vertical-align: middle;
	margin: 0;
	background-color: #81c2f8;
	background-position: left top;
	background-repeat: no-repeat;
}


* html table.detailTable table.mileInfoTable {
	height: 39px;
}
/* for ie6 hack */

table.detailTable table.head h2 { margin-bottom: 15px; }

table.detailTable table.body { background-image: none; }

/* -------------------- mile common -------------------- */
/* gainMile */
table.detailTable dl.gainMile {
	border: none;
	width: 155px;
	padding: 5px 10px;
	background-color: #fff;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 41px;
}

* html table.detailTable dl.gainMile {
	width: 170px;
}
/* for ie6 hack */

table.detailTable dl.gainMile dt {
	float: left;
	padding: 0.5em 0 0.2em 0;
	color: #333;
	font-size: 70%;
	font-weight: normal;
	letter-spacing: -0.05em;
	line-height: 1;
}

table.detailTable dl.gainMile dd {
	float: left;
	width: 84px;
	border: none;
	padding-top: 0.3em;
	padding-left: 5px;
	color: #0C62CC;
	font-size: 80%;
	font-weight: bold;
	line-height: 1;
	/* insert ie6.css */
}

p.siteName {
	border-top:1px dashed #D4D4D4;
	font-weight:bold;
	padding-top:3px;
	text-align:right;
}
/* exchengedays */
table.detailTable dl.exchengedays {
	width: 475px;
	height: 19px;
	padding: 5px 5px 5px 10px;
	background-color: #fff;
	margin-top: 5px;
	/* insert ie6.css */
}

* html table.detailTable dl.exchengedays {
	width: 495px;
}

table.detailTable dl.exchengedays dt {
	float: left;
	padding: 0.5em 0 0.2em 0;
	line-height: 1;
}

table.detailTable dl.exchengedays dd {
	float: left;
	padding-top: 0.3em;
	padding-left: 5px;
	color: #0C62CC;
	font-size: 80%;
	font-weight: bold;
	line-height: 1;
	/* insert ie6.css */
}

/* btnArea */
table.detailTable div.btnArea {
	margin-left: 10px;
	padding: 18px 7px 0 0;
	background-color: #FFF;
	border: solid 1px #EDE6D6;
}

table.detailTable div.btnArea p.moveSite {
	padding-bottom: 10px;
	border-bottom: dashed 1px #CCC;
}

table.detailTable table.body p.more-inline {
	margin-top: 10px;
}

/* -------------------- localNavi -------------------- */
body.clm2 div#body div#navigation ul.special {
	margin-left: 0;
	padding-left: 10px;
}

body.clm2 div#body div#localNavi div#navigation ul.category,
body.clm2 div#body div#localNavi div#navigation ul.special {
	padding-bottom: 15px;
	background-image: url(/common/images/localnavi/ln-bg.gif);
}
body.clm2 div#body div#localNavi div#navigation ul.categoryNone {
	padding-bottom: 10px;
	background-image: url(/common/images/localnavi/ln-btm.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

ul.listBullet li {
	margin-bottom: 0;
}

body.clm2 div#body div#localNavi dl.lnAttention {
	padding: 0 11px 10px 11px;
	background-image: url(/common/images/localnavi/ln-btm.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

body.clm2 div#body div#localNavi dl.lnAttention dt {
	margin: 20px 0 5px 0;
}

body.clm2 div#body div#localNavi dl.lnAttention ul.listBullet li {
	padding-left: 12px;
	background-image: url(/common/images/mark-bullet-blue.gif);
	background-position: left 0.2em;
	background-repeat: no-repeat;
}

* html body.clm2 div#body div#localNavi dl.lnAttention ul.listBullet li {
	background-position: left 5px;
}
/* for ie6 hack */


/* === Clear Fix List === */
dl.gainMile:after,
dl.exchengedays:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

dl.gainMile,
dl.exchengedays {
	display: inline-table;
	min-height: 1%;
}

/* for macIE \*/
* html dl.gainMile,
* html dl.exchengedays { height: 1%; }

dl.gainMile,
dl.exchengedays { display: block; }

/* end of for macIE */