@charset "UTF-8";

/* =============================================

Page Common CSS

================================================ */
#contents {
	background-color:#0d0c14;
	color:#333;
	font-size:14px;
	line-height:1.5em;
	padding:0 0 12px;
}
	#contents .section {
		margin:0 12px 20px;
	}
	#contents .article {
		padding:20px;
		background-color:#fff;
	}

/* Reset */
#contents h1,h2,h3,h4,h5,h6,p,blockquote,ul,ol,dl,li,dt,dd,form {margin:0px;padding:0px;}
#contents li,dt,dd {list-style:none;}
#contents img {border:none;}

/* Utility Class */
#contents .tL {text-align:left !important;}
#contents .tR {text-align:right !important;}
#contents .tC {text-align:center !important;}
#contents .fL {float:left !important;}
#contents .fR {float:right !important;}
#contents .mb00 {margin-bottom:0 !important;}
#contents .mb05 {margin-bottom:5px !important;}
#contents .mb10 {margin-bottom:10px !important;}
#contents .mb20 {margin-bottom:20px !important;}
#contents .mb30 {margin-bottom:30px !important;}
#contents .mb40 {margin-bottom:40px !important;}
#contents .fz10 {font-size:10px !important;}
#contents .fz12 {font-size:12px !important;}
#contents .fz14 {font-size:14px !important;}
#contents .fz16 {font-size:16px !important;}
#contents .fz18 {font-size:18px !important;}
#contents .fwB {font-weight:bold !important;}
#contents .red {color:#d00 !important;}


/* Link */
#contents a:link {color:#3366CC;}
#contents a:visited {color:#3366CC;}
#contents a:hover {color:#d00;text-decoration:none;}
#contents a:active {color:#d00;}

/* Table */
#contents table {
	border-collapse:collapse;
}
	#contents caption {}
	#contents th,
	#contents td {
		border:1px solid #575757;	
	}
	#contents th {
		padding:10px;
		font-weight:normal;
		background-color:#ba9c52;
		color:#FFFFFF;
	}
	#contents td {
		color:#333;
		padding:10px 12px;
	}

/* Note */
#contents .note {font-size:12px;}
#contents .note em {font-weight:normal;}

#contents ul.list li{
	text-indent:-1em;
	margin:2px 0px 0px 1em;
}
#contents dl.price ul.list li{
	color:#333333;
	border:none;
}
/* Clearfix */
#contents .clearfix {
	zoom:100%;
}
#contents .clearfix:after {
	content:"";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}

em {font-weight:normal;}

/* =============================================

Page  CSS

================================================ */

/* ■メインビジュアル */
#contents #mainimage {
	margin-bottom:30px;
}

/* ■注意事項 */
#contents .caution {
	color:#DD0000;
	padding:10px 35px 25px 35px;
	margin:0px 30px;
	background:#FFEEEE;
	border:2px solid #DD0000;
	border-radius:6px;
}
#contents .caution h2{
	color:#DD0000;
	font-size:25px;
	text-align:center;
	padding:20px 0px 25px 0px;
}


/* ■先行枠  */
#contents .precede {
	margin-bottom:30px;
}
	#contents .precede table {
		margin:0 auto 3px;
	}
		#contents .precede caption{
			border-top:1px solid #28211c;
			border-left:1px solid #28211c;
			border-right:1px solid #28211c;
		}
		#contents .precede th {
			border:1px solid #28211c;
			color:#fff;
			font-weight:bold;
			font-size:18px;
		}

		/* LEncore先行 */
		#contents .precede th.len {
			background: #ff0084;
			background: -moz-linear-gradient(top,  #ff0084 0%, #e20376 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0084), color-stop(100%,#e20376));
			background: -webkit-linear-gradient(top,  #ff0084 0%,#e20376 100%);
			background: -o-linear-gradient(top,  #ff0084 0%,#e20376 100%);
			background: -ms-linear-gradient(top,  #ff0084 0%,#e20376 100%);
			background: linear-gradient(to bottom,  #ff0084 0%,#e20376 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0084', endColorstr='#e20376',GradientType=0 );
		}
		/* プレリク先行 */
		#contents .precede th.prereq {
			background: #2c539e;
			background: -moz-linear-gradient(top,  #2c539e 0%, #183572 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c539e), color-stop(100%,#183572));
			background: -webkit-linear-gradient(top,  #2c539e 0%,#183572 100%);
			background: -o-linear-gradient(top,  #2c539e 0%,#183572 100%);
			background: -ms-linear-gradient(top,  #2c539e 0%,#183572 100%);
			background: linear-gradient(to bottom,  #2c539e 0%,#183572 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#183572',GradientType=0 );
		}
		/* ローチケ先行 */
		#contents .precede th.lawson {
			background: #39bbf1;
			background: -moz-linear-gradient(top,  #39bbf1 0%, #009ee0 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#39bbf1), color-stop(100%,#009ee0));
			background: -webkit-linear-gradient(top,  #39bbf1 0%,#009ee0 100%);
			background: -o-linear-gradient(top,  #39bbf1 0%,#009ee0 100%);
			background: -ms-linear-gradient(top,  #39bbf1 0%,#009ee0 100%);
			background: linear-gradient(to bottom,  #39bbf1 0%,#009ee0 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39bbf1', endColorstr='#009ee0',GradientType=0 );
		}

		/* そのほか */
		#contents .precede th.other {
			background: #91a81f;
			background: -moz-linear-gradient(top,  #91a81f 0%, #667908 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#91a81f), color-stop(100%,#667908));
			background: -webkit-linear-gradient(top,  #91a81f 0%,#667908 100%);
			background: -o-linear-gradient(top,  #91a81f 0%,#667908 100%);
			background: -ms-linear-gradient(top,  #91a81f 0%,#667908 100%);
			background: linear-gradient(to bottom,  #91a81f 0%,#667908 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91a81f', endColorstr='#667908',GradientType=0 );
		}
		
		/* 地域あり */
		/* LEncore先行 */
		#contents .precede th.areaLen {
			background-color:#fedfef;
			color:#333;
			font-weight:normal;
			font-size:16px;
		}
		/* プレリク先行 */
		#contents .precede th.areaPre {
			background-color:#dfeafe;
			color:#333;
			font-weight:normal;
			font-size:16px;
		}
		/* ローチケ先行 */
		#contents .precede th.areaLaw {
			background-color:#d0f9fe;
			color:#333;
			font-weight:normal;
			font-size:16px;
		}
		/* そのほか */
		#contents .precede th.areaOther {
			background-color:#c8fac3;
			color:#333;
			font-weight:normal;
			font-size:16px;
		}
		#contents .precede td {
			border:1px solid #28211c;
			padding:5px;
			text-align:center;
			font-weight:bold;
			background-color:#fff;
		}

	/* 注釈 */
	#contents .precede ul.note {
		text-align:center;
		color:#333;
	}




/* ■NEWS */
#contents .news {}

	#contents .news .article {}
	#contents .news ul {
		overflow-y: scroll;
		overflow-x: hidden;
		padding-right:10px;
	}
		#contents .news li {
			padding:8px 0;
			border-bottom:1px dotted #b3b2b2;
		}
		#contents .news li:last-child {
			border-bottom:none;
		}

		#contents .news li dt{
			background:transparent url("http://cdn.l-tike.com/event/ulfes2019/icn_arrow01.gif") no-repeat left 0.3em;
			font-size:20px;
			color:#489469;
			padding-left:12px;
			margin-bottom:5px;
		}
		#contents .news li dd{
			padding-left:12px;
		}
		#contents .news li dd.link {
			color:#ff9900;
		}
		#contents .news li dd.link a {
			padding-left:5px;
		}



/* ■紹介文 */
#contents .about {}
	#contents .about .article {overflow:hidden;}
	#contents .about p.image {
		float:right;
		margin-left:20px;
	}
	#contents .about h3{
		font-size:28px;
		line-height:130%;
		color:#489469;
		padding-bottom:14px;
	}
	#contents .about p {
		margin-bottom:6px;
	}
	#contents .about p:last-child {
		margin-bottom:0;
	}


/* ■開催情報 */
#contents .information {}
	#contents .information h3 {
		color:#489469;
		margin-bottom:0.3em;
		font-size:26px;
		line-height:1.2em;
	}
	/* 価格 */
	#contents .information dl.price {
		/*color:#B52626;*/
		color: #000;
		margin-bottom:8px;
	}
		#contents .information dl.price dt{
			margin-bottom:6px;
		}

		#contents .information dl.price dd {
			margin-bottom:8px;
		}
			#contents .information dl.price dd span{
				color:#FFFFFF;
				background:#B52626;
				padding:1px 6px;
				margin:0px 4px 0px 0px;
				border-radius:2px;
			}
		#contents .information dl.price dd .goods{
			padding:20px;
			background:#FFFFEE;
			border:1px solid #ffbd5a;
			margin-bottom:20px;
		}
		#contents .information dl.price dd .goods .photo{
			width:200px;
			float:right;
		}

#contents table.schedule{
	width:100%;
	margin:3px 0px 0px 0px;
}
#contents table.schedule th,
#contents table.schedule td{
	border:none;
	border-bottom:2px solid #FFFFFF;
	
}
#contents table.schedule th{
	width:150px;
}
#contents table.schedule td{
	background:#EFEFEF;
}


/* ■チケット購入 */
#contents .release {}
#contents .release table.buyticket {
	margin-bottom:0.1em;
}
	#contents .release table.buyticket thead th{
		color:#fff;
		padding:5px;
	}
	#contents .release table.buyticket tbody th {
		padding:8px 12px;
		color:#333;
	}

	#contents .release table.buyticket tbody td {
		text-align:center;
		padding:8px 10px;
	}
	/* 注釈 */
	#contents .release table.buyticket td span {
		font-size:12px;
		color:#d00;
	}

	/* 注意事項（赤枠） */
	#contents .attention{
		border:3px solid #C00;
		background-color:#fff4f4;
		padding: 30px;
	}
	#contents .attention p{
		padding:0 0 8px;
	}
	#contents .attention p:last-child {
		padding-bottom:0;
	}
	#contents .attention ul{
		padding:0 0 4px;
	}
	#contents .attention ul li{
		text-indent:-1.4em;
		margin-left:1.4em;
		padding-bottom:4px;
		color:#d00;
	}


/* ■お気に入り登録  */
#contents .favorite {
	margin-bottom:0;
}
	#contents .favorite ul {
		overflow: hidden;
		margin-bottom:-10px;
	}
	#contents .favorite ul li {
		float: left;
		margin-bottom:10px;
	}
	#contents .favorite ul li:nth-child(2n) {
		float: right;
	}
	#contents .favorite ul li a {
		background-color: #3bbbb6;
		border-radius: 5px;
		box-sizing: border-box;
		color: #fff;
		display: block;
		font-size: 20px;
		padding: 12px 10px;
		text-align: center;
		width: 425px;
	}
	#contents .favorite ul li a:hover {
		opacity: 0.8;
	}