@charset "utf-8";

div#basket p {
	width: 680px!important;
	width/**/: 700px;
	font-size: 12px;
	line-height: 1.8em;
	padding: 0px 10px 5px 10px;
}
h3.subcaption {
	height: 20px;
	width: 550px;
	margin: 30px 0px 5px 0px;
	background-image:url(../../../images/subcaption.gif);
	background-repeat: no-repeat;
	
}
h4 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

table.detail {
	width: 694px;
	border: 3px double #DCDCDC;
	margin: 10px auto 10px auto;
}
table.detail th {
	text-align: left;
	font-weight: normal;
	color: #353535;
	font-size: 12px;
	width: 490px;
	padding: 10px 5px 10px 5px ;
	border-bottom: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
}
table.detail td {
	padding: 10px 5px 10px 5px ;
	color: #353535;
	font-size: 12px;
	white-space: nowrap;
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #DCDCDC;
}
table.detail td.head {
	background-color: #EDEDED;
}
table.table {
	width: 700px;
	background-color: #D7D7D7;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	/*margin-left: 15px;*/
}
table.table tr {
	border-bottom: solid 1px #CCCCCC;
}
table.table tr th {
	font-size: 10px;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	line-height: 1.3em;
	font-weight: normal;
	border: solid 1px #FFFFFF;
	background-color: #DEEED6;
	text-align: center;
	padding: 3px;
}
table.table tr td {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	line-height: 1.3em;
	border: solid 1px #FFFFFF;
	background-color: #F0F0EF;
	padding: 3px;
