/** db関連CSS **/


/** 共通 **/

/** submitボタン **/
input.dbCartSubmit {
	color: red;
	font-size: larger;
	font-weight: bold;
	/*width: 300px;*/
	margin:10px;
	padding:5px 20px;
	/*角丸*/
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
	/*グラデーション*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
	background-image: -ms-linear-gradient(top, #ffffff, #cccccc);
	background-image: -o-linear-gradient(top, #ffffff, #cccccc);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#cccccc));
	background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
	background-image: linear-gradient(top, #ffffff, #cccccc);
}

/** singleForm **/

.dbSingleForm {
	border: 2px #fc0 solid;
	margin: 2px auto;
	padding: 4px;
	line-height: 1.5em;
	display: table;
	font-size: 12pt;
	min-width:280px;
	text-align:center;
}

.dbSingleForm select {
	margin:5px;
}

.dbSingleForm input[type="text"] {
	margin:5px;
}

/** 商品リスト用**/

table.dblistProductFrame {
	border: 1px dotted #000;
	padding:10px;
	margin: 10px 0;
}

.dblistImgCanvas {
	text-align:center;
}

.dblistImgCanvas img{
	margin-top:20px;
}

.dblistInfoCanvas {vertical-align:top;}

table.dblistSpecTable {
	margin-bottom:10px;
	border-spacing: 1px;
	background-color: black;
	border-collapse: separate;
	width:100%;
}

table.dblistSpecTable > * > tr > td, table.dblistSpecTable > * > tr > th {
}

table.dblistSpecTable > * > tr > td {
	background-color: white;
}

table.dblistSpecTable > * > tr > th {
	background-color: #efc520;
}

.dblistSpecSize {
	vertical-align: middle;
}

table.allColors > * > tr > td.dblistSpecColor {
	vertical-align: top;
	text-align:left;
}

table.specificColor > * > tr > td.dblistSpecColor {
	vertical-align: middle;
	text-align:center;
}

.dblistSpecPrice {
	vertical-align: middle;
}

.dblistCatchcopy {
	margin-top:10px;
	margin-bottom:10px;
	font-weight: bold;
	color: red;
}

.dblistDescription {
	color: black;
}


/** 商品コードと商品名 **/

.dblistNameCode {
	margin-bottom:15px;
}

.dbCode {
}

.dblistCode {
}

.dbName {
}

.dblistName {
}


/** 商品価格 **/
.dbTaxedPrice {
	color: red;
	font-weight: bold;
}

.dbUntaxedPrice {
	color: red;
}

table.dblisteachsize {
	border:2px solid #ffcc00;
}

/** 在庫情報 **/
.dbStockInfo {
	display: none;
}


/** printFormRow() **/
table.dbTableForm {
	border-spacing: 1px;
	background-color: black;
	border-collapse: separate;
	margin:10px 0 20px 0;
}

table.dbTableForm > * > tr > td, table.dbTableForm > * > tr > th {
}

table.dbTableForm > * > tr > td {
	background-color: white;
}

table.dbTableForm > * > tr > th {
	background-color: #efc520;
}


/** cartpanel **/
div.cartPanel {
	width: 100%;
}

div#cart-panel {
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: black solid 1px;
	background-color: white;
	display: none;
}

#cart-panel .goto-cartitems, #cart-panel .itemquantity, #cart-panel .itemsubtotal {
	margin: 2px 5px;
}


/** cartdialogue **/
div#cart-dialogue-bg {
	z-index: 2;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0,0,0,0.75);
}

#cart-dialogue {
	width: 50%;
	margin: 0;
	padding: 10px 10px;
	border: 2px solid black;
	background-color: white;
	position: fixed;
	display: none;
	z-index: 3;
}



@media screen and (max-width: 480px) {

table.dblistProductFrame {
	width:100%;
}

.dblistImgCanvas {
	width:40%;
}

.dblistSpecTable {
	font-size:smaller;
}

table.dblistSpecTable > * > tr > td, table.dblistSpecTable > * > tr > th {
	margin: 3px;
	padding: 3px;
}

table.dblistProductFrame .dblistSpecSize td{
	width:25%;
}

table.dblistProductFrame .dblistSpecColor td {
	width:25%;
}

table.dblistProductFrame .dblistSpecPrice td {
	width:50%;
}

.dblistProductFrame .dbTaxedPrice {
	font-size:larger;
}

.dblistSpecTable .dbTaxedPrice:after {
	content:"\A";
	white-space: pre;
}

.dblistSpecTable .dbUntaxedPrice{
	font-size:smaller;
}

.dblistDescription {
	font-size:smaller;
}

}

@media screen and (min-width:481px) and (max-width: 980px) {

table.dblistProductFrame {
	width:100%;
}

table.dblistProductFrame .dblistImgCanvas {
	width:30%;
}

table.dblistProductFrame .dbName {
	font-size: larger;
	font-weight: bold;
}

table.dblistProductFrame .dblistName {
	font-size: larger;
	font-weight: bold;	
}

table.dblistSpecTable > * > tr > td, table.dblistSpecTable > * > tr > th {
	margin: 10px;
	padding: 8px;
	font-size: 11pt;
}

table.dblistProductFrame .dblistSpecSize td{
	width:25%;
}

table.dblistProductFrame .dblistSpecColor td {
	width:25%;
}

table.dblistProductFrame .dblistSpecPrice td {
	width:50%;
}

.dblistSpecTable .dbTaxedPrice:after {
	content:"\A";
	white-space: pre;
}

.dblistSpecTable .dbUntaxedPrice{
	font-size:smaller;
}

}

@media screen and (min-width:981px) {

table.dblistProductFrame {
	width:900px;
}

.dblistImgCanvas {
	width:200px;
	float:left;
}

table.dblistSpecTable {
	width:700px;
	float:left;
}	

table.dblistProductFrame .dbName {
	font-size: larger;
	font-weight: bold;
}

table.dblistProductFrame .dblistName {
	font-size: larger;
	font-weight: bold;	
}

table.dblistProductFrame .dblistCatchcopy {
	font-size: large;
}

table.dblistSpecTable > * > tr > td, table.dblistSpecTable > * > tr > th {
	margin: 10px;
	padding: 8px;
	font-size: 11pt;
}

}
