/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
	min-height:700px;
	min-width:466px
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 9px;
	width:68px;
	height:68px;
	top:50%;
	margin-top: -34px;
	background: url(pc/prev.gif) no-repeat;
}

.bx-wrapper .bx-next {
	right: 9px;
	width:68px;
	height:68px;
	top:50%;
	margin-top:-34px;
	background: url(pc/next.gif) no-repeat;
}




.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 68px;
	height: 68px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(pc/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}










html {
	overflow: auto;
}



body {
	min-width: 1000px;
	overflow-x: hidden;
    color: #333333;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    font-family: "ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Sans-Serif;
    line-height: 1.8;
    margin: 0 auto;
    padding: 0;
}




* {
    font-weight: normal;
}

a {
	text-decoration:none;
}

.f15 {
	font-size:15px;
}

img   { border:none;}


.mt30 {margin-top: 30px;}

.mt40 {margin-top: 40px;}

.mt50 {margin-top: 50px;}

.mt60 {margin-top: 60px;}


.mb30 {margin-bottom: 30px;}

.mb40 {margin-bottom: 40px;}

.mb50 {margin-bottom: 50px;}

.mb60 {margin-bottom: 60px;}




.clearfix {
	zoom:1;
}

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


.hm {
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho";
}

.hg {
	font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro";
}



#contents {
	/* [disabled]width: 1000px; */
	margin: 0 auto;
	text-align:center;
}



#lineup_btn {
    z-index: 10000;
    right: 25px;
    bottom: 218px;
    position: fixed;
}


#cart_btn {
    z-index: 10000;
    right: 25px;
    bottom: 129px;
    position: fixed;
}


#net_btn {
    z-index: 10000;
    right: 25px;
    bottom: 40px;
    position: fixed;
}



#top_area {
	position: relative;
	top:0px;
	height:703px;

}



#top_area .off {
	width: 272px;
	height: 272px;
	top: 32px;
	left: 3%;
	position:absolute;
	z-index:999;
}


#top_area .fade_img {
	width:3000px;
	position: absolute;
  left: 50%;
	margin-left: -1500px;
}


.cap {
	font-size: 18px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
	line-height: 40px;
	width: 865px;
	letter-spacing:1px;	
}

.cap .head {
	font-size: 26px;
	line-height: 40px;
	letter-spacing:4px;		
}



#notice {
	width: 100%;
	padding: 45px 0 55px 0;
	background-image: url(pc/bg.gif);
	margin-top: 0;
	margin-right: -500%;
	margin-left: -500%;
	margin-bottom: 100px;
	padding: 0 500%;	
}




#notice .txt {
	width: 560px;
	margin: 0 auto;
	padding: 45px 0 55px 0;
	color: #cc0000;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 38px;
}

#notice .txt .oyomi {
	font-size:24px;
	line-height:20px;
	letter-spacing:6px;
}


#menucon {
	
	width:100%;
	text-align:center
	
}




#menu {
	min-width: 1100px;
	max-width: 1600px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 180px;
}




#menu img {
	margin: -3px -2px;
}




	
	
	
	


.caption {
	top: 118px;
	left: 10%;
	width: 339px;
	height: 464px;
	padding: 0 20px 0 20px;
	font-size: 15px;
	background-color: #7f7f7f;
	color: #d2d2d2;
	display: table;
	z-index: 500;
	text-align: left;
	position:absolute;
	opacity:0.97;
}


.caption .txt{
		
	padding:0 20px;}



.itemlist {
	width: 1000px;
	margin: 50px auto 160px auto;
	min-height: 175px;
	display: block;
	text-align: center;
	padding-right:20px;
	font-size:13px;
}

.itemlist a {
	display: inline-block;
	position: relative;
	margin:0 25px 25px 0;
	width:170px;
	color:#333;
	word-wrap:normal;
	vertical-align:top;
}

.itemlist img {
	width:170px;
	height:170px;
	padding:0;
	border:0;
	position:relative;
	margin-bottom:5px;
}

.so {
    font-size: 11px;
    color: #cc0000;
    line-height: 30px;
}

#keyword {
	width: 1000px;
	text-align: center;
	margin-top: 250px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 150px;
	font-size: 20px;
	font-weight: bold;
}


#line {
	width: 100%;
	border-top:#666 1px solid;
	margin-right: -500%;
	margin-left: -500%;
	padding-right: 500%;
	padding-left: 500%;
}



#footer {
	width: 900px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	font-size: 13px;
}

