@charset "utf-8";

@import url("../packages/306wm/css/import.css");

h3.terms{
border-left: 4px solid #000;
padding-left:10px;
font-size:14px;
/*font-weight:normal;*/
}

h4.order-h4 {
/*border-left: 1em solid #000;*/
border-bottom: 1px solid #ccc;
background:url("../packages/306wm/img/306/hx/ring-green.gif") no-repeat left;
padding-left:25px;
line-height:180%;
margin-bottom:15px;
width:400px;
}

table.terms01{
width:100%;
}

table.terms01 th{
 background:#eee;
}

table.terms01 td.law-tr {
background: #F8F8FF;
}

table.terms02{
width:400px;
text-align:left;
margin:5px;
}

table.terms02 th{
 background:#eee;
padding:3px;
width:135px;
}
table.terms02 td{
padding:3px;
}

h3.terms, h4.terms {

}

/* blog feed ------------ */
div#blogfeed{
}
div#blogfeed dl {
	margin-top:3px;
	background: #f7f7f7;
	width:530px;
	font-size:11px;
}
div#blogfeed dt {
	font-weight: normal;
	color: black;
	margin: 0;
	padding: 0.5em 0 0.5em 1em;
	border-top: 1px solid #eee;
	width: 90px;
	float: left;
	line-height:130%;
background:#fff;
}
	
div#blogfeed dd {
	background-color: white;
	margin: 0 0 0 90px;
	padding: 0.5em 1em 0.5em 1em;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	line-height:130%;
}


