@charset "utf-8";



/* event_front_unit
-----------------------------------*/
#event_front_unit{
	width: 100%;
	margin-top: 25px;
	padding-bottom: 200px;
}


#event_front_unit div.event_list{
	width: 930px;
	background: #e7e7e7;
	background: -webkit-linear-gradient(to bottom, #e7e7e7 0%, #cacaca 100%);
	background: linear-gradient(to bottom, #e7e7e7 0%, #cacaca 100%);
	margin: 0 auto;
	padding: 10px 0 8px 0;
	position: relative;
	left: 20px;
}
#event_front_unit div.event_list:after{
	content: "";
	width: 960px;
	height: 265px;
	background: url("../../common/img/bg_01.png") no-repeat 0 0;
	display: block;
	position: absolute;
	left: -15px;
	bottom: -15px;
	z-index: 1;
}


#event_front_unit div.event_list h3{
	color: #ffffff;
	width: 125px;
	height: 307px;
	background: url("../img/bg_event_front_01.png") no-repeat 0 0;
	text-align: center;
	padding: 35px 30px 0 0;
	position: absolute;
	left: -55px;
	top: 30px;
	z-index: 10;
}
#event_front_unit div.event_list h3 span.year{
	font-size: 116%;
	line-height: 1.7;
}
#event_front_unit div.event_list h3 span.month{
	font-size: 300%;
	font-weight: bold;
	line-height: 1.3;
}
#event_front_unit div.event_list h3 span.en{
	font-size: 108%;
	line-height: 1;
}


#event_front_unit div.event_list section.event{
	width: 783px;
	margin-left: 124px;
	position: relative;
	z-index: 10;
}
#event_front_unit div.event_list section.event + section.event{
	margin-top: 17px;
}
#event_front_unit div.event_list section.event a{
	color: #323232;
	text-decoration: none;
	display: block;
	padding: 3px 0 22px 0;
}
#event_front_unit div.event_list section.event div.inner{
	width: 783px;
	background: url("../../common/img/bg_02.png") repeat-y 0 0;
	padding-top: 18px;
	position: relative;
}
#event_front_unit div.event_list section.event div.inner:before, 
#event_front_unit div.event_list section.event div.inner:after{
	content: "";
	width: 783px;
	background-image: url("../../common/img/bg_03.png");
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	left: 0;
	z-index: 1;
}
#event_front_unit div.event_list section.event div.inner:before{
	height: 3px;
	background-position: 0 0;
	top: -3px;
}
#event_front_unit div.event_list section.event div.inner:after{
	height: 22px;
	background-position: 0 -3px;
	bottom: -22px;
}
#event_front_unit div.event_list section.event h4{
	width: 76px;
	text-align: center;
	position: absolute;
	left: 13px;
	top: 38px;
}
#event_front_unit div.event_list section.event h4 span.day{
	font-size: 207.6%;
	font-weight: bold;
	line-height:1.3;
}
#event_front_unit div.event_list section.event h4 span.week{
	width: 24px;
	background: #ffffff;
	border: 1px solid #969696;
	display: block;
	line-height: 24px;
	border-radius: 13px;
	position: absolute;
	left: 76px;
	top: 12px;
}
#event_front_unit div.event_list section.event h4.sat{
	color: #3065b5;
}
#event_front_unit div.event_list section.event h4.sat span.week{
	border-color: #3065b5;
}
#event_front_unit div.event_list section.event h4.sun{
	color: #c90b0b;
}
#event_front_unit div.event_list section.event h4.sun span.week{
	border-color: #c90b0b;
}
#event_front_unit div.event_list section.event div.event_information{
	width: 630px;
	background: url("../../common/img/bg_04.png") repeat-y 0 0;
	margin-left: 130px;
	padding: 4px 0;
}
#event_front_unit div.event_list section.event h5{
	font-size: 138.5%;
	font-weight: bold;
	line-height: 1.38;
	width: 600px;
	background: url("../../common/img/bg_05.png") no-repeat 0 bottom;
	margin: 0 0 7px 12px;
	padding: 0 9px 5px 9px;
}
#event_front_unit div.event_list section.event dl{
	width: 508px;
	margin-left: 23px;
}
#event_front_unit div.event_list section.event dl dt{
	float: left;
	clear: left;
}
#event_front_unit div.event_list section.event dl dd{
	margin: 0 0 5px 88px;
}
#event_front_unit div.event_list section.event dl dd.last{
	margin-bottom: 0;
}
#event_front_unit div.event_list section.event p.more{
	line-height: 0;
	width: 94px;
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 18px;
	bottom: -11px;
	z-index: 10;
}
#event_front_unit div.event_list section.event p.more img{
	position: absolute;
	left: 0;
	top: 0;
}
#event_front_unit div.event_list section.event a:hover h5{
	color: #787878;
	text-decoration: underline;
}
#event_front_unit div.event_list section.event a:hover p.more img{
	top: -15px;
}
#event_front_unit div.event_list nav.pager ul{
	width: 255px;
	background: url("../../common/img/bg_06.png") no-repeat 125px 5px;
	margin-left: 664px;
	position: relative;
	z-index: 10;
}


#event_front_unit div.event_list nav.pager ul li{
	list-style: none;
}
#event_front_unit div.event_list nav.pager ul li.back{
	float: left;
}
#event_front_unit div.event_list nav.pager ul li.next{
	float: right;
}
#event_front_unit div.event_list nav.pager ul li a img{
	border: none;
	vertical-align: top;
}
#event_front_unit div.event_list nav.pager.header ul{
	margin-bottom: 13px;
}
#event_front_unit div.event_list nav.pager.footer ul{
	margin-top: 119px;
}


#event_front_unit div.event_list div.noentry{
	height: 200px;
	margin: 81px 0 0 150px;
	position: relative;
}
#event_front_unit div.event_list div.noentry:after{
	content: "";
	width: 101px;
	height: 108px;
	background: url("../../common/img/ico_02.png") no-repeat 0 0;
	display: block;
	position: absolute;
	left: 614px;
	top: 170px;
}
#event_front_unit div.event_list div.noentry p{
	color: #323232;
}
#event_front_unit div.event_list div.noentry p + p{
	margin-top: 20px;
}



/* event_entry_unit
-----------------------------------*/
#event_entry_unit{
	width: 100%;
	margin-top: 25px;
	padding-bottom: 200px;
}


#event_entry_unit div.event{
	width: 970px;
	background: #e7e7e7;
	background: -webkit-linear-gradient(to bottom, #e7e7e7 0%, #cacaca 100%);
	background: linear-gradient(to bottom, #e7e7e7 0%, #cacaca 100%);
	margin: 0 auto;
	padding: 10px 0 8px 0;
	position: relative;
}
#event_entry_unit div.event:after{
	content: "";
	width: 1000px;
	height: 265px;
	background: url("../../common/img/bg_07.png") no-repeat 0 0;
	display: block;
	position: absolute;
	left: -15px;
	bottom: -15px;
	z-index: 1;
}


#event_entry_unit div.event h3{
	color: #ffffff;
	width: 357px;
	height: 58px;
	background: url("../img/bg_event_entry_01.png") no-repeat 0 0;
	padding-top: 11px;
	position: absolute;
	left: -15px;
	top: 20px;
}
#event_entry_unit div.event h3 span{
	display: block;
	float: left;
}
#event_entry_unit div.event h3 span.year{
	font-size: 116%;
	margin: 21px 12px 0 51px;
}
#event_entry_unit div.event h3 span.month{
	font-size: 300%;
	font-weight: bold;
	line-height: 1.3;
	margin-right: 10px;
}
#event_entry_unit div.event h3 span.en{
	font-size: 131%;
	margin-top: 19px;
}


#event_entry_unit div.event p.back{
	position: absolute;
	left: 357px;
	top: 54px;
}


#event_entry_unit div.event h4{
	color: #323232;
	width: 76px;
	text-align: center;
	position: absolute;
	left: 37px;
	top: 165px;
}
#event_entry_unit div.event h4 span.day{
	font-size: 207.6%;
	font-weight: bold;
	line-height:1.3;
}
#event_entry_unit div.event h4 span.week{
	width: 24px;
	background: #ffffff;
	border: 1px solid #969696;
	display: block;
	line-height: 24px;
	border-radius: 13px;
	position: absolute;
	left: 76px;
	top: 12px;
}
#event_entry_unit div.event h4.sat{
	color: #3065b5;
}
#event_entry_unit div.event h4.sat span.week{
	border-color: #3065b5;
}
#event_entry_unit div.event h4.sun{
	color: #c90b0b;
}
#event_entry_unit div.event h4.sun span.week{
	border-color: #c90b0b;
}


#event_entry_unit div.event section.entry{
	width: 765px;
	background: url("../../common/img/bg_04.png") repeat-y 0 0;
	margin: 0 0 66px 164px;
	padding: 9px 0 4px 0;
	position:relative;
	z-index:10;
}
#event_entry_unit div.event section.entry h5{
	color: #323232;
	font-size: 167%;
	font-weight: bold;
	line-height: 1.45;
	width: 720px;
	background: url("../../common/img/bg_08.png") no-repeat 0 bottom;
	margin: 0 0 10px 27px;
	padding: 0 9px 6px 9px;
}
#event_entry_unit div.event section.entry dl{
	color: #323232;
	width: 730px;
	margin-left: 31px;
}
#event_entry_unit div.event section.entry dl dt{
	float: left;
	clear: left;
	margin: 2px 0 0 6px;
}
#event_entry_unit div.event section.entry dl dd{
	font-size: 123.1%;
	margin: 0 0 5px 95px;
}
#event_entry_unit div.event section.entry dl dd.comment{
	font-size: 100%;
	clear: left;
	width: 730px;
	margin: 0;
	padding-top: 20px;
}
#event_entry_unit div.event section.entry dl dd.comment a{
	color: #323232;
	text-decoration: underline;
}
#event_entry_unit div.event section.entry dl dd.comment a:hover{
	color: #323232;
	text-decoration: none;
}
#event_entry_unit div.event section.entry dl dd.comment p{
	margin-bottom: 25px;
}
#event_entry_unit div.event section.entry dl dd.comment ul{
	margin: 0 0 25px 20px;
}
#event_entry_unit div.event section.entry dl dd.comment ol{
	margin: 0 0 25px 25px;
}
#event_entry_unit div.event section.entry dl dd.comment img{
	max-width: 100%;
	height: auto !important;
}


#event_entry_unit div.event nav.pager ul{
	width: 255px;
	background: url("../../common/img/bg_06.png") no-repeat 125px 5px;
	margin-left: 704px;
	position: relative;
	z-index: 10;
}
#event_entry_unit div.event nav.pager ul li{
	list-style: none;
}
#event_entry_unit div.event nav.pager ul li.back{
	float: left;
}
#event_entry_unit div.event nav.pager ul li.next{
	float: right;
}
#event_entry_unit div.event nav.pager ul li a img{
	border: none;
	vertical-align: top;
}
#event_entry_unit div.event nav.pager.header ul{
	margin-bottom: 91px;
}