﻿html
{
    height:100%;
}
body{
	font-family: "ＭＳ ゴシック", "Courier New", monospace;
	font-size: 10pt;
	color: #000000;
	margin:0px;
	padding:0px;
	overflow-x:hidden;
	height:100%;

	/*background-color:#000066;*/
}

#wrap {
	width:1000px;
	height:100%;
	position:relative;
	/*min-height:800px;*/
	overflow:auto;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;
	padding-right:10px;
	background-color:#f5f5f5;
}
#header {
	/*width:100%;*/
	height:80px;
	text-align:center;
	/*padding-top:10px;*/
	/*padding-left:15px;*/
	padding-bottom:25px;
	/*line-height:70px;
	background: url("../img/member/bg_header.gif") repeat-x;
	clear:both;
    */
}
/*
 #boxFooter 
 {
	width:100%;
	height:30px;
	line-height:30px;
	background-color:#000066;
	text-align:center;
	font-weight:bold;
	color:White;
	clear:both;
}
*/
.container {
	width:930px;
	height:100%;
	overflow:auto;
	margin-top:50px;
	margin-bottom:100px;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	padding-bottom:50px;
	background-color:#ffffff;
}
.rowPushUp
{
    margin-left:auto;
	margin-right:auto;
	margin-top:5px;
    /*display:flex;
    justify-content: center;*/
    height:260px;
}
.row
{
    margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	padding-left:20px;
    /*display:flex;
    justify-content: center;*/
    
    height:260px;
}
div.boxCenter {
	 text-align:center;
}
div.boxRight {
	 float:right;
	 text-align:right;
}
div.boxButton 
{
    padding-top:20px;
    text-align:center;
}
.clearfix:after {  
	content:".";  
	display:block;  
	height:0;  
	clear:both;  
	visibility:hidden;  
	overflow: hidden;
	}  
.clearfix{
	display:inline-block;
	clear: both;
	width:0px;
	height:0px; 
	overflow: hidden;
}  
/* Hide from IE Mac */  
.clearfix {
	display:block;
	overflow: hidden;
	clear: both;
	width:0px;
	height:0px; 
} 
div.boxCSThumnail{
	 width:200px;
	 height:240px;
	 float:left;
	 text-align:center;
	 background-color:#FFFFFF;
	 margin-left:10px;
	 margin-right:10px;
	 margin-bottom:10px;
}
div.boxCSThumnailSub{
	 width:180px;
	 line-height:1.2;
	 text-align:center;
	 /*padding-left:10px;*/
	 background-color:#FFFFFF;
	 margin-top:10px;
	 margin-left:auto;
	 margin-right:auto;
	 font-size:medium;
}


.tblCSPushUp
{
	width:890px;
	height:210px;
	margin-left:auto;
	margin-right:auto;
	/*margin-left:10px;*/
	margin-bottom:50px;
	border:solid 5px #00359b;
	border-collapse:collapse;
	background-color:#ffffff;
	
}
td.tdCSPushUpHeader
{
    background-color:#00359b;
    border-collapse:collapse;
    height:20px;
    text-align:center;
    vertical-align:middle;
    font-weight:bold;
    color:White;
}
td.tdCSPushUpContent{
	padding-top:10px;
	vertical-align:middle;
}
div.explanation
{
    width:600px;
    height:55px;
    margin-left:25px;
    /*padding-top:10px;*/
    float:left;
    font-size:16px;
    color:Blue;
    font-weight:bold;
    line-height:1.7;
    
    
}
div.item_in_cart
{
    width:200px;
    margin-right:30px;
    height:55px;
    text-align:right;
    float:right;
}
div.shopping_cart
{
    display:table-cell;
    background: url("../img/cshop/shopping_cart.png") no-repeat;
    width:64px;
    height:55px;
    /*text-align:center;*/
    float:right;
}
div.item_count
{
    display:inline-block;
    margin-top:5px;
    margin-left:auto;
    width: 27px;
    height: 27px;
    line-height: 27px;
    background-color: red;
    color: White;
    font-weight: bold;
    border-radius: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-right: ;/* CSS3草案 */
    text-align:center;
}
    
div.powerPushTitle
{
    font-size:20px;
    padding-left:20px;
    padding-bottom:10px;
    text-align:left;
}
span.powerPushIntro
{
    font-size:12px;
    font-weight:normal;
    margin-bottom:3px;
}
div.wrapCshopDetail
{
    width:740px;
    margin-left:auto;
	margin-right:auto;
    background-color:#dcdcdc;
    margin-top:20px;
    margin-bottom:100px;
}
div.wrapCShopStore
{
    width:740px;
    margin-left:auto;
	margin-right:auto;
    /*background-color:#dcdcdc;*/
    margin-top:20px;
    margin-bottom:100px;
    padding:20px 20px 20px 20px;
    background-color:#ffffff;
}
.gvCart
{ 
	overflow:auto;
	/*border-collapse:collapse;*/
	border:solid 1px #dcdcdc;
	width:100%;
	/*background-color:white;*/
}
.gvSCHeader{
	text-align:center;
	font-weight:bold;
	color:#191970;
	height:30px;
	background-color:#e0ffff;
}
.cellBoxRight{
	text-align:right;
	padding-right:10px;
    background-color:white;
}
.cellBoxCenter{
	text-align:center;
	/*border:solid 1px #dcdcdc;*/
	background-color:white;
}

.cellBoxLeft
{
	text-align:left;
	padding-left:10px;
	background-color:white;
}
.gvEmpty{
	padding-left:30px;
    background-color:white;
    height:30px;
}
.clearfix:after {  
	content:".";  
	display:block;  
	height:0;  
	clear:both;  
	visibility:hidden;  
	overflow: hidden;
	}  
.clearfix{
	display:inline-block;
	clear: both;
	width:0px;
	height:0px; 
	overflow: hidden;
}  
/* Hide from IE Mac */  
.clearfix {
	display:block;
	overflow: hidden;
	clear: both;
	width:0px;
	height:0px; 
}
/*カート合計金額*/
table.tblSum{
	 width:200px;
	 border:solid 3px #dcdcdc;
	 border-collapse: collapse;
	 table-layout:fixed;
 }
 td.tdSum1
{
    text-align:left;
     width:80px;
	 line-height:1.5;
	 vertical-align:middle;
	 padding: 5px 10px 5px 10px;
	 font-weight:bold;
	 color:#191970;
	 border-right:solid 3px #dcdcdc;
	 background-color:#e0ffff;
}
td.tdSum2
{
	 line-height:1.5;
     vertical-align:middle;
	 padding: 5px 10px 5px 10px;
	 background-color:#ffffff;
}
.notice
{
    width:100%;
    display:inline-block;
    background-color:#fffacd;
    color:#8b0000;
    text-align:center;
    vertical-align:middle;
    /*height:30px;*/
    line-height:1.5;
    font-weight:bold;
}
/*注文フォーム*/
table.tblItemOrder{
	 width:100%;
	 border:solid 1px #dcdcdc;
	 border-collapse: collapse;
	 /*table-layout:fixed;*/
 }
 td.tdItemOrder1
{
     width:230px;
	 line-height:1.5;
	 vertical-align:middle;
	 padding: 5px 10px 5px 10px;
	 font-weight:bold;
	 color:#191970;
	 border:solid 1px #dcdcdc;
	 background-color:#e0ffff;
	 text-align:right;
}
td.tdItemOrder2
{
	 line-height:1.5;
     vertical-align:middle;
	 padding: 5px 10px 5px 10px;
	 border:solid 1px #dcdcdc;
	 background-color:#ffffff;
}
/*会員ログインパネル*/
.loginPanel
{
    width:720px;
    height:380px;
    border:solid 10px #d3d3d3;
    background-color:#f5f5f5;
}
.loginPanelWrap
{
    width:700px;
    line-height:1.5;
	margin-left:auto;
	margin-right:auto;
}
.loginPanelLeft
{
    width:320px;
    float:left;
    padding:10px;
    border:solid 1px #d3d3d3;
    background-color:white;
}
.loginPanelRight
{
    width:320px;
    float:right;
    padding:10px;
    border:solid 1px #d3d3d3;
    background-color:white;
}
.memberRule
{
    width:280px;
    height:130px;
    padding:10px;
    border:solid 1px #add8e6;
    background-color:#e0ffff;
    margin-left:auto;
	margin-right:auto;
	font-size:10px;
}
span.ruleStrong
{
   	font-size: 10pt;
	color: #8b0000;
	font-weight:bold;
}
.watermark_txtField
{
    background-image:url(../img/watermark_txt.png);
    background-repeat:no-repeat;
    color:#a9a9a9;
}
.watermark_pwdField
{
    background-image:url(../img/watermark_pwd.png);
    background-repeat:no-repeat;
    color:#a9a9a9;

}
.ValidatorCallout{
	background-color:#FFFBD6;
}
.disabled {
	ime-mode: disabled;
 }
 .modalBackground {
	background-color :Gray;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

/*
**strongが何故か聞かない為、以下の対応
*/
strong{
  font-weight:bold;/*または600などで設定*/
}