@charset "utf-8";
@import "/css/common/0-import.css";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main {
	padding: 42px 30px 0 30px;
}

#main .topBox {
	margin: 0 0 21px 0;
}

#main .topBox .lBox {
	width: 560px;
	float: left;
}

#main .topBox .lBox h2 {
	margin-bottom: 4px;
}

#main .topBox .lBox p {
	margin: 0 0 0 3px;
}

#main .bigBox .BoxL {
	width: 540px;
	float: left;
}

#main .bigBox .BoxR {
	width: 261px;
	float: right;
}

#main .bigBox .BoxL .innerBox {
	padding: 10px 0 8px 9px;
	border: 1px solid #360200;
}

#main .bigBox .BoxL .innerBox ul.change {
	margin: 0 0 9px;
}

#main .bigBox .BoxL .innerBox ul.change li {
	margin-right: 1px;
	float: left;
}

#main .bigBox .BoxL .innerBox ul.change li.mr12 {
	margin-right: 11px;
}

#main .bigBox .BoxL .innerBox ul.change li.mr10 {
	margin-right: 10px;
}

#main .bigBox .BoxL .innerBox #photo {
	clear: both;
}

#main .bigBox .BoxL .innerBox01 {
	padding: 4px 9px 19px 20px;
	border: 1px solid #360200;
	border-top: none;
}

#main .bigBox .BoxL .innerBox01 .LBox {
	padding-top: 13px;
	float: left;
	width: 299px;
}

#main .bigBox .BoxL .innerBox01 h3 {
	font-size: 12px;
}

#main .bigBox .BoxL .innerBox01 p.right {
	font-weight: bold;
	text-align: right;
	color: #c9740f;
}

#main .bg {
	padding: 13px 0 20px 20px;
	background: #5e231d;
	clear: both;
}

#main .bg ul.ul01 li {
	margin-right: 20px;
	float: left;
}

#main ul.ul02 li {
	margin-right: 20px;
	float: left;
}

#main .lastbox {
	clear: both;
	position: relative;
	height: 541px;
}

#main .lastbox h4 {
	font-size: 12px;
}

#main .lastbox h4.h401 {
	position: absolute;
	left: 77px;
	top: 350px;
}

#main .lastbox h4.h402 {
	position: absolute;
	left: 77px;
	top: 424px;
}

#main .lastbox p.p01 {
	position: absolute;
	left: 49px;
	top: 380px;
}

#main .lastbox p.p02 {
	position: absolute;
	left: 49px;
	top: 454px;
}

#main .lastbox p.p03 {
	position: absolute;
	left: 483px;
	top: 151px;
	width: 272px;
}

#main .lastbox p.p03 span.blod {
	font-weight: bold;
}

#main .lastbox p.p03 span.spec {
	padding-left: 65px;
}

#main .lastbox p.link {
	position: absolute;
	left: 671px;
	top: 196px;
}

#main .pageTop {
	margin: 50px 0 0 0;
	padding-bottom: 15px;
}
/*-------------------------js.css-----------------------------*/
.specBox {
	margin-bottom: 20px;
	padding: 10px 10px 8px 9px;
	width: 519px;
	border: 1px solid #360200;
}

.slider-wrap {
	position: relative;
	height: 400px;
}

.stripViewer { 
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 520px; 
	height: 348px;
	clear: both;
	background: #fff;
	top: 52px;
}
		
.stripViewer .panelContainer { 
	position: relative;
	left: 0; 
	top: 0;
	width: 100%;
	list-style-type: none;
}
		
.stripViewer .panelContainer .panel { 
	float:left;
	position: relative;
	height: 100%;
	width: 520px;
}
		
.stripViewer .panelContainer .panel .wrapper {
	height: 100%; 
}
		
.stripNav { 
}
		
.stripNav ul {
	list-style: none;
}
		
.stripNav ul li {
	position: absolute;
	float: left;
	text-indent: -9999px; 
}
		
.stripNav ul li a {
	display: block;
	width: 64px;
	height: 42px;
}

.stripNav ul li.tab1 {
	background: url(/img/index/photo01.jpg) no-repeat left top;
}
		
.stripNav ul li.tab2 {
	left: 65px;
	background: url(/img/index/photo02.jpg) no-repeat left top;
}
		
.stripNav ul li.tab3 {
	left: 130px;
	background: url(/img/index/photo03.jpg) no-repeat left top;
}
		
.stripNav ul li.tab4 {
	left: 195px;
	background: url(/img/index/photo04.jpg) no-repeat left top;
}
		
.stripNav ul li.tab5 {
	left: 260px;
	background: url(/img/index/photo05.jpg) no-repeat left top;
}
		
.stripNav ul li.tab6 {
	left: 325px;
	background: url(/img/index/photo06.jpg) no-repeat left top;
}
		
.stripNav ul li.tab7 {
	left: 390px;
	background: url(/img/index/photo07.jpg) no-repeat left top;
}

.stripNavL, .stripNavR { 
	position: absolute;
	text-indent: -9000px;
}
		
.stripNavL a, .stripNavR a {
	display: block;
	height: 43px;
	width: 22px;
}
		
.stripNavL {
	left: 465px;
	top: 0;
}
		
.stripNavR {
	right: 0;
	top: 0;
}
		
.stripNavL {
	background: url(/img/index/pre.jpg) no-repeat center;
}
		
.stripNavR {
	background: url(/img/index/next.jpg) no-repeat center;
}

.stripNav ul li:hover,
.stripNavL:hover,
.stripNav:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

/*
.stripNav ul li a.current {
	background-color: #000;
}	*/

