@charset "shift_jis";
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.detailInfo {
	margin-bottom: 15px;
}
.detailInfo dt {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 16px;
	margin-left:5px;
}

.detailInfo dd {
	margin-bottom: 8px;
	padding-bottom: 12px;
	font-size: 14px;
	line-height:1.5;
	margin-left:15px;
}

.style2 {font-size: 10}
.style3 {font-size: x-small}
.style4 {font-size: 10pt}

.title {
	font-size: 14px;
	line-height: 30px;
	background-image: url(image/titlbk.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 715px;
	padding-left: 15px;
}
.mainContents {
	width: 730px;
	}
.mainContents .fR {
	color: #DD0000;
}
.mainContents .box {
	margin-bottom: 20px;
}
.fW {
	color: #FFF;
}
.loginTable {
	border: 1px solid #666666;
	border-collapse:collapse;
}

/*カートCSS*/
/*
.itemArea{ width:500px;}
*/

.cartjs_product_table {
	text-align:left;
	/*
	width:400px;
	*/
	

}

.cartjs_box{ width:350px; }

.cartjs_product_name{
	font-size:18px !important;
	line-height:1.5 !important;
}


.cartjs_product_table table{
	margin:0 !important;
	border:none !important;
	width:85% !important;
}
	
.cartjs_product_table table th{
	margin:0 !important;
	border:none !important;
	padding:5px !important;
	font-size: 14px !important ; 
	text-align:left;
	font-weight:normal;

}

.cartjs_product_table table td{
	margin:0 !important;
	border:none !important;
	padding:5px !important;
	font-size: 14px !important ; 

}
.cartjs_cart_in{ text-align:left !important; }

.cartjs_cart_in input{
	width:200px;
	height:30px;
}
	
.cartjs_sk_link_other , .cartjs_sk_link{ font-size:14px; line-height:1.5;}


.cartjs_sk_link_other{ height:0 !important; display:none !important; }


.topMain {

	width: 1003px;
	position: relative;
}
.topMain .newsField {
	height: 268px;
	width: 458px;
	position: absolute;
	left: 512px;
	top: 140px;
	border: 1px solid #999;
	overflow-x: hidden;
	overflow-y: scroll;
	background-color: #FFF;
}
.topMain .newsField ul {
	margin: 0px;
	padding: 0px;
	padding-left:5px;
}
.topMain .newsField ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	text-align:left;
}
.topMain .newsField ul .left {
	width: 180px;
}
.topMain .newsField ul .right {
	width: 240px;
	padding-left: 10px;
}


.topMain .newsField ul li dl {
	margin: 0px;
	padding: 0px;
}
.topMain .newsField ul li dl dt {
	text-align: center;
	padding: 0px;
	color: #FFF;
	background-color: #666666;
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.topMain .newsField ul li dl dd {
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 1.1em;
}
.topMain .originalTume {
	position: absolute;
	height: 100px;
	width: 150px;
	left: 190px;
	top: 1561px;
}
.topMain #link1 {
	position: absolute;
	height: 22px;
	width: 160px;
	z-index: 20000;
	top: 75px;
	right: 29px;
	display:block;
	text-indent:-99999px;
}


.topMain #link2 {
	position: absolute;
	height: 25px;
	width: 180px;
	z-index: 20000;
	top: 83px;
	right: 30px;
	display:block;
	text-indent:-99999px;
	background-color:#edffc6;
}


.topMain #link3 {
	position: absolute;
	height: 22px;
	width: 160px;
	z-index: 20000;
	top: 113px;
	left: 30px;
	display:block;
	text-indent:-99999px;
}

.topMain #link4 {
	position: absolute;
	height: 22px;
	width: 100px;
	z-index: 20000;
	top: 1197px;
	right: 28px;
	display:block;
	text-indent:-99999px;
}

.mainContents .box .titleB {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom:5px;
	margin-bottom:8px;
}


.red{
	color:#DD0000;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

.red2{
	color:#DD0000;
	font-size:16px;
	font-weight:bold;
	text-align:left;

}

/* ##### カートボタン ##### */
.cartjs_cart_in input {
	background-color: #dd3333;
	border: 1px solid #dd3333;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.cartjs_cart_in input:hover {
	cursor: pointer;
	background-color: #fff;
	color: #dd3333;
	-webkit-transition-property: all;
	-webkit-transition: 0.3s linear;
	transition-property: all;
	transition: 0.3s linear;
}
/* ##### カートボタンここまで ##### */


/* ##### 店舗イベント ##### */
.event {
	width: 730px;
	border-collapse: collapse;
	border: solid 2px orange;/*表全体を線で囲う*/
	background:url(2image/event/bnr_event_atbk.jpg);
  }
.event th {
	text-align: center;
	background-color: orange;
	padding: 5px 10px;
  }
.event td {
	border: dashed 1px orange;/*破線 1px オレンジ*/
	padding: 5px 10px;
  }
.event td a {
	color: #d30000;
	  }
.event td a:hover {
	color: #FFCC00;
	  }
/* ##### 店舗イベントここまで ##### */
