@charset "utf-8";
/* CSS Document */
/*======================================
	共通のスタイル
======================================*/
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.float-clear {
	clear: both;
}
.no-view{
	display: none;
}
/*------------------------------------------------------------------*/
/*   上に戻るボタンスタイル                                         */
/*------------------------------------------------------------------*/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url(../img/ui.totop.png) no-repeat left top;
	z-index: 5;
}

#toTopHover {
	background:url(../img/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}
/*======================================
	文字サイズセレクター
======================================*/
ul.textresizer {
	list-style: none;
	margin: 0px;
	padding: 0px;
	color: #666;
}
ul.textresizer li {
	display: inline;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	float: left;
	width: 30px;
	background-color: #FFF;
}
ul.textresizer span {
	border: solid 1px #999;
	text-decoration: none;
	display: block;
	text-align: center;
	cursor:pointer;
}
ul.textresizer span:hover {
	background: #CCCCCC;
	border: solid 1px #cccccc;
}
/* Style of active button */
ul.textresizer span.textresizer-active {
	border: solid 1px #2B562B;
	background: #FFCA6F;
	color: #000000;
}
/*======================================
	レイアウトで使用するスタイル
======================================*/
h1 {
	background-image: url(../img/lepont2015.png);
	text-indent: -999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
	display: block;
	width: 383px;
	height: 120px;
	font-size: 12px;
}
h1 a {
	display: block;
	width: 383px;
	height: 120px;
}
.sitewide {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	display:block;
}
#body-div {
	min-width: 1000px;
}

#sub-menu {
	width: 475px;
	font-size: 12px;
}

#sub-menu li {
	margin-left: 1px;
	float: left;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}
#sub-menu li ul.textresizer li{
	margin: 0px;
	padding: 0px;
}
.backnum ,.mail{
	background-image: url(../img/back-white.png);
	margin-bottom: 10px;
}
.backnum a {
	padding-left: 50px;
	display: block;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 15px;
	background-image: url(../img/icon-backnumber.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.mail a {
	padding-left: 50px;
	display: block;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 15px;
	background-image: url(../img/icon-mail.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.t-size {
	width: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-image: url(../img/back-black.png);
	color: #FFF;
}
#menu {
	z-index:99;
	position: fixed;
	width:100%;
}
#menu ul {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/back-navi.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: block;
}
#menu ul li {
	width: 164px;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}
#menu ul li:first-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu ul li a {
	padding: 10px;
	text-align: center;
	display: block;
	color: #666;
}
#menu ul li a:hover {
	color: #FF6600;
}
.col3 {
	width: 1020px;
	margin-left: -20px;
}
.col3 li {
	width: 320px;
	margin-left: 20px;
	float: left;
	display: inline;
	margin-bottom: 10px;
}
.col5 {
	width: 990px;
	margin-left: -10px;
}
.col5 li {
	width: 188px;
	margin-left: 10px;
	float: left;
	display: inline;
	margin-bottom: 10px;
}
/*-------------------------------------------*/
/* トップページスタイル                      */
/*-------------------------------------------*/
#anime {
	min-width: 1000px;
	height: 584px;
	margin-bottom: 20px;
}
#catch-copy {
	margin-top: 0px;
	background-image: url(../../top-img/data2015.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 420px;
	width: 1000px;
	text-indent: -9999px;
	overflow: hidden;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-bottom: 0px;
	display: block;
}
.block320 {
	width: 300px;
	background-color: #FFF;
	margin-bottom: 20px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 10px;
}
.block640 {
	width: 600px;
	background-color: #FFF;
	margin-bottom: 20px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 10px;
}

.sp20 {
	margin-right: 20px;
	margin-left: 20px;
}
#news {
	height: 715px;
}
#sns {
	height: 715px;
}
#sponsor {

}
#sponsor dl dt {
	margin-bottom: 5px;
}
#sponsor dl dd {
	margin-bottom: 15px;
}

#volunteer {

}

#news-list {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#about {
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: center top;
	background-image: url(../../top-img/back-about.png);
	background-repeat: no-repeat;
}
#about2 {
	padding-top: 10px;
	padding-bottom: 10px;
}
#about p {
	width: 450px;
}
#about2 p {
	width: 450px;
}
#sponsor-div {
	padding-top: 10px;
	padding-bottom: 10px;
}
/*--------------------------------------------------------*/
/* フッタースタイル                                   */
/*--------------------------------------------------------*/
.h300 {
	height: 130px;
}
.h300 p {
	font-size: 12px;
}
/*--------------------------------------------------------*/
/* 中ページスタイル                                       */
/*--------------------------------------------------------*/
#content-head {
	height: 200px;
}
#page-title h2 {
	background-image: url(../img/back-h2-2015.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFF;
	background-color: #6D3D0F;
	width: 500px;
	padding-right: 490px;
	padding-left: 10px;
	margin-bottom: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.w470 {
	width: 470px;
}
.w480 {
	width: 480px;
}

.table-dl dt {
	clear: both;
	float: left;
	width: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFE8DD;
	padding: 10px;
	display: inline;
}
.table-dl dd {
	padding: 10px;
	width: 840px;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFE8DD;
	display: inline;
}
/*-------------------------------------------*/
/* 会場ページスタイル                        */
/*-------------------------------------------*/
.hall {
	height: 252px;
	width: 320px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.accmap {
	height: 250px;
	width: 318px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	margin-right: 10px;
}
.text-div {
	width: 320px;
}
.acc-block {
	border: 1px solid #F96;
	padding: 9px;
}
.acc-block h6 {
	background-color: #E5DED7;
	padding: 5px;
	clear: both;
}
.acc-block dt {
	clear: both;
	float: left;
	width: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.acc-block dd {
	width: 330px;
	float: left;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
/*-------------------------------------------*/
/* アーティストスタイル                        */
/*-------------------------------------------*/
.artist-list {
	width: 1020px;
	margin-left: -20px;
}
.artist-list li {
	width: 300px;
	margin-bottom: 20px;
	margin-left: 20px;
	float: left;
}
.art-txt {
	width: 170px;
	display: block;
	float: right;
}
/*-------------------------------------------*/
/* お問い合せスタイル                        */
/*-------------------------------------------*/
.need {
	font-size: 10px;
	color: #F00;
	margin-left: 1em;
}
.txt20em {
	width: 360px;
}
.txt30em {
	width: 370px;
}
.txt5em {
	width: 4em;
	margin-right: 5px;
}
form {
	margin-bottom: 40px;
}

#m-button {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#mil-form {
	margin-bottom: 20px;
}
#mail-form li {
	display: table;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 100%;
	margin-bottom: 10px;
}
#mail-form li label {
	display: table-cell;
	padding: 10px;
	vertical-align: top;
	width: 100px;
}
#mail-form li div {
	display: table-cell;
	padding: 10px;
}
#mail-form li div select {
	display: block;
	padding: 10px;
	margin-bottom: 10px;
}
#mail-form li div input {
	padding: 5px;
}
#mail-form li div textarea {
	padding: 5px;
}
/*-------------------------------*/
/*MB専用スタイル                 */
/*-------------------------------*/
.mb-right .mb-photo {
	float: right;
	display: block;
	margin-bottom: 10px;
	margin-left: 10px;
}
.mb-left .mb-photo {
	float: left;
	display: block;
	margin-bottom: 10px;
	margin-right: 10px;
}
.mb-center .mb-photo {
	clear: both;
	margin-bottom: 10px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
