@charset "UTF-8";

/*------------------------------
　メインイメージ
------------------------------*/
#mainImg {
	width: 100%;
	height: 398px;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

/*------------------------------
　スライドショー
------------------------------*/
.list_carousel {
	padding-top: 12px;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	width: 982px;
	height: 372px;
	padding: 0;
	display: block;
	float: left;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.clearfix {
	float: none;
	clear: both;
}


/*------------------------------
　ニューアイテム
------------------------------*/
#newItemBox {
}
#newItemBox .newItem {
	width: 128px;
/* 	height: 128px; */
	padding: 3px;
	background-image: url(../images/newitem_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	margin-left: 7px;
	margin-right: 7px;
}
#newItemBox .newItem p {
	margin-bottom: 5px;
	font-size: 12px;
	text-align: center;
}


/*------------------------------
　スタッフ イチオシ商品
------------------------------*/
#ichioshiItem {
}
#ichioshiItem .ichioshi {
	width: 170px;
	padding: 5px;
	background-color: #efefef;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
}
#ichioshiItem .ichioshi .ichioshiPht {
	text-align: center;
	margin-bottom: 7px;
}
#ichioshiItem .ichioshi dl {
}
#ichioshiItem .ichioshi dl dt {
	font-weight: bold;
	margin-bottom: 3px;
}
#ichioshiItem .ichioshi dl dd {
	font-size: 12px;
}


/*------------------------------
　お知らせ
------------------------------*/
#infoBox {
}
#infoBox table {
	border: none !important;
	margin-top: 0px !important;
}
#infoBox table th,
#infoBox table td {
	padding: 7px !important;
	border-bottom: 1px dotted #cccccc !important;
	vertical-align: top !important;
	background-color: #fff !important;
	border-right: none !important;
}
#infoBox table th {
	white-space: nowrap !important;
}
#infoBox table td dl {
}
#infoBox table td dl dt {
	margin-bottom: 7px;
}
#infoBox table td dl dd {
}