@charset "UTF-8";

/*	お買物ガイド	*/

div.section div.subsection{
	margin: 0 0 25px 0;
}

div.subsection h4{
	border-top: 1px solid #556;
	border-bottom: 1px solid #556;
}

div.subsection ul{
	margin-top: 5px;
	margin-bottom: 5px;
	
	/*color: #6f6;*/
}

div#yuchoFurikomi{
	margin: 20px 0 15px 0;
}

div#mainContents div#yuchoFurikomi h5{
	margin: 0;
}

div#mainContents div.account h6{
	margin: 0;
}

div.account dl{
	margin: 0;
	
	line-height: 140%;
}


div.account dt{
	margin: 0;
	width: 8em;
	float: left;
	clear: left;
}

div.account dd{
	margin: 0 0 0 9em;
	color: #f00;
	background-color: transparent;
	font-weight: bold;
}


/*	全国送料一覧	*/

table.postageTable{
	margin: 5px 20px 30px 5px;
	width: 220px;
	float: left;
}

table.postageTable thead th{
	color: #fff;
	background-color: #449;
}

table.postageTable td.postage{
	text-align: right;
}

div#postageList ul.notes{
	clear: both;
	list-style-type: none;
}









