@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;
}
ol,ul {list-style:none;}
li {  
    display: inline-block;  
    *display: inline;  
    *zoom: 1;  
} 
img{max-width: 100%;}
a img {border-style:none;//IE8}
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;
	text-decoration:none;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	outline:none;
	color:#BB2F22;}
a:link {color:#8CFFE6;}
a:visited {color:#B32C1F;}
a:focus{outline:0}
a:hover {
    filter: alpha(Opacity=50);
    opacity: 0.5;
}
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;}
.tac{text-align: center;}
.ml_05 {margin-left: -0.5em;}
.ml_03 {margin-left: -0.3em;}
.hoverOp:hover{
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.opcity{
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.caption{
	font-size: 12px;
	line-height: 1.6;
}


body {
	background-color:#EDEAEA;
	background-attachment: fixed;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 16px;
	letter-spacing: 0.07em;
	line-height: 2em;
	color:#3E3A39;
}
#wrapper {
	width: 850px;
	margin: 0 auto;
	padding-bottom: 120px;
	padding-left: 50px;
	padding-right: 50px;
}

h1.header {
	width:850px;
	margin-top: 50px;
	margin-bottom: 70px;
}

.info {
	background-color:#FFFFFF;
	width:850px;
	padding-top: 40px;
	margin-top:95px;
	margin-bottom:80px;
}

.info_text {
	width:385px;
	margin-left:50px;
	margin-bottom:40px;
	float:left;
}

.info_btn {
	width:450px;
	margin-left: 480px;
}

.link {
	width:850px;
	margin-top:130px;
	text-align: center;
}

.link a {
	display: inline-block;
	margin-left: 28px;
}
.link .ml0 {
	margin-left: 0;
}
.link > img {
	margin-bottom: 40px;
}

.link_left {
	float:left;
	width:410px;
	margin-right:30px;
}
	
.footer{
	clear: both;
	background-color: #FFFFFF;
	padding-top: 80px;
	padding-bottom: 100px;
	}

.footer table{
	width: 1000px;
	margin: 0 auto;
}

.footertext a{
	color: #000000;
	font-size: 12px;
}
/*ColorBox Custum*/
#cboxPrevious {
  right: 50px;
}

#cboxNext {
  right: -5px;
}
#cboxCurrent {
  font-size: 10px;
  bottom: -36px;
}


/* ----------------------------
 * For SlideShow
 * ---------------------------- */
div#slide {
	margin: 20px 0 80px 0;
	position: relative;
}

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


#slideImg {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.btnArea {
	display: inline-block;
	height: 35px;
	z-index: 9999;
	width: 850px;
	text-align: center;
	margin-top: 46px;
}
#prevBtn {
	float: left;
}
#nextBtn {
	float: right;
}
