@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	background-color: #fff;
}

.body {top: 0px; height: 100%; min-width:1000px;}



/* slide */



.btns h3{
	position: absolute;
	left: 50%;
	top:230px;
	margin:0 0 0 10px;
	z-index:2000;
}

#detail-btn {
	width:960px;
	height:360px;
	margin-right: auto;
	margin-left: auto;
}

#detail-btn .slide {
	width:auto;
	min-width:0;
	height:360px;
	margin:0 0 10px;
	background:transparent no-repeat -330px 0;
}

.navio #detail-btn {
	height:360px;
}

.navio #detail-btn .slide {
	position:absolute;
	margin:0;
	z-index:0;
	background:none !important;
}

/* 615px　最大の画像の高さ */

#move {
	width:100%;
	min-height:615px;
	margin:0 0 -615px;
	display:none;
}

*html #move {
	height:615px;
}

.navio #move {
	display:block;
}



#move .slide {
	position:absolute;
	width:100%;
	min-width:960px;
	height:615px;
	margin:0;
	background:transparent no-repeat 50% 0;
	z-index:-100 !important;
}


#control-btn {
	position:absolute;
	width:960px;
	z-index:145;
	display:block;
	top: 515px;
}

#control-btn ul {
	width:960px;
	overflow: hidden;
	margin: 0 15px 0 auto;
}

#control-btn li {
	list-style:none;
}

#control-btn #prev{
	float:left;
	height: 40px;
	width: 40px;
	margin-left: 10px;
}

#control-btn #next{
	float:right;
	height: 40px;
	width: 40px;
	margin-right: 10px;
}

