@charset "utf-8";

/*------------------------------------------------------------------------------

	[ファイル名]	pages.css
	
	[概要]
		・カート関連
	[目次]
		・clearFix／画像代替／非表示部
	
------------------------------------------------------------------------------*/



@media screen and (min-width:769px) {
/*------------------------------------------------------------------------------

								clearFix
								
------------------------------------------------------------------------------*/
div#memberLoginArea li:after,
div#memberLoginOuter:after,
div.itemSelect:after,
div#itemContent:after,
td.addressArea p:after,
div#xxx:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	content: ".";
}

/* Win IE7 */
*:first-child + html div#memberLoginArea li,
*:first-child + html div#memberLoginOuter,
*:first-child + html div.itemSelect,
*:fisrt-child + html div#itemContent,
*:first-child + html td.addressArea p,
*:first-child + html div#xxx
{
	min-height: 1%;
}
/* End Win IE7 */

/* Win IE6 \*/
* html div#memberLoginArea li,
* html div#memberLoginOuter,
* html div.itemSelect,
* html div#itemContent,
* html td.addressArea p,
* html div#xxx
{
	height: 1%;
}
/* End Win IE6 */




/*------------------------------------------------------------------------------

							テキスト画像代替
							
------------------------------------------------------------------------------*/
div#xxx
{
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	text-decoration: none;
/*\*/
	overflow: hidden;
/* */
}



/*------------------------------------------------------------------------------

								非表示部
								
------------------------------------------------------------------------------*/
#xxx
{
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: -9999;
	width: 0;
	height: 0;
	overflow: hidden;
}


/*------------------------------------------------------------------------------

						#mainContent
						
------------------------------------------------------------------------------*/

div#mainContent{
	float: none;
	width: 950px;
	margin-top: 20px;
	margin-left: 5px;
}




/*------------------------------------------------------------------------------

						h3
						
------------------------------------------------------------------------------*/

div#mainContent h3{
	margin-bottom: 10px;
}



/*------------------------------------------------------------------------------

						div#sectionMainTitle
						
------------------------------------------------------------------------------*/
div.sectionTitle,
div#sectionMainTitle{
	margin-top: 20px;
	background-image: url('../../images/common/mypage_bar_top_1col.jpg');
}

div.sectionTitle p,
div#sectionMainTitle p{
	background-image: url('../../images/common/mypage_bar_bottom_1col.jpg');
}




div.sectionTitleBlue{
	position: relative;
	margin-top: 20px;
	background-image: url('../../images/common/bar_blue_1col_top.jpg');
}

div.sectionTitleBlue p{
	background-image: url('../../images/common/bar_blue_1col_bottom.jpg');
}


div.sectionTitleBlue select{
	position: absolute;
	right: 20px;
	width: 200px;
/*	font-size: 100%; */
}


/*
div.sectionTitleBlueShort{
	width: 750px;
	background-image: url('../../images/common/bar_blue_1col_top.jpg');
}

div.sectionTitleBlueShort p{
	background-image: url('../../images/common/bar_blue_1col_bottom.jpg');
}
*/




/*------------------------------------------------------------------------------

						table (共通)
						
------------------------------------------------------------------------------*/

div#mainContent table{
	width: 100%;
	padding-bottom: 1px;
	border-bottom: 3px solid #85abb4;
}


div#mainContent th{
/*	padding: 0.5em 0em; */
	background-color: #0c576a;
	color: #fff;
	text-align: center;
	font-size: 90%;
}


div#mainContent td{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #fff;
	font-size: 90%;
}



div#mainContent td span.remarks{
	margin-left: 10px;
}


div#mainContent td select#fAdd1{
	padding: 0.2em;
}

td.addressArea p span{
	float: left;
	display: block;
	width: 10em;
	padding: 0.3em 0;
}

td.addressArea input{ float: left; }





/*------------------------------------------------------------------------------

						table (共通2)
						
------------------------------------------------------------------------------*/
table.cartOrderTable .cFuri,
table.cartOrderTable .cName{
	width: 200px;
}
table.cartOrderTable .cZip{ width: 4em; }
table.cartOrderTable .cTel{ width: 7em; }

table.cartOrderTable .cAdd1{
	width: 150px;
	font-size: 100%;
}

table.cartOrderTable .cAdd2{ width: 500px; }
table.cartOrderTable .cAdd3{ width: 500px; }
table.cartOrderTable .cAdd4{ width: 600px; }

table.cartOrderTable .cEmail,
table.cartOrderTable .cPassword{
	width: 250px;
	margin-right: 10px;
}

tr.telArea input{ margin-right: 20px; }
tr.telArea .remarks span{ font-size: 80%; }






/*------------------------------------------------------------------------------

						table.cartOrderTableShort
						
------------------------------------------------------------------------------*/
table.cartOrderTableShort .cFuri,
table.cartOrderTableShort .cName{
	width: 150px;
}

table.cartOrderTableShort .cZip{ width: 4em; }
table.cartOrderTableShort .cTel{ width: 7em; }

table.cartOrderTableShort .cAdd1{
	width: 150px;
	font-size: 100%;
}

table.cartOrderTableShort .cAdd2{ width: 400px; }
table.cartOrderTableShort .cAdd3{ width: 400px; }
table.cartOrderTableShort .cAdd4{ width: 400px; }



div.itemName select{
	width: 10em;
}

div.itemNumber select{
	width: 4em;
	text-align: center;
}






/*------------------------------------------------------------------------------

						#itemNavArea
						
------------------------------------------------------------------------------*/

div#itemArea{
	float: left;
	width: 750px;
/*	border: 1px solid blue; */
}

div#itemNavArea{
	float: right;
	width: 180px;
/* border: 1px solid red; */
}

div#itemNavArea div.outer{

	padding: 1px 1px 10px 1px;
	border: 1px solid #ccc;
	background-color: #eee;
}



div#itemNavArea select{
	width: 160px;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 90%;
}

div#itemNavArea select option{
	padding: 0.5em 1em;
	border-bottom: 1px dotted #ccc;
}

div#itemNavArea select option:hover{
	background-color: #ddd;
}

div#itemNavArea div.outer div.buttonArea{
	margin-top: 0px;
}

div#itemNavArea div.outer p.buttonArea a{
	width: 150px;
	margin-top: 10px;
}

div#itemNavArea p#pageTop2 a{
	width: 160px;
	margin-top: 20px;
}


div#itemNavArea p.title{
	padding: 0.7em 0;
	background-color: #222;
	color: #fff;
	text-align: center;
}


/* 商品確認ボタン */
div#itemNavArea p#btnItemList a{
	background: #333 url(../../images/mypage/btn_continuation.png) repeat-x left bottom;
	color: #fff;
}

div#itemNavArea p#btnItemList a:hover{
	background-image: none;
	background-color: #222!important;
	color: #fff;
/*	text-decoration: none; */
}


/* 確認ボタン */
p.confirm a{
	background: #6595fe url(../../images/common/btn_blue.png) repeat-x left bottom;
	color: #fff;
}


p.confirm a:hover{
	background-image: none!important;
	background-color: #3366ff!important;
/*	text-decoration: none; */
}






/*------------------------------------------------------------------------------

						table.cartOrderTable
						
------------------------------------------------------------------------------*/
table.cartOrderTableShort,
table.cartOrderTable{
	padding-top: 1px;
	border-top: 3px solid #85ABB4;
}

table.cartOrderTable th{
	width: 16em;
/*	padding-left: 1em; */
	border-bottom: 1px solid #306C7B;
	text-align: left;
}


table.cartOrderTableShort td,
table.cartOrderTable td{
	padding: 0.5em;
	border-right: 1px solid #ccc;
}

table.cartOrderTableShort p,
table.cartOrderTable td p{
	padding: 0 0 3px 0;
}


table.cartOrderTableShort input,
table.cartOrderTable input{
	padding: 0.3em;
	border: 1px solid #bbb;
}

table.cartOrderTableShort td span,
table.cartOrderTable td span{
	margin-right: 10px;
	color: #666;
}



/*------------------------------------------------------------------------------

						table.cartOrderTableShort
						
------------------------------------------------------------------------------*/
table.cartOrderTableShort th{
	width: 9em;
	padding-right: 0.8em;
	padding-left: 0.5em;
	border-bottom: 1px solid #306C7B;
	text-align: left;
}




/*------------------------------------------------------------------------------

						#messageArea
						
------------------------------------------------------------------------------*/
div#messageArea{
	padding: 20px 20px;
	border: 4px solid #ddd;
	line-height: 130%;
}

div#messageArea2{
	padding: 20px 20px;
	border: 4px solid #ddd;
}

div#messageArea2 p.message{
	margin-top: 14px;
	text-align: center;
}

div#messageArea2 a{
	margin-top: 0;
}


/*------------------------------------------------------------------------------

						etc...
						
------------------------------------------------------------------------------*/

div.remarks{
	margin: 20px 20px;
}

div.remarks2{
	margin: 10px 20px;
	color: #555;
}


.colorRed{
	color: #ff0000;
}


div.subTitle{
	margin-top: 50px!important;
}


/*------------------------------------------------------------------------------

						body#individualDeliveryForm
						
------------------------------------------------------------------------------*/

td#paymentMethodArea select{
	width: 250px;
	padding: 0.4em;
	font-size: 100%;
}

td#paymentMethodArea p.notes{
	margin-top: 5px;
	color: #ff0000;
}

input#fRname1, input#fRname2{ width: 150px; }


td#receiptArea .outer{ margin-top: 20px; }


body#shoppingCartForm div#fComment textarea{
	width: 930px;
	height: 200px;
	padding: 10px;
	border: 2px solid #85ABB4;
}


select#fPaymentMethod{ padding: 0.2em; }





/* のし */
td.paperTypeA{
	width: 250px;
}

td.paperTypeB{
}

td.paperTypeC{
	width: 250px;
}



/* itemSelectArea */
/*
td.itemSelectArea table{
	border-bottom: 3px solid #0C576A!important;
}
*/

div.itemSelect{
	margin-top: 5px;
	margin-bottom: 1px;
	padding: 5px 10px;
	background-color: #85ABB4;
	border-top: 3px solid #0C576A;
}

div.itemSelect select{
	padding: 0.2em;
	font-size: 100%;
}

div.itemName{
	float: left;
	margin-right: 30px;
}

div.itemNumber{
	float: left;
}






/*------------------------------------------------------------------------------

						tr#creditCardArea
						
------------------------------------------------------------------------------*/
tr#creditCardArea td.outer{
	padding-bottom: 20px;
	background-color: #eee;
}

table#fCreditCard{
	padding: 1px 0;
	border-top: 3px solid #ff6666;
	border-bottom: 3px solid #ff6666!important;
	background-color: #fff;
}

table#fCreditCard th{
	width: 15em;
	padding-left: 1em;
	background-color: #ddd;
	border-bottom: 1px solid #999;
	color: #333;
	text-align: left;
}


tr#creditCardArea p.remarks{
	margin-bottom: 0px;
	padding: 10px 0;
	text-align: center;
	color: #ff0000;
}



td#securityCodeArea p.input{
	float: left;
	width: 100px;
	margin-top: 15px;
}

td#securityCodeArea p.input input{
	width: 4em;
}

td#securityCodeArea p.image{
	float: left;
	width: 350px;
}


input#fCardNo{
	width: 200px;
}

select#fCardMethod,
select#fCardMon,
select#fCardYear{
	width: 80px!important;
}


#fCardName1,
#fCardName2{
	width: 200px;
}


/*------------------------------------------------------------------------------

						body#individualDeliveryFormConfirm
						
------------------------------------------------------------------------------*/



body#individualDeliveryFormConfirm #fComment p{
	padding: 10px;
	border: 1px solid #ccc;
	line-height: 1.4em;
}

body#individualDeliveryFormConfirm div.buttonArea ul{ width: 33em; }

body#individualDeliveryFormConfirm div.buttonArea li.button{ width: 17em; }



td#paymentMethodArea p{
	padding-bottom: 0.5em!important;
}


td#paymentMethodArea dl{
	margin: 0 0.5em 1em;
	padding-top: 10px;
	line-height: 1.4em;
	border-top: 1px solid #ddd;
}


td#paymentMethodArea dt{
	clear: both;
	float: left;
	width: 12em;
	margin-bottom: 0.5em;
}

td#paymentMethodArea dd{
	float: left;
	margin-bottom: 0.5em;
}

* html td#paymentMethodArea dt{
	width: 180px;
	white-space: nowrap
}

* html td#paymentMethodArea dd{
	width: 400px;
}



p#confirmMessage {
	margin: 10px 2px;
	padding: 25px 20px;
	border: 2px solid #ff6666;
	color: #ff0000;
}


body#individualDeliveryFormConfirm table.cartOrderTable th{
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

body#individualDeliveryFormConfirm th.itemName{
	width: 300px;
}

/* のし */
body#individualDeliveryFormConfirm td.paperArea{
	background-color :#eee!important;
	border-bottom: 2px solid #85ABB4;
}

td.number,
td.unitPreice,
td.totalPrice,
td.dispatch,
td.totalPrice2{
	text-align: right;

}


td.blank p{
	color: #0C576A;
	text-align: center;
}



tr.deliveryDate th{
	background-color: #ef4949!important;
}

tr.deliveryDate td{
	background-color: #eee!important;
}

tr.deliveryDate select.date{
	margin-left: 10px;
}

/*------------------------------------------------------------------------------

						#productList
						
------------------------------------------------------------------------------*/
* html body#productList {
	text-align: center;

}

body#productList td div.image{
	float: left;
	width: 300px;
/*	border: 1px solid green; */
	text-align: center;
}


body#productList table{
	margin: 0 auto;
}

body#productList td div{
	float :right;
	width: 250px;
	text-align: left;
}

body#productList th{
	font-weight: normal;
}


body#productList td{
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}


body#productList p.remarks{
	margin-bottom: 10px;
}

/*
body#productList div.stitle2{
	color: blue;
}
*/



/*------------------------------------------------------------------------------

						#memberLogin
						
------------------------------------------------------------------------------*/
body#memberLogin {
}


div#memberLoginOuter h3{ margin-bottom: 10px; }



div#memberLoginArea{
	float: left;
	width: 670px;
	padding: 15px;
	font-size: 95%;
	border: 3px solid #ddd;
}

div#memberLoginArea ul{
	margin: 1em 0;
	padding: 30px 20px;
	background-color: #ddd;
}

div#memberLoginArea li.firstChild{
	margin-bottom: 10px;
}

div#memberLoginArea li span{
	clear: left;
	float: left;
	display: block;
	width: 9em;
	padding: 0.2em;
	color: #0C576A;
}

div#memberLoginArea li input{
	float: left;
	width: 300px;
	padding: 0.2em;
	border: 1px solid #ccc;
}

div#memberLoginArea p.buttonArea a{
	width: 250px;
}


div#memberRegistration{
	float: right;
	width: 200px;
	padding: 15px;
	border: 3px solid #ddd;
}

div#memberRegistration p.buttonArea a{
	margin-top: 50px;
	width: 180px;
}

div#memberLoginArea p,
div#memberRegistration p{
	line-height: 1.4em;
}



/*------------------------------------------------------------------------------

						
						
------------------------------------------------------------------------------*/
}