@charset "UTF-8";
/* CSS Document */

@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 {
	text-decoration:none;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	outline:none;
	color:#004CFF;
}
a:link{color:#004CFF;}
a:hover{color:#097BB0;}
a:visited{color:#9C7C52;}
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;}
.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               */
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;
	}


/*               リンク               */
	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{/*リンクされた文字*/
    color:#BB2F22;
    text-decoration:none;
}
a:link {/*未訪問のリンク*/
    color:#8CFFE6;
    text-decoration:none; ;
}
a:visited {/*訪問後のリンク*/
    color:#B32C1F;
    text-decoration:none;
}




/*               wrapper               */
#wrapper {
	width: 850px;
	margin: 0 auto;
	padding-bottom: 120px;
	padding-left: 50px;
	padding-right: 50px;
}


/*               ヘッダー               */
.header {
	width:850px;
	margin-top:30px;
	margin-bottom:50px;
}

.header_left {
	width: 500px;
	text-align: left;
	float:left;
}


/*               maintext               */
.maintext {
	margin-top: 40px;
	margin-bottom: 90px;
}


/*               lineup               */
.lineup {
	width: 850px;
	padding-top: 40px;
	border-top:solid #3E3A39 1px;
	margin-bottom: 120px;
}
.lineup_midashi {
	margin-bottom: 40px;
}
.lineup_ph {
	margin-bottom: 30px;
}



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

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

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

/*               link               */
.link {
	width:850px;
	margin-top:30px;
}

.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;
}