/* StyleSheet for marble ASP */
/* Copyright 2003-2004 IRI Commerce and Technology, Inc. All rights reserved. */

@import "/shop/css/base.css"; /* 全てのスタイル */
@import "/shop/css/partsranking.css"; /* 全てのスタイル */
@import "/shop/css/partsrecommend.css"; /* 全てのスタイル */
@import "./css/areaLayout.css"; /* フレーム枠サイズのスタイル */
@import "/shop/css/ProductDetail.css"; /* 商品詳細のスタイル */
@import "/shop/css/ProductList.css"; /* 商品詳細のスタイル */
@import "/shop/css/price.css"; /* 商品詳細のスタイル */

@import "/shop/u_page/css/product.css";
@import "/shop/u_page/css/core.css";
@import "/shop/u_page/css/zacca.css";
@import "/shop/u_page/css/zacca_sw.css";

html *{}

/* floatの解除 */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* Link Parts */
div.MainLink{margin:0 0 10 0;width:100%;text-align:center;}
div.linkparts{margin-bottom:5px;width:100%;}
.LeftLink{width:100%;padding:2px;}


.LeftLink{font-size:12px;}/* リンクパーツ（左） */

.cartFrame div{font-size:12px;}


/* Account.aspx */
.S_Bold{
	font-weight:bold;
	font-size:12px;
	color:#444;
	}
.TextLH16{
	line-height:16px;
	color:#888;
	}

/* MemberPageDeatil.aspx */
.CommonBox{}



/* ログイン・ログアウトパーツ */
div.LoginLogoutParts{
	width:100%;
	text-align:center;
	margin:0 0 10 0;
}

/* ポイントパーツ */
div.PointParts{
	background-color: #f9f9f3;
	border-style: solid;
	border-width: 1px;
	border-color: #d3d3d3 #888 #888 #d3d3d3;
	margin: 0 0 10 0;
	padding:5 0 5 5;
	width:100%;
}

/* ↓外部会員ログイン画面用 */
div.ExtLoginBtnLogin
{
	margin:5 0 5 0;
}
div.ExtLoginBtnBack
{
	margin:5 0 5 0;
}
div.ExtLoginBtnCancel
{
	margin:5 0 5 0;
}
/* ↑外部会員ログイン画面用 */


/* 問合せ機能用 */
div.InquiryComment
{
	font-size: 12px;
	background-color: #f9f9f3;
	border-style: solid;
	border-width: 1px;
	border-color: #d3d3d3 #888 #888 #d3d3d3;
	padding:3 3 3 3;
	margin: 0 10 10 10;
}

/* 棚卸メッセージ */
div.Message{
	background-color: #ffffcc;
	border:solid 1px #ff9999;
	padding:5px;
	margin: 0 0 10 0;
	width:100%;
}
.Message span
{
	margin:0;
	font-size:12px;
}

/* Cart以降棚卸メッセージ */
.commonMessage{
	text-align:center;
	margin:12 0 10 0;
	padding:0 0 0 0;
	width:100%;
}

.commonMessageinner{
	width:96%;
	text-align:left;
	margin:0 auto 0 auto;
	padding:8px;
	border:1px dashed #ccc;
	background:#fafafa;
}

.commonMessageText{
	font-size:12px;
	line-height:130%;
	color:#777;
	font-weight:bold;
}




div.dotline{
	text-align:left;
	color:#000;
	border-top:1px dashed #ddd;
	margin-top:3px;
	padding-top:3px;
}

.ProductImage-s{
	margin:0px 0px 0px 0px;
	width:80px;
	height:80px;
}
.ProductImage-s101{
	margin:0px 0px 0px 0px;
	width:80px;
	height:80px;
}

/**************** 以下 ********************/

div.Error{
	background-color: #f9f9f3;
	border-style: solid;
	border-width: 1px;
	border-color: #d3d3d3 #888 #888 #d3d3d3;
	margin: 0 0 10 0;
	padding:0;
	width:100%;
}
div.ErrorTitle h2 {
	font-size:12px;
	margin:3 3 3 3;
	padding:0 0 0 3;
	color:#fff;
	line-height:20px;
	background:#69f;
	border: solid 1px #060;
}


div.RightLogin{
	background-color: #f9f9f3;
	border-style: solid;
	border-width: 1px;
	border-color: #d3d3d3 #888 #888 #d3d3d3;
	margin: 0 0 10 0;
	padding:0;
	width:150;
}
div.RightLoginTitle h2{
	font-size:12px;
	margin:3 3 3 3;
	padding:0 0 0 3;
	color:#fff;
	line-height:20px;
	background:#69f;
	border: solid 1px #060;
}

div.RightLogin p
{
	margin:3 4 3 4;
}

/* Error Message Box */
div.MessageBox
{
	background:#fff;
	border: solid 1px #999;
	text-align:center;
	margin:10 10 10 10;
	padding:20 20 20 20;
	width:80%;
}

div.MessageIcon
{
	text-align:left;
	margin:0 20 0 0
}

div.MessageBoxBtn
{
	margin:10 0 10 0;
}

div.ErrorMessage{}


/* Incentive */
span.IncentiveContents{}
span.IncentiveApplyMessage{}
span.IncentiveCautionMessage{font-size:10px;}

/* RealTime Coupon */
table.IncentiveMsgRT
{
	color:red;
	border-color:LightGrey;
	border-width:1px;
	border-style:solid;
	width:100%;
}

/* Goods Coupon */
table.IncentiveMsgG
{
	color:blue;
	border-color:LightGrey;
	border-width:1px;
	border-style:solid;
	width:100%;
}

/* For Information.aspx */
td.InformationTitle
{
	font-size:12px;
	text-align:center;
}
td.InformationMessage
{
	font-size:12px;
	font-weight:bold;
	color:#000000;
	margin:0 0 4 5;
	text-align:center;
}
td.InformationSupplementary
{
	font-size:12px;
	text-align:left;
}
td.InformationLeftBtn
{
	text-align:left;
}
td.InformationCenterBtn
{
	text-align:center;
}
td.InformationRightBtn
{
	text-align:right;
}

div.InformationTitle2
{
	font-size:12px;
	text-align:center;
	width:100%;
}
div.InformationMessage2
{
	font-size:12px;
	text-align:left;
	width:100%;
}
div.InformationSupplementary2
{
	font-size:12px;
	text-align:left;
	width:100%;
}


/*20090716*/
.PA001015{border:solid 0px red;background-color: #ccf9f3;}
.PA001015 img{border:solid 1px blue;width:50px;}
.PA001015 p{float:left;font:10px;}
.PA001015 a{float:left;font:10px; margin-left:2px;}

.NoProduct {display:none;}


.SelectedItemTR {background-color:#ffcccc;}
.SelectedCheckBox {background-color:#ffcccc;}


#grayLayer
{
	display:none;
	z-index:9000;
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:black;
	opacity: 0.60;
	filter:alpha(opacity=60);
}

#CouponDialog
{
	display:none;
	z-index:9999;
	width:87%;
    background:white;
    padding:10px;
	margin:10px;
    position:fixed;
    top:50%;
    left:50%;
}

#InputCouponCodeBlock div
{
    margin:3px;
}
#CouponDialog div{
/*	margin:3px;*/
}

#boxes
{
	text-align:center;
	align:center;
	margin:0 auto;
}

#boxes a{
	color:#ffffff;
}

.QuestionnaireForm
{
    display: table;
    width: 100%;
}
.QuestionnaireRow
{
    display: table-row;
    clear: both;
}
.QuestionnaireCell
{
    display: table-cell;
    padding: 3px;
    border: solid 1px #FFF;
    background-color: #E5E7EB;
    color: #606060;
    vertical-align: middle;
}

.QuestionnaireTable td
{
    border-top:solid 1px #FFF;
    border-left: solid 1px #FFF;
}
.ErrorPanel
{
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    font-size:0.8em;
    font-weight: bold;
}
#ValidationSummary li
{
    font-size:0.8em;
    list-style-type:none;
    font-weight: bold;
}

.QuestionnaireInputTitle{
 width: 150px;
 float: left\9;
 *float: left;
 *padding-bottom: 32768px;
  *margin-bottom: -32768px;
  padding-bottom: 32768px\9;
  margin-bottom: -32768px\9;
}

.QuestionnaireInputTitle:not(:target){
 float: left\9;
  padding-bottom: 32768px\9;
  margin-bottom: -32768px\9;

}

.QuestionnaireInputBody{
 width: 400px;
 float: left\9;
 *float: left;
 *padding-bottom: 32768px;
  *margin-bottom: -32768px;
  padding-bottom: 32768px\9;
  margin-bottom: -32768px\9;
}

.QuestionnaireInputBody:not(:target){
 float: left\9;
  padding-bottom: 32768px\9;
  margin-bottom: -32768px\9;
}

.QuestionnaireOptionDescription{
 width: 200px;
 float: left\9;
 *float: left;
 *padding-bottom: 32768px;
  *margin-bottom: -32768px;
  padding-bottom: 32768px\9;
  margin-bottom: -32768px\9;

}

.QuestionnaireOptionDescription:not(:target){
 float: left\9;
  padding-bottom: 32768px\9;
  margin-bottom: -32768px\9;
}

.MessageWindow
{
    width:100%;
    text-align:center;
    padding-top:80px;
    height:300px;
    font-size:medium;
    color:Red;
}

/* 営業日カレンダー */
div .CalendarParts
{
     width: 200px;
}
.Sunday {
    background-color: #FFCCCC;
}
.Saturday {
    background-color: #CCFFFF;
}
.Open
{
}
.Closed
{
    background-color:#BC8F8F;
}
a.DatePicker
{
    cursor:pointer;
}
a.OtherMonth
{
 color:#c0c0c0;
}
#DatePickerPanel
{
    position: absolute;
    z-index:100;
    width:360px;
}
#DatePickerHeader
{
    width:360px;
    background-color: #EEE;
    padding:3px 5px;
    margin:0 auto;
    height:22px;
    font-size:12px;
    font-weight:bold;
    zoom:1;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
}
#DatePickerHeaderLeft
{
    float:left;
}
#DatePickerHeaderRight
{
    float:right;
    cursor: pointer;
}
#DatePicker
{
    overflow:hidden;
    clear:both;
    width:100%;
    background-color: #FFF;
    padding:5px;
    margin:0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
}
#DatePickerFrame
{
    overflow:hidden;
    margin:0;
    width:100%;
    height:240px;
}

/* レビュー投稿ウインドウ */
#ProductReviewEntryPanel
{
    position: absolute;
    z-index:100;
}
#ProductReviewEntryHeader
{
    background-color: #EEE;
    padding:3px 4px;
    width:500px;
    margin:0 auto;
    font-size:12px;
    font-weight:bold;
    zoom:1;
    overflow:hidden;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
}
#ProductReviewEntryHeaderLeft
{
    float:left;
}
#ProductReviewEntryHeaderRight
{
    float:right;
    cursor: pointer;
}
#ProductReviewEntry
{
    clear:both;
    background-color: #FFF;
    padding:4px;
    width:500px;
    margin:0 auto;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
}

#ProductReviewEntryFrame
{
    width:470px;
    margin:0;
    text-align:center;
}



.SearchMemberBYShopMemberIdFrame
{
	margin: 0 0 4px 0;
	width:100%;
	text-align:center;
}
.SearchMemberBYShopMemberId
{
	background-color: #f9f9f3;
	border-style: solid;
	border-width: 1px;
	border-color: #d3d3d3 #888 #888 #d3d3d3;
	margin: 0 auto;
	padding:0 0 4px 0;
	width:70%;
}

.SearchMemberBYShopMemberId h3
{
    background-color: #dcdffc;
    font-size: 14px;
    margin: 0;
	padding:4px;
}

#RdUserCodeInput
{
    margin: 0;
	padding:4px;
}
.LinkShopMemberId
{
    margin-left:30px;
    font-size:10px;
}
.TelNo
{
    width:55px;
}
/* EOF bye! */

.HeaderCartGoToCart{
	display:none;
}
#VariationInventoryList{
	display:none;
}
#ProductDetail .headerFrame input[type="image"]{
display: none;
}
#product_list #HeaderCartGoToCart {
	display:none;
}
#product_list .headerFrame input[type="image"]{
	display:none;
}
#frmInquiry .headerFrame input[type="image"]{
	display:none;
}
.SimpleCart{
	display: none;
}

.Close{cursor:pointer;}

.MyListEachBlock .icons div{float:left;}

.MyListEachBlock .icons div img{    margin-right:1px;}



#NamePrintOptionEachFrame2 .NamePrintOptionDescription,
#NamePrintOptionEachFrame4 .NamePrintOptionDescription{
display:none;
}

.NamePrintOptionEachFrame input[type="text"] {
    padding:5px;
    border: 1px solid #aaa;
    margin:0 0 10px 0px !important;
    width:150px;
}
.InputRestriction{color:red;}
