@charset "UTF-8";
@import "../shared/jquery-ui.css";

/*	ショッピング	*/

div.item div.photo{
	width: 215px;
	float: left;
}

div.item div.summary{
	width: 495px;
	float: left;
}

div#sampleMovie div.swf{
	margin: 10px 0 20px 0;
}

/*	ショッピングガイド	*/
body#shoppingGuide div.section div.subsection{
	margin: 0 0 25px 0;
}

body#shoppingGuide div.subsection h4{
	border-top: 1px solid [$css.BASIC_COLOR];
	border-bottom: 1px solid [$css.BASIC_COLOR];
}

body#shoppingGuide div.subsection ul{
	margin-top: 5px;
	margin-bottom: 5px;
}

body#shoppingGuide div.contents div.account h6{
	margin: 5px 0 0 0;
}

body#shoppingGuide div.account dl{
	margin: 0 0 15px 0;
	line-height: 140%;
}

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

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


/*	全国送料一覧	*/
div.contents div.section table.postageTable{
	margin: 0 50px 20px 5px;
	width: 220px;
	float: left;
}

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

table.postageTable tbody th{
	color: #555;
	background-color: #fed;
}

table.postageTable th, table.postageTable td{
	border-color: #dea303
}

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

div#postageList ul.notes{
	clear: both;
}
