@charset "UTF-8";

/*　index　*/

.product {
	clear: both;
	margin-top: 3px;
	padding-left: 10px;
	
	}
.product dl {
	float: left;
	width: 181px;
	}
.product dt {
	padding: 0 5px 3px 3px;
	}
* html .product dl {
	float: left;
	width: 179px;
	}
* html .product dt {
	padding: 0 3px 3px 3px;
	}
.product dt img {
	border: #666666 1px solid;
	vertical-align: bottom;
	}
.product dd {
	margin: 0 3px;
	}
.product dd.product-name {
	border-bottom: #0066FF 1px dotted;
	padding-bottom: 2px;
	}
.product dd.product-name a {
	font-weight: bold;
	color: #003399;
	}
.product dd.product-txt {
	padding-top: 1px;
	line-height: 1.5;
	font-size: 88%;
	}
* html .product dd.product-txt {
	font-size: 85%;
	}
.product:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}



/*　productdetail　*/
.detail{
	padding: 20px 0 0 0;
}

.detail:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.spec {
}
.spec dt {
	font-size: 110%;
	font-weight: bold;
	color: #0066CC;
	line-height: 1.6;
	padding: 3px 3px 3px 5px;
	border-bottom: #99CCFF 1px solid;
	border-top: #99CCFF 1px solid;
}
.spec dd {
	line-height: 1.6;
	margin: 5px 0 5px 0;
}
.spec dd.price{
	padding: 0 0 0 10px;
}
.spec dd.attention{
	padding: 0 5px;
	font-size: 90%;
	border-bottom: 1px #CCCCCC solid;
}
.spec dd.cart a{
	width:127px;
	height: 25px;
	margin: 0 0 15px 5px;
	display: block;
	background: url(../img/cart.gif) no-repeat;	
}
.spec dd.soldout {
	width:127px;
	height: 25px;
	margin: 0 0 15px 5px;
	display: block;
	background: url(../img/soldout.gif) no-repeat;	
}
.spec dd.cart a span,
.spec dd.soldout span {
	display: block;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-bottom:none;
}
.detail-photo{
	float: right;
	padding: 0 0 0 10px;
	background-color: #ffffff;
}
.sub-txt {
	color: #009933;
	font-weight: bold;
}
.sub-price {
	color: #CC3300;
	font-size: 140%;
	font-weight: bold;
}

/* low */
#low-data {
	padding: 10px 0 0 0;
}
#low-data table {
	width: 540px;
	border: #CCCCCC 1px solid;
}
#low-data th{
	padding: 5px;
	width: 130px;
	font-weight: normal;
	text-align: left;
	background: #C1DBFF;
}
#low-data td{
	padding: 5px;
	line-height: 1.6;
	border-bottom: 1px #999999 dotted;
}
/* information */
#info-container ol li {
	margin: 0 5px 3px 40px;
	line-height: 1.7;
	list-style: decimal;	
}
#info-container table {
	width: 200px;
	padding: 1px;
	border-collapse: 1px;
	border: 1px solid #CCCCCC;
}
#info-container th {
	font-weight: normal;
	background: #CCCC99;
}
#info-container td {
	border-bottom: #999999 1px dotted;
	text-align: right;
	border-left:  #999999 1px dotted;
}
#info-container ul li {
	margin: 0 5px 3px 20px;
	line-height: 1.7;
}
#info-container ul li address {
	font-style: normal;
}

#info-container .payment {
	margin:10px 0 0 150px;
	font-weight:bold;
}
#info-container .payment2 {
	margin:10px 0 0 150px;
	text-align:left;
}

#info-container #address {
	margin:0 0 0 200px;
}

/* cart */
.h3-txt {
	margin : 5px 5px 10px 10px;
	line-height: 1.5;
}
.h3-txt span {
	color: #CC0000;
}

#thanks {
	clear: both;
	margin : 5px 5px 10px 10px;
	line-height: 1.5;
}
#thanks span {
	font-size: 120%;
	color: #CC3300;
	font-weight: bold;
}

#cart {
	padding: 10px 0 0 0;
}
#cart table {
	font-size: 90%;
	width: 535px;
	border: #FF9900 2px solid;
	border-collapse: collapse;
}
#cart th {
	background: #FEE194;
	font-weight: normal;
	padding: 3px;
	border: 1px #FF9900 solid;
}
#cart td {
	padding: 3px;
	border: 1px #FF9900 solid;
}
#cart .name {
}
#cart .price {
	width: 60px;
	text-align: right;
}
#cart .amount {
	width: 40px;	
	text-align: center;
}
#cart .total {
	width: 60px;
	text-align: right;
}
#cart .note {
	text-align: center;
}
#cart .delete {
	width: 45px;
	text-align: center;
}
#cart .all {
	text-align: center;
}


.input-data {
	padding: 10px 0 0 10px;
}
.input-data table {
	width: 525px;
	border: #CCCCCC 1px solid;
}
.input-data th{
	padding: 5px;
	width: 130px;
	font-weight: normal;
	text-align: left;
	background: #C1DBFF;
}
.input-data td{
	padding: 5px;
	line-height: 1.8;
	border-bottom: 1px #999999 dotted;
}
.input-data td.siharai {
	width: 395px;
	}
#send {
	width: 540px;
	margin: 20px 0 10px 0;
	padding: 10px 0;
	text-align: center;
	background: #C1DBFF;
	border-top: #3399FF 2px solid;	
	border-bottom: #3399FF 2px solid;
}
#low-ad-head {
	margin : 30px 5px 0 10px;
	border-bottom: #999999 dotted 1px;
}
#low-ad {
	margin : 0 5px 5px 10px;
	padding: 5px 5px;
	line-height: 1.5;
	border-bottom: #999999 dotted 1px;
}
#low-ad span {
	margin: 0 0 10px 0;
	color:#333333;
}
#low-ad ul li {
	list-style:circle;
	margin: 0 0 0 15px;
}
#about-inquiry {
	background: url(../../img/common/icon_arrow_fish_07.gif) no-repeat 0 3px;
	margin : 5px 5px 10px 10px;
	padding: 0 0 0 20px;
}
#about-inquiry a {
	color:#006699;
	text-decoration:underline;
}
#foot-link {
	margin : 20px 5px 10px 10px;
	padding: 10px 0;
	text-align: center;
	border-top: #CCCCCC solid 1px;
}
#foot-link a {
	background: url(../../img/common/icon_arrow_fish_07.gif) no-repeat 0 3px;
	padding: 0 0 0 15px;
	color:#006699;
	text-decoration:underline;
}

.commission table {
	width: 200px;
	text-align: right;
	margin-left:auto;
	margin-right:auto;

	}
/* ショッピングページ */	
.shopping-article-image {
	margin: 5px 10px 10px 5px;
	float: left;
	}

.cl {
	clear: left
	}

/* フォント */
.font1 {
	font-weight: bold;
	color: #990000;
	font-size:110%;
}	



