@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:#F8C9B8;
}
a:link{color:#F8C9B8;}
a:hover{color:#AA715F;}
a:visited{color:#F8C9B8;}
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: 900px;
	margin: 0 auto;
	padding-bottom: 120px;
	padding-left: 50px;
	padding-right: 50px;
}

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

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


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


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


/*               info               */
.info {
	width:900px;
	height: 508px;
	padding-top: 40px;
	border-top:solid #3E3A39 1px;

	margin-bottom:120px;
}

.info_map {
	width:450px;
	float:left;
}

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



/*               フッター               */
.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;
}

/* 0326 予告を少し変更  */
#imgList {
	width: 900px;
	margin: 0 auto;
}

#imgList >div {
	width: 800px;
	margin: 0 auto;
}
#imgList img {
	padding: 15px 0;
}

#lineup2nd {
	width: 900px;
	margin : 110px auto 220px auto;
}
#lineup2nd .fl {
	font-size: 19px;
	letter-spacing: 0.5px;
	line-height: 33px;
}

.backTextlive {
	text-align: center;
	display: block;
	padding-bottom: 35px;
}

/*ColorBox Custum*/
#cboxPrevious {
  right: 50px;
}

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