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

/* Base
 * --------------------------------------------- */
body{
	font-size:10px;
	color:f000;
	font-family: Meiryo, メイリオ, Verdana, Arial, Helvetica, sans-serif, MS UI Gothic;
	background-color: #FFFFFF;
}

a:link ,a:visited {
	color:#666666;
	text-decoration:none;
}

a img { border: none; }
.no-border {
  border:none;
  outline:none;
}

a:hover img { filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; }
a:link:hover,
a:visited:hover { color:#339999; }


/* tate_banner
縦バナー 画像とリンクはindex.htmlで指定
 * --------------------------------------------- */
#tate_banner{
	position:relative;
	width:100%;
	}


/* header-wrap
上部メニュー周り配置のみ指定。詳細はheader1.htmlで修正
 * --------------------------------------------- */
#header-wrap {
    width: 100%;
    margin:0 0 -165px 0;
    position:absolute;
    z-index:100;
    top:0;
}
#header-wrap iframe{
    width: 100%;
	height: 385px;
	margin-bottom: -105px;
}

#wrap2 {
  background:#fff;
  width: 100%;
  padding: 0;
}

iframe.iframeHeader1 {
	height: 600px;
	width: 980px;
}

iframe.iframeHeader2 { height:110px; } 

iframe.iframeHeader1,iframe.iframeHeader2 { width:100%; clear:both; }

/* ranking
トップページ配置のみ指定。詳細の指定はranking.htmlで指定する。
 * --------------------------------------------- */
#ranking {
	width: 530px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 150px;
	margin-left: 20px;
	padding: 0px;
	height: 600px;
}

#ranking h2 {
	width: 530px;
	height: 45px;
	text-indent: -999em;
	margin: 0 0 5px 0;
	background-size:100%;
	background-image: url(../img/header_item/ranking.jpg);
	background-repeat: no-repeat;
}

iframe.iframerank {
	width: 540px;
	height: 650px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -5px;
}


/* 左右真ん中の大枠
 * --------------------------------------------- */
#main{
	width: 950px;
	margin: 0 auto;
	padding-left:20px;
	display: block;
}

#left{
	width: 180px!important;
	float: left;
}

#right{
	width: 200px;
	height: auto;
	display: block;
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#center{
	width: 550px;
	height: auto;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}


/* center slide
 * --------------------------------------------- */
#kv {
	width: 530px;
	height: 365px;
	position: relative;
	z-index: 100;
	/position:inherit;
	/z-index:1;
	margin-top: 10px;
	margin-right: auto;
	margin-left: 20px;
	font-size:9px;
}

#kv .imgWrap{
	width: 530px;
	height: 290px;
	overflow: hidden;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}
#kv .images {
	width: 705px; 
	height: 435px; 
	margin-bottom: 3px;
	overflow: hidden;
}
#kv .images a {
	width: 705px; 
	height: 327px; 
	display: block;
	float: left;
}

#kv .images img {
	width:530px;
    height:290px;
}


#kv .thmWrap {
	width: 530px;
	height: 65px;
	border-top: 1px solid #ffffff;
	background-color: #f9f9f9;
	z-index: 1;
}

#kv .thmWrap .caroufredsel_wrapper{
	width: 520px !important;
	height: 65px !important;
	margin: 0px;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: 0px;
	overflow: hidden;
}
#kv .thumbs {
	height: 65px;
	padding: 7px 0 5px 0;
	overflow: hidden;
}
#kv .thumbs li {
	display:block;
 background:#FFF;
	float:left;
	cursor: pointer;
	margin: 0 8px 0 7px;
	width: 206px;
	height: 48px;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	opacity: 0.3;
}
#kv .thumbs li {
	opacity: 0.5;
}
#kv .thumbs li.active,
#kv .thumbs li:hover {
	opacity: 1;
}
#kv .thumbs li strong {
	display: inline-block;
	overflow: hidden;
 float:left;
 width:66px;
	height: 40px;
 margin:4px 0 0 4px;
 background:#999999;
}
#kv .thumbs li strong img {
	display: block;
	width: 66px;
 vertical-align:bottom;
 font-size:0;
 line-height:0;
}
#kv .thumbs li span {
	display: inline-block;
	width: 125px;
	margin: 11px 0 0 9px;
 line-height:1.25;
}

#kv .prev,
#kv .next {
	width: 9px;
	height: 59px;
	display: block;
	text-indent: -999em;
	position: absolute;
	top: 296px;
	background-image: url(../img/header_item/slide_arrow1.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#kv .prev {
	left: 0px;
}
#kv .next {
	right: -2px;
	background-image: url(../img/header_item/slide_arrow2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.slideGuide {}
.slideCell {	display:block;	float:left;	margin:0 20px 0 0; padding:3px 0 0 0;	width:130px;	height:153px; border:1px solid #dddddd; overflow:hidden; text-align:center; line-height:1; }
.slideCell a { display:block; }
.slideCell a strong { font-weight:normal; display:block; padding:9px 0 0 0; }
.slideCtrl {	position:absolute;	width:19px;	height:158px;	font-size:0; line-height:0;	cursor:default; /z-index:9999; }
.slideCtrl.left { background:url(../img/newHeader_pickup_arrow1.gif) no-repeat; left:0; }
.slideCtrl.right { background:url(../img/newHeader_pickup_arrow2.gif) no-repeat; right:0; }


/* What's new　＊ヤフー・ポンパレ用　楽天は下記使用
 * --------------------------------------------- */
#new {
	width: 530px;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}

#new h2 {
	text-indent: -999em;
	width: 705px;
	height: 45px;
	background-image: url(../img/header_item/new.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#new .info {
 padding:25px 15px 10px;
}

#new .info li {
 clear:both;
 display:block;
 padding:0 0 10px 0;
 font-size:11px;
 height:10px;
}

#new .info li strong,
#new .info li span,
#new .info li p { float:left; display:inline-block; }

#new .info li span { width:7.5em; font-weight:bold; }

#new .info li strong { font-weight:normal; color:#FFF; text-align:center; width:4em; line-height:1; padding:3px 0 1px 0;font-size:10px;}
#new .info li.event strong { background:#e66060; }
#new .info li.newitem strong { background:#99cccc; }

#new .info li p { padding:0 0 0 10px; }

#new .item {}
#new .wrap {
	background: url(../img/news_title_2.gif) no-repeat;
	width: 525px;
	height: 160px;
	overflow: hidden;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	padding-top: 17px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}
#new .slide {
	height: 160px;
}
#new .slide li {
	float: left;
	cursor: pointer;
	margin: 0 12px 0 0;
	width: 160px;
	height: 160px;
}
#new .slide li a {
	display: block;
	width: 160px;
	height: 160px;
}
#new .slide li img {
	width: 100%;
}
#new .item .prev, #new .item .next {
	width: 9px;
	height: 160px;
	display: block;
	text-indent: -999em;
	position: absolute;
	top: 18px;
	background-image: url(../img/header_item/slide_arrow1.gif);
	background-repeat: no-repeat;
}
#new .item .prev {
	left: 0px;
}
#new .item .next {
	right: -1px;
	background-image: url(../img/header_item/slide_arrow2.gif);
	background-repeat: no-repeat;
}

#new p { padding:25px 0 0 0; text-align:right; line-height:1.1; }

#new p.arrow a { background: url(../img/arrow_1.gif) no-repeat 0 0; padding: 0 0 0 0.8em; } 

.newPickup { width:930px; }
.newPickup h2 { font-size:0; line-height:0; margin:0 0 10px 0; }
.newPickup dl.attention { border:1px solid #dddddd; padding:15px 0; }
.newPickup dl.attention dt { font-size:0; line-height:0; width:150px; padding:15px 0 0 0; text-align:center; float:left; }
.newPickup dl.attention dd { line-height:1.5; margin:0 0 0 150px; padding:0 15px 0 15px; border-left:1px solid #dddddd; }
.newPickup dl.attention dd strong { font-size:12px; line-height:1; display:block; margin:0 0 5px 0; }
.slideFrame {	position:relative;	overflow:hidden;	overflow-x:auto; width:930px;	height:158px; margin:0 0 20px 0; }

/* What's new　楽天用（ドリームバンク自動仕様）
 * --------------------------------------------- */
#new2 {
	width: 530px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 20px;
	padding: 0px;
	height: 780px;
}

#new2 h2 {
	width: 530px;
	height: 45px;
	text-indent: -999em;
	margin: 0 0 5px 0;
	background-size:100%;
	background-image: url(../img/header_item/new.jpg);
	background-repeat: no-repeat;
}

iframe.iframenew {
	width: 540px;
	height: 700px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -5px;
}


/* longbanner
 * --------------------------------------------- */
#longbanner {
	width: 530px;
	clear: both;
	margin-top: 0;
	margin-bottom:0px;
	margin-left: 15px;
}

#longbanner img{
	width: 530px;
}

#longbanner h2 {
	width: 530px;
	height: 45px;
	text-indent: -999em;
	margin: 0 0 5px 0;
	background-size:100%;
	background-image: url(../img/header_item/featured.jpg);
	background-repeat: no-repeat;
}

/* shortbanner
 * --------------------------------------------- */
#shortbanner {
	width: 535px;
	position: relative;
	overflow: hidden;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#shortbanner li { width: 262px; list-style:none; margin-left: -15px; padding:0 0 5px 20px; float:left; }
#shortbanner li img { width: 262px; }


/* itembanner
 * --------------------------------------------- */
#itembanner {
	width: 535px;
	position: relative;
	overflow: hidden;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align:center;
}

#itembanner li { width: 128px;height:168px;list-style:none; margin-left: -15px; padding:0 0 5px 20px; float:left; }
#itembanner li img { width: 126px;margin-bottom: 5px; }

#itembanner li .name{font-size:9px;color:#000;}
#itembanner li .price{font-size:11px;color:#FF0000;font-weight:bold;margin-top:3px;}

/* reservebanner
 * --------------------------------------------- */
#reservebanner {
	width: 535px;
	margin-bottom: 10px;
	margin-left: 15px;
	text-align:center;
}

#reservebanner li { width: 185px;height:220px;list-style:none; margin-left: -7px; float:left; margin-bottom: 5px; }
#reservebanner li img { width: 174px;margin-bottom: 5px; }

#reservebanner li .name{font-size:10px;color:#000;}
#reservebanner li .price{font-size:12px;color:#FF0000;font-weight:bold;margin-top:3px;}

#reservebanner h2 {
	width: 530px;
	height: 45px;
	text-indent: -999em;
	margin: 0 0 5px 0;
	background-size: 100%;
	background-image: url(../img/header_item/featured.jpg);
	background-repeat: no-repeat;
}


@media only screen and (max-width:990px) { iframe.iframeFooter1 { height:1050px; } }

td.b1 img{width:457px; height:84px;}
td.b2 img{width:222px; height:84px;}
td.b3 img{width:560px; height:280px;}
