@charset "utf-8";
html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
* {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,th,td,img{margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
ol,ul {list-style:none;}
li {display: inline-block; *display: inline; *zoom: 1;} 
a img {border-style:none;//IE8}
img{max-width: 100%;}
a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}

a {
	text-decoration:none;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	outline:none;
	color:#0064FF;
}
a:link{color:#0064FF;}
a:visited{color:#0064FF;}
a:hover{color:#FFA0A0;}
a:focus{outline:0}
a:hover,a.selected,a:link{text-decoration:none;}
a,img{vertical-align:top}
.clrfx:before, .clrfx:after {content: " ";display: table;}
.clrfx:after {clear: both;}
.clrfx {*zoom: 1;}
.fl {float: left;}
.fr {float: right;}
.dn{display: none;}
.fixed{position: fixed;}
.tac{text-align: center;}
.vh{visibility: hidden;}
.ml_05 {margin-left: -0.5em;}
.hoverOp:hover{
	filter: alpha(opacity=60);
	opacity: 0.6;
}

/* Common
 * --------------------------------------------------------*/
body {
	background-color: #000;
	color:#fff;
	letter-spacing: 0.5px;
	font-size:18px;
	line-height: 29px;
	font-family: "秀英丸ゴシック B", "Shuei MaruGo B","ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* wrapper */
#wrapper {
  	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

#header {
	padding-bottom: 150px;
}

/* sliderArea -------- */
#sliderArea {
	position: relative;
}
.pageHolder {
	position: relative;
	height: 820px;
	overflow: hidden;
	margin: 0 auto;
}
.page {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 750px;
	z-index: 888;
	cursor: pointer;
}
.page img {
	user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag:none;
	-khtml-user-drag:none;
}
.btn_arrow{
	width: 120px;
	position: absolute;
	z-index: 900;
	top: 42%;
	cursor: pointer;
}
.prev{left:34px;}
.next{right:34px;}
.slide_prev,.slide_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 999;
	cursor: pointer;
	/*background: #000;*/
	 width: 55px;
	 height: 750px;
	 opacity: 0.5;
}
.slide_prev {left: 0px;}
.slide_next{right: 0px;}
.first {
	z-index: 999;
	bottom:100px;
	position: absolute;
	bottom: 36px;
	width: 143px;
	left: 43%;
	cursor: pointer;
}	

/* info_rensai -------- */
#info_rensai {
	margin: 115px auto 150px auto;
	width: 750px;
}
#info_rensai h2 {
	margin-bottom: 50px;
}



/* info_tobichi -------- */
#info_tobichi {
	margin: 0 auto;
	width: 765px;
	text-align: left;
}
#info_tobichi h2 {
	margin-bottom: 50px;
}
#info_tobichi .photo {
	margin-bottom: 50px;
}
#info_tobichi .photo img{
	width: 480px;
	border: 1px solid #727171;
}

#info_tobichi .photo2 {
	width: 174px;
}
#info_tobichi .txt{
	width: 370px;
	margin-top: -4px;
	margin-left: 30px;
	text-align: left;
	font-size:15px;
	font-family: "秀英丸ゴシック L", "Shuei MaruGo L","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* footer -------- */
#footer{
	margin-top: 300px;
	background-size: cover;
	background: url(../images/back.png) 50% 0;
}
.ftInner {
	margin: 0 auto;
	text-align:center;
	padding-top: 100px;
	padding-bottom: 5px;
	width: 900px;
}

#footer ul {
	margin-top: 20px;
}

#footer li {
	padding: 0 25px;
}

#footer li img {
	vertical-align: middle;
}

#footer .fbBtn {
	vertical-align: bottom;
	margin: 0 -20px 12px -15px;
}

.copyright {
	margin: 70px 0 40px 0;
}


