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

/*--------------------------------------------------------- 
Contents Title
--------------------------------------------------------- */
div#purchase_tit {
	background: url(../../img/common/contents_tit_s03.gif) no-repeat;
	height: 83px;
	width: 550px;
	margin-bottom: 15px;
	text-indent: -9999px;
}

/*--------------------------------------------------------- 
Purchase style
--------------------------------------------------------- */
div.purchase_tab1 {
	height: 40px;
	width: 133px;
	float: left;
}
div.purchase_tab2 {
	height: 40px;
	width: 138px;
	float: left;
}
div.purchase_tab3 {
	height: 40px;
	width: 142px;
	float: left;
}

div.purchase_tab4 {
	height: 40px;
	width: 137px;
	float: left;
}
div.purchase_waku {
	clear: both;
	width: 538px;
	border: 1px solid #FC0;
	padding: 5px;
}
div.purchase_kaitori_ok {
	background: url(../../img/purchase/kaitori_ox_r1_c1.gif);
	text-indent: -9999px;
	height: 29px;
	width: 215px;
	margin-bottom: 10px;
}
div.purchase_kaitori_ng {
	background: url(../../img/purchase/kaitori_ox_r2_c1.gif);
	text-indent: -9999px;
	height: 29px;
	width: 215px;
	margin-bottom: 10px;
}
div.purchase_kaitori_ok_waku {
	padding: 10px;
	width: 516px;
	margin-bottom: 15px;
	background: #D9F2D3;
	border: 1px solid #393;
	color: #300;
}
div.purchase_kaitori_ok_waku h1 {
	font-size: 14px;
	color: #F00;
}
div.purchase_kaitori_ng_waku {
	padding: 10px;
	width: 516px;
	background: #FCDFD7;
	border: 1px solid #F33;
	color: #300;
}


div.purchase_sub_tit {
	background: url(../../img/common/subTitBack.gif) no-repeat;
	height: 40px;
	width: 500px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 40px;
	color: #300;
	padding-left: 50px;
	font-weight: bold;
}

div.purchase_comment {
	padding: 10px;
	width: 528px;
	margin-bottom: 15px;
	border: 1px solid #360;
	background: #E8F7E5;
}
div.purchase_comment table {
	width: 100%;
}
div.purchase_comment td {
	padding: 4px;
}
div.purchase_comment th {
	font-size: 14px;
	color: #360;
	vertical-align: top;
	padding: 4px;
}

.listTable {
	width: 550px;
	border-collapse: collapse;
}

.listTable th {
	color: #330000;
	background-color: #F7FCF6;
	font-size: 1em;
	line-height: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
}

.listTable th div {
	text-align: right;
}

.listTable td {
	color: #330000;
	background-color: #ECF9E9;
	font-size: 1em;
	line-height: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
}

.listTable A {
	color: #330000;
	text-decoration:underline;
}

.listTable A:hover {
	color: #330000;
	text-decoration:none;
}

.listTable td div {
	text-align: right;
}

