@charset "UTF-8";

/*--------------------------------------------------------------------
event.html
event.css
--------------------------------------------------------------------*/


/*------------NavContent---------------------------------------------------------------*/
div#NavContent ul li:nth-child(4) a { color: #d6b221; }


/*------------Title---------------------------------------------------------------*/
div#Title { background-image:url(../../img/event/title_bg.jpg); }


/*------------List---------------------------------------------------------------*/
div.List {
	width: 960px;
	margin: 35px auto 80px;
}
div.List:nth-last-of-type(1) { margin-bottom: 0; }
div.List ul li p + p { font-size: 1.25em; }
div.List dl { margin: 0.6em auto 0; }
div.List dl dt {
	margin-bottom: 10px;
	font-size: 1.25em;
}


/*------------Bg---------------------------------------------------------------*/
div.BgBox { padding: 60px 0 120px; }
div.BgBox h3 {
	margin-bottom: 40px;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.04em;
	font-size: 1.5em;
	font-weight: bolder;
}
div.Bg01 { background: #ddd url(../../img/parts/bg_tgr01.png) repeat left top; }
div.Bg02 { background: #c9c9c9 url(../../img/parts/bg_tgr02.png) repeat left top; }
div.Bg03 {
	background: #fff4d5 url(../../img/parts/bg_be.png) repeat left top;
	margin-bottom: 80px;
}


/*------------ListTxt---------------------------------------------------------------*/
div.ListTxt {
	width: 640px;
	margin: 0 auto;
}
div.ListTxt table {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	font-size: 1.25em;
}
div.ListTxt table tr th,
div.ListTxt table tr td {
	width: auto;
	padding: 0.3em 0;
	text-align: left;
	vertical-align: top;
}
div.ListTxt table tr th {
	white-space: nowrap;
	padding-right: 3em;
}
div.ListTxt table tr td span { display: block; }
div.ListTxt table tr td p + p { margin-top: 0.6em; }
div.ListTxt ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div.ListTxt ul li {
	width: 48%;
	margin-bottom: 1em;
	float: left;
}
div.ListTxt ul li:nth-child(even) {  float: right; }
div.ListTxt ul li dl { font-size: 1.25em; }
div.ListTxt ul li dl dt {
	margin-bottom: 0.5em;
	color: #6a3906;
}
div.ListTxt ul li dl dt:before { content: "\0025c6"; }
div.ListTxt ul li dl dd { padding-left: 1em; }
div.ListTxt ul + p {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.25em;
}


/*------------List02---------------------------------------------------------------*/
div.List02 ul {
	width: 100%;
	margin-bottom: -80px;
	list-style: none;
	overflow: hidden;
}
div.List02 ul li {
	width: 450px;
	margin-bottom: 80px;
	float: left;
}
div.List02 ul li:nth-child(even) { float: right; }