@charset "utf-8";
/* CSS Document - about */
.leftnav_title {
	margin-bottom:15px;
}
#content{
	width:715px;
	margin:0 0 0px 13px;
	position: relative;
	line-height: 26px;
}

#content img{
}
/**************************************************/
#order {
	margin:0 auto;
	position: relative;
	line-height: 26px;
}
#order .btn {
	width: 140px;
	color: #FFF;
	padding: 6px 0;
	background: #8AA92D;
	text-align: center;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	behavior: repeat url(../../scripts/pie/PIE.htc);
}
#order table {
	border-collapse: collapse;
}
#order td {
	color: #999999;
	padding: 0px 15px;
	border-bottom: #C0BEC4 1px dotted
}
#order tr > td.no {
	color: #666666;
}
#order tr > td.title {
	color: #195151;
	font-size: 13px;
	padding:0;
	background: #EEEEEE;
}
#order tr > td.name {
	color: #594637;
}
#order tr > td.name a {
	color: #594637;
	text-decoration: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#order tr > td.name a:visited {
	color: #594637;
	text-decoration: none;
}
#order tr > td.name a:hover {
	color: #CA5959;
	text-decoration: none;
}
#order tr > td.date {
	color: #666666;
}
#order tr > td.price {
	color: #D83F3F;
	font-weight: bold;
	color: #D83F3F;
}
#order tr > td.price2 {
	color: #B15413;
}
#order tr > td.price3 {
	color: #F53E10;
	font-weight: bold;
}
#order tr > td.quantity {
	color: #545454;
}
#order tr > td.situation {
	color: #DF6B6B;
}
#order tr > td a {
	color: #ED736C;
	text-decoration: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#order tr > td a:visited {
	color: #ED736C;
	text-decoration: none;
}
#order tr > td a:hover {
	color: #D90000;
	text-decoration: none;
}
