@charset "utf-8";
/* CSS Document */
#container {
	width: 95%;
	height: auto;
	margin: 0px 0px 0px 0px;
	letter-spacing: 1px;
	line-height: 25px;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #666666;
	margin: auto;
}
table {
	border-collapse: collapse; /* IE7 and lower */
	border-spacing: 0;
	border-radius: 5px;
}
tr:first-child td:first-child {
	border-radius: 15px 0 0 0;
}
tr:first-child td:last-child {
	border-radius: 0 15px 0 0;
}
tr:last-child td:first-child {
	border-radius: 0 0 0 15px;
}
tr:last-child td:last-child {
	border-radius: 0 0 15px 0;
}
#list {
	width: 100%;
	height: auto;
}
#list .line{
	border-top:1px #E7DCD1 dashed;

}
#list .line2{
	border-bottom:1px #E3C1AA dashed;

}
#list .o_words {
	color: #9F8570;
}
#list .o_head {
	color: #fff;
}
#list .o_head2 {
	color: #9F8570;
}
#list .o_no {
	color: #9F8570;
}
#list .o_date {
	color: #9F8570;
}
#list .o_status {
	color: #E94B40;
}
#list .words {
	width: 930px;
	height: 22px;
	text-align: center;
	padding: 5px 0;
	margin: auto;
	color:#9F8570;
}
#list .txt {
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
	padding-top: 17px;
}
#list .txt2 {
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
	padding-top: 17px;
}
#list .txt3 {
	background-image: url(../common/txt_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
/***************************************************************/
#list2 {
	width: 100%;
	height: auto;
}
#list2 .line{
	border-top:1px #E7DCD1 dashed;

}
#list2 .o_words {
	color: #FF7200;
}
#list2 .o_head {
	color: #fff;
}
#list2 .o_head2 {
	color: #666666;
}
#list2 .o_no {
	color: #9F8570;
}
#list2 .o_date {
	color: #666666;
}
#list2 .o_status {
	color: #8EC31F;
}
#list2 .o_price {
	color: #E94B40;
}
#list2 .o_fare {
	color: #666666;
}
#list2 .o_price2 {
	color: #E94B40;
}
#list2 .o_payment {
}
#list2 .o_shipping {
}
#list2 .o_price3 {
	color: #E94B40;
}
#list2 .words {
	width: 930px;
	height: 22px;
	text-align: center;
	padding: 5px 0;
	background-image: url(../common/txt_bg.jpg);
	margin: auto;
}
#list2 .txt {
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
	padding-top: 17px;
	margin-bottom:10px;
}
#list2 .txt2 {
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
	padding: 17px 0 17px 0;
	background-image: url(../common/line.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#list2 .txt3 {
	background-image: url(../common/txt_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
