@charset "utf-8";

.mainPhoto {
	background-image: url(img/photo_main_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	border-bottom: 6px solid #cccccc;
	background-position: center top;
}
body {
    background-color:#F0F0F0;
}
.banner {
	width: 220px;
	float: left;
}

.mainSection {
	width: 720px;
	float: right;
	
}
.mainSection-bnr {
	display: block;
	margin-bottom: 10px;
}
.mainSection-bnrImage {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.content {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 32px;
}

.subSection {
	width: 720px;
	overflow: hidden;
	margin-top:30px;

}

#news{
	width: 343px;
	float: left;
}

#commodity{
	width: 343px;
	float: right;
}


.subtitle {
	margin-bottom:5px
}

/* ----- banner ----- */
.topBanner {
	text-align:center;
}
.topBanner li {
	margin-top:15px;
}
.bnrInsta {
	margin: 0 0 30px 0;
}
.bnrInsta-link {
	display: block;
	transition: opacity 0.2s ease;
}
.bnrInsta-link:hover {
	opacity: 0.7;
}
.bnrInsta-link img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* ----- #inlineframe ----- */
#inlineframe {
	font-size: 13px;
	line-height: 1.4;
	width: 343px;
	border: solid 1px #cccccc;
	background-color:#FFFFFF;
	max-height:118px;
	padding: 17px 17px 12px 17px;
	overflow:auto;
	overflow-y:scroll; overflow-x:hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#inlineframe  dt {	
	width: 80px;
	float:left;
}
#inlineframe  dd {
	margin-left: 90px;
	margin-bottom: 10px;
	color: #FF7F26;
}


/* ----- #inlineframe リンク ----- */

#inlineframe  dd a {
	color: #FF8126;
}
#inlineframe  dd a:hover {
	text-decoration:underline;
	}
.btnIdea {
	width: 340px;
	margin-top: 30px;
	display: block;
}


/* --- commodity --- */
.commodityArea {
	width: 343px;
	position: relative;
	
}

.commodityItem {
	background-color: #FFFFFF;
	width: 299px;
	min-height: 104px;
	margin: 0;
	padding: 10px 0 6px 0;
	display:block;
	overflow: hidden;
}

.commodityItem li {
	display:block;
	float:left;
	width: 50%;
	text-align: center;
}
.commodityItem li .pickupPhoto {
	height: 100%;
	height: 106px;
	position: relative;
	overflow: hidden;
	display: block;
}
.commodityItem li .pickupPhoto img {
	width: auto;
	height: 106px;
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	margin: auto;
}

.commodityItem li .pickupItemName {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	margin-top: 4px;
}
.commodityItem li a:hover .pickupItemName {
	color: #999;
}

.commodityEmpty {
	font-size: 12px;
	color: #666;
	background-color: #FFFFFF;
	width: 343px;
	height: 120px;
	line-height: 120px;	
}

.bx-controls-direction a {
	position: absolute;
	background-color: #FFDFC8;
	width: 22px;
	display:block;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.bx-viewport {
	height: auto !important;
}
.bx-controls-direction a:hover {
	opacity: 0.7;
}

.bx-controls-direction .bx-prev {
	border-radius: 3px 0 0 3px;
	left: 0;
	top: 0;
	bottom: 0;
	background-image: url(img/btn_prev.png);
}

.bx-controls-direction .bx-next {
	border-radius: 0 3px 3px 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(img/btn_next.png);
}


#footer {
	border-top: 0px;
}

.bg-campaign {
	background-image: url(img/bg_campaign.png);
	width: 720px;
	background-repeat: no-repeat;
	height: 340px;
}
.btn-campaign {
	margin-top: 1px;
	margin-left: 15px;
	display: block;
}

.btn-rakuten,.btn-yahoo {
	float: left
}
.btn-rakuten {
	margin-right: 15px;
}
.btn-wrap {
	margin-left: 14px;
	margin-top: 13px;
}

a:hover img.hover {
	opacity: 1.0;
}
