@charset "UTF-8";

div#mainBody h2 {
	font-weight: normal;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	letter-spacing: normal;
	min-height: 27px;
	text-align: left;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
}
* html div#mainBody h2 {
	height: inherit;
	padding-top: 0px;
}

ul.pankuzu {
	font-size: 12px;
	margin-bottom: 5px;
	padding-top: 7px;
	height: 22px;
	width: auto;
	background-image:none;
}
/*右カラム*/
div#shopcar { 
	width: 950px;
}

div#shopcar div#wrapper {
	float: left;
	width: 730px;
}

div#shopcar div#wrapper h2 {
	width: auto;
}
div#sub {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	width: 183px;
	background-color: #FFFFFF;
}
div#sub div.search {
	background-image: url(/images/searchBg.gif);
	background-repeat: no-repeat;
	padding-left: 5px;
	background-position: left top;
	height: 61px;
}
div#sub div.search input.searchText {
	float: left;
	font-size: 12px;
	width: 109px;
	height: 14px;
	vertical-align: bottom;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-top: 32px;
	margin-left: 6px;
}
div#sub div.search input.searchBtn {
	float: left;
	margin-top: 32px;
	margin-left: 8px;
}


div#sub dl.subbox {
	text-align: center;
	margin-top: 10px;
	width: 183px;
}
div#sub dl.subbox dt {
	background-image: url(/images/cart_step1_SubBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 3px;
	font-weight: bold;
}
div#sub dl.subbox dd {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #187FC4;
	border-right-color: #187FC4;
	border-bottom-color: #187FC4;
	border-left-color: #187FC4;
	padding: 5px;
}

/*左カラム*/

div#cart1 {
	margin-left: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 0px;
	margin-bottom: 20px;
	margin-top: 0px;
	background-color: #FFFFFF;
	font-size: 12px;
}
div#cart1 h3 {
	font-size: 16px;
	color: #008931;
	margin-bottom: 10px;
}
div#cart1 h3.name {
	background-color: #E0F0E2;
	padding: 5px;
}


/*カートメインテーブル*/
div#cart1 table.main {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #009944;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 14px;
}
div#cart1 table.main th {
	padding: 10px;
	color: #009944;
	background-color: #E0F0E2;
	border: 1px solid #8AC782;
	white-space: nowrap;
}

div#cart1 table.main td {
	padding: 10px;
	border: 1px solid #8AC782;
}
div#cart1 table.main td select {
	vertical-align: middle;
}
div#cart1 table.main td input {
	text-align: center;
}


/*ボタン*/
div#cart1 p.button {
	text-align: center;
}
div#cart1 p.button input {
	width: 200px;
	margin-right: 20px;
	padding: 1px;
}

/*合計料金テーブル*/
div#cart1 div#ryoukin table {
	width: 30%;
	margin-top: 20px;
	float: right;
	font-size: 14px;
}
div#cart1 div#ryoukin table th{
	border: 1px solid #80BC6D;
	font-weight: normal;
	text-align: left;
	padding: 10px;
}
div#cart1 div#ryoukin table td{
	border: 1px solid #80BC6D;
	padding: 10px;
	text-align: right;
}
div#cart1 div#ryoukin table td.double{
	font-size: 1px;
	width: 3px;
	padding: 0px;
}




/*リスト*/
div#cart1 ul {
	list-style-type: disc;
	font-size: 14px;
	margin-left: 20px;
	clear: both;
	margin-top: 10px;
	font-weight: bold;
}
div#cart1 ul li {
	margin-bottom: 6px;
}


/*cart1_8*/
div#cart1_8 {
	margin-left: 15px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 20px;
	margin-top: 0px;
	background-color: #FFFFFF;
	position: relative;
	font-size: 12px;
	width: 850px;
}
div#cart1_8 h3 {
	font-size: 16px;
	color: #008931;
	margin-bottom: 10px;
}
div#cart1_8 h3.name {
	background-color: #E0F0E2;
	padding: 5px;
}


/*cart1_8注文番号*/
div#cart1_8 table.bangou {
	width: 50%;
	margin-top: 5px;
	margin-bottom: 20px;
}
div#cart1_8 table.bangou th {
	padding: 10px;
	color: #009944;
	background-color: #E0F0E2;
	border: 1px solid #8AC782;
	font-size: 18px;
	text-align: left;
	vertical-align: middle;
	width: 40%;
}

div#cart1_8 table.bangou td {
	padding: 10px;
	border: 1px solid #8AC782;
	font-size: 20px;
	font-weight: bold;
	color: #D6570D;
	vertical-align: middle;
}
div#cart1_8 div#cart1_8Body {
	background-color: #DBECDA;
	padding: 10px;
	border: 1px solid #80BC6D;
	font-size: 16px;
}
div#cart1_8 div#cart1_8Body p {
	margin-bottom: 12px;
	color: #008931;
}
div#cart1_8 div#cart1_8Tel {
	margin-top: 30px;
	margin-left: 30px;
}
div#cart1_8 div#cart1_8Tel h3 {
	color: #000000;
	font-size: 20px;
}
div#cart1_8 div#cart1_8Tel p {
	font-size: 16px;
	margin-bottom: 12px;
	margin-left: 20px;
}


/*共通ボタン*/
p.buttonTop {
	margin-top: 20px;
	text-align: center;
}
p.buttonTop input {
	width: 200px;
	padding-top: 1px;
}
p.buttonBottom {
	margin-top: 50px;
	text-align: center;
}
p.buttonBottom input {
	width: 180px;
	padding-top: 1px;
}


/*div#sub dl.subbox dd dl {
}
div#sub dl.subbox dd dl dt {
	background:none;
	font-size:12px;
	font-weight:normal;
}
div#sub dl.subbox dd dl dt.border {
	border-top:1px #3F79A9 solid;
}
div#sub dl.subbox dd dl dd {
	border:none;
}
*/