@charset "utf-8";
/* CSS Document */


/* -------------------------------------------------------------------- 
/*  13.06.04 slide
-------------------------------------------------------------------- */

#boutiqueWrapper {
	width:100%;
	min-width:950px;
	height:330px;
	overflow:hidden;
	position:relative;
	/*background:url(../img/bg_top_slide01.png) no-repeat;
	background-position:center top;*/
}
#boutiquDiv {
	position:relative;
	width:950px;
	height:316px;
	overflow:visible;
	margin:7px auto;
}
#boutique {
	position:absolute;
	height:316px;
	top:0;
	left:-885px;
}
#boutique li{
	border: 0;
	z-index: 200;
}
#boutique li img{
	/* cursor:pointer !important; */
}
#boutique .front,
#boutique .behind,
#boutique .back{
	margin-top: 0;
}
#boutique .front img,
#boutique .behind img,
#boutique .back img{
	margin: 0;
}
#boutique h6,
#boutique .front h6,
#boutique .behind h6,
#boutique .back h6{
	color: white;
	font-size: 30px;
	text-align: center;
}
#boutique span,
#boutique .front span,
#boutique .behind span,
#boutique .back span{
	background: none;
	padding: 0 0 10px;
	text-shadow: 0 0 10px #333;
}


/* nav */
#boutiqueNavPrev {
	width:10px;
	height:40px;
	position:absolute;
	top:138px;
	left:140px;
	z-index: 100;
	cursor:pointer;
}

#boutiqueNavNext {
	width:10px;
	height:40px;
	position:absolute;
	top:138px;
	left:800px;
	z-index: 100;
	cursor:pointer;
}


#bullets{
	margin-bottom:14px;
	text-align: center;
	position: relative;
}
.bullet{
	margin: 0 5px;
	width: 34px;
	height: 8px;
	display: inline-block;
	overflow: hidden;
	background: transparent url(../img/slide_page01.gif) no-repeat left top;
	cursor:pointer;
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
	*display: inline;
	*zoom: 1;
}
.bullet.active{
	background: transparent url(../img/slide_page_current01.gif) no-repeat left top;
}


/* -------------------------------------------------------------------- 
/*  #main
-------------------------------------------------------------------- */

#main {
	width:738px;
	float:left;
	line-height:1.5;
}
.pickupBox {
	width:738px;
	background:url(../img/main_bg_pickupBorder02.gif) repeat-y;
	margin-bottom:8px;
}
.pickupBox .innerBox01 {
	background:url(../img/main_bg_pickup01.gif) no-repeat center top;
	width:702px;
	padding:10px 19px 0px 17px;
}
.innerBox01:after {
	content: "";
	display: block; 
	clear: both; 
}
.syohinBox01 {
	width: 215px;
	float: left;
	overflow: hidden;
	margin-right: 29px;
}
.syohinBox02 {
	width: 215px;
	float: left;
	overflow: hidden;
	margin-right: 26px;
}
.syohinBox03 {
	width:215px;
	float:left;
	overflow:hidden;
}
.pickupBox h3 {
	color: #FA0000;
	margin: 10px 0;
	font-weight: bold;
	text-decoration: none;
}

.pickupBox .bl-hover a {
	color:#FA5A00;
	text-decoration:underline;
}

.pickupBox .bl-hover img ,
.pickupBox .pickup_btn:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

.pickupBox .pickup_btn{
	text-align:center;
	margin:10px auto;
	}
	

p.syouhinLead {
	font-size:93%;
}
.infoBox {
	position:relative;
	width: 738px;
	background: url(../img/main_bg_newBorder01.gif) repeat-y;
	margin-bottom: 8px;
	font-size: 93%;
}

.infoBox #moreInfo {
	position:absolute;
	top:15px;
	right:15px;
}

.infoBox .innerBox01 {
	width:702px;
	padding:10px 19px 0 17px;
}
.infoBox .innerBox02 {
	width:702px;
	padding:10px 19px 12px 17px;
}
.infoBox dt {
	float:left;
	clear:left;
	width:6em;
	padding:8px 1em 8px 0;
	color:#FA0000;
}
.infoBox dd {
	padding:8px 0 8px 7em;
	border-top:solid 1px #e5e0dd;
}

.innerBox02:after {
	content: "";
	display: block; 
	clear: both; 
}
.infoBox .imgMs01 {
	float:left;
}
.infoBox .imgMs02 {
	float:right;
}

a.tvcm:hover img {
    opacity: 0.7;
}




/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}
