@charset "utf-8";
/*---------------------------------------------------------
	TAKEO PAPER SHOW cart page	cascading style sheet
----------------------------------------------------------*/
.wide#formarea {
	margin: 20px 30px 40px 30px;
}
#formarea dl {
	margin: 1em 0;
	width: 725px;
}
#formarea dt,
#formarea dd {
	float: left;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e4e4e4;
	padding: 12px;
}
#formarea dt {
	margin-right: 15px;
	width: 146px;
	background-color: #eee;/* 偶数行目はjsで#f2f2f2に設定 */
	_display: inline;
}
#formarea dd {
	width: 516px;
	background-color: #f7f7f7;/* 偶数行目はjsで#fcfcfcに設定 */
}
#formarea dl p{
	margin: .3em 0 0;
	line-height: 1;
}

label,
input{
	vertical-align:middle;
}
label.after {
	padding: 0 15px 0 5px;
}
label.before {
	padding: 0 5px 0 0;
}
input.name {
	margin-right: .5em;
	width: 10em;
}
input.date {
	width: 4em;
}
input.full {
	margin-right: .5em;
	width: 25em;
}
input.other {
	margin-right: .5em;
	width: 10em;
}
input.postcode {
	margin-right: .5em;
	width: 4em;
}
img.postcode {
	margin-left: 1em;
	line-height: 18px;
	margin-bottom: -6px;
}
* html img.postcode {/* ie6 */
	margin-bottom: 0;
	vertical-align: middle;
}
*:first-child+html img.postcode {/* ie7 */
	margin-bottom: 0;
	vertical-align: middle;
}

input.tel {
	margin-right: .5em;
	width: 4em;
}
select {
	margin-left: .5em;
}
textarea {
	width: 400px;
	height: 200px;
}
textarea.lowarea {
	height: 50px;
}
.line2 {/* js無効時向け */
	min-height: 37px;
	_height: 36px;
}
.line3 {/* js無効時向け */
	min-height: 54px;
	_height: 54px;
}
label.other {
	margin: 0 .5em 0 2em;
}

/* formstyle.jsの補完 */
#formarea .firstline {
	border-top:0;
	padding-top:13px;
	background-image:url(../common/form_bgtop.gif);
	background-position:top;
	background-repeat:repeat-x;
}

/* -------- cartarea -------- */
#cartnav {
	margin: 0 30px 40px 30px;/* 100816 修正 */
	padding-top: 20px;/* 100816 修正 */
}
#cartarea {
	text-align:left;
	margin: 20px 100px 40px 120px;
	min-height: 450px;
	_height: 450px;
}
.wide#cartarea {
	margin: 20px 30px 40px 30px;
}

#cartarea table {
	margin: 1em 0;
	width: 725px;
	border-top: 1px solid #d2d2d2;
}
.wide#cartarea table {
	width: 900px;
}
#cartarea th,
#cartarea td {
	padding: 8px 2px;
	border: 1px solid #d2d2d2;
	text-align: center;
	vertical-align: middle;
	line-height: 1.3;
}
#cartarea th {
	background: url(../common/bg_cellEE.gif) left top;
	font-weight: normal;
}
#cartarea td.cell1 {
	background: url(../common/bg_cellF7.gif) left repeat-y;
	text-align: center;
	vertical-align: middle;
}
#cartarea td.adm {
	background: #f7f7f7;
}
#cartarea th.commodity {
	text-align: left;
}
#cartarea td.commodity {
	text-align: left;
	line-height: 1;
}
#cartarea td.num {
	text-align: right;
}
#cartarea td.none {/* ie7対策 */
	border-left-color: #fff;
	border-bottom-color: #fff;
	border-right-color: #d2d2d2;
	border-top-color: #d2d2d2;
}
#cartarea td.sumttl {
	_border-left-color:  #fff;
	border-right-color:  #fff;
}
#cartarea td.linenone{/* ie7対策 */
	border-left-color: #fff;
}

#formarea td a:link, td a:visited,
#cartarea td a:link, td a:visited {
	text-decoration: underline;
}
#formarea td a:hover, td a:active,
#cartarea td a:hover, td a:active {
	color: #666;
	text-decoration: none;
}
#complete {
	height: 150px;
}
.delattention {
	margin: 0 auto;
	border: 1px solid #c00;
	padding: .5em 1em;
	display: inline-block;
	color: #c00;
	font-size: 10px;
	line-height: 1.5;
	text-align: center;
}
.delwrap {/* ie */
	text-align: center;
}

* html p.delattention {
	width: 380px;
}
*:first-child+html p.delattention {
	width: 400px;
}


/* usr020 //cart.html */
#cartarea .cartatt {
	text-align: right;
}
#cartarea #mitsumori {
	padding-left: 120px;
}
.cartmessage {
	padding-bottom: 20px;
}
.cartmessage .notice{
	text-align: right;
}
.cartnotice {
	color: #006;
}
.cartatt {
	text-align: right;
	color: #006;
	font-size: 10px;
	line-height: 1.3;
}

/* usr031 //cart_deliver.html */
h3 img{
	margin-bottom: -3px;
}

table.st1 {
	margin: 1em 0;
	width: 725px;
}
.st1 th,
.st1 td {
	margin-top: 1px;
	padding: 1em;
	border-bottom: 1px solid #e4e4e4;
	text-align: left;
	background: url(../common/cellbg_top.gif) top repeat-x #fcfcfc;/* 偶数行目はjsで#f7f7f7に設定←解除 */
}
.st1 th {
	width: 265px;
	vertical-align: top;
	line-height: 1.4;
	font-weight: normal;
}
.st1 td {
	vertical-align: middle;
}
.st1 th.firstline,
.st1 td.firstline {
	border-top:0;
	padding-top:13px;
	background-image:url(../common/form_bgtop.gif);
	background-position:top;
	background-repeat:repeat-x;
}



table.st1b {
	margin: 1em 0;
	width: 725px;
}
.st1b th,
.st1b td {
	margin-top: 1px;
	padding: 1em;
	border-bottom: 1px solid #e4e4e4;
	text-align: left;
	background: url(../common/cellbg_top.gif) top repeat-x #fcfcfc;/* 偶数行目はjsで#f7f7f7に設定←解除 */
}
.st1b th {
	width: 265px;
	vertical-align: top;
	line-height: 1.4;
	font-weight: normal;
}
.st1b td {
	vertical-align: middle;
}
.st1b th.firstline,
.st1b td.firstline {
	border-top:0;
	padding-top:13px;
	background-image:url(../common/form_bgtop.gif);
	background-position:top;
	background-repeat:repeat-x;
}

.bottomatt {
	padding-bottom: 20px;
}
#formarea p.tonew {
	margin: 20px 0;
}
.tonew img {
	margin-bottom: -3px;
}
.notrecord {
	padding-left: 20px;
}

/* usr021 //cart_payment.html */
#shiparea {
	text-align:left;
	margin: 0 100px 0 120px;
}

.shipping {
	margin: 30px 0;
}
.shippingatt {
	margin-top: 15px;
}
/*
.shippingatt {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
}
*/
.shipping h4{
	font-weight: normal;
	margin: .5em 0 0;
}
.date {
	padding-left: 1em;
	font-weight: bold;
}
.st2 {
	width: 725px;
}
.st2 th,
.st2 td {
	border: 1px solid #d2d2d2;
	text-align: center;
	vertical-align: middle;
	line-height: 1.3;
}
.st2  th {
	padding: 0 1em;
	background: url(../common/bg_cellEE.gif) left top;
	font-weight: normal;
}

.st2 td {
	padding: 1em;
	text-align: left;
	vertical-align: top;
}

.st2 td.cell1 {
	background: url(../common/bg_cellF7.gif) left repeat-y;
	text-align: center;
	vertical-align: middle;
}


.st2 select{
	margin: 8px 0 0;
	line-height: 1.6em;
}
.item {
	margin-top: 1em;
	border-top: 1px dotted #d2d2d2;
	padding: 1em 1em 0;
}
.firstitem {
	padding: 0 1em;
}
.enqst1 {
	margin:1em 0 0;
	padding-bottom: 3em;
}
#formarea .enqst1 dt {
	width: 120px;
}
#formarea .enqst1 dd {
	width: 542px;
}
