@charset "UTF-8";

/* !Clearfix
---------------------------------------------------------- */
.ul_event01,
.box_event01,
.box_event03
{
	display: block;
	min-height: 1%;
}
.ul_event01:after,
.box_event01:after,
.box_event03:after
{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .ul_event01,
* html .box_event01,
* box_event01
{
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !box
---------------------------------------------------------- */
.box_event01 {
	width: 710px;
}
	.box_event01 .heading_type03 {
		width: 710px;
	}	
	.box_event01 h3 {
		text-align: left;
		display: block;
		padding: 10px 20px 10px 10px;
		color: #666666;
		font-size: 16px;
		font-weight: bold;
	}
	.box_event01 .img {
		display: inline;
		float: left;
		margin-right: 30px;
	}
	.box_event01 .img_lqd {
		display: inline;
		float: left;
		margin-right: 30px;
	}
		.box_event01 .img_lqd img {
			width: 200px;
			height: auto;
			margin: 5px 0 0 0;
		}
	.box_event01 .txt {
		overflow: hidden;
		*zoom: 1;
	}
	.box_event01 .txt_lqd {
		overflow: hidden;
		*zoom: 1;
	}
.box_event02 {
		position: relative;
		width: 980px;
		margin: 0 auto 50px;
		overflow: hidden;
		background-color: #fff9f5;
}
	.box_event02 h2 {
		width: 980px;
		display: block;
		padding: 20px 0 10px 0;
		font-size: 22px;
		font-weight: bold;
	}
.box_event02 .tit_area {
	margin: 0 100px 20px 100px;
}
.box_event02 .tit_area h3 {
	text-align: left;
	width: 780px;
	font-weight: 200;
	background-color: #005396;
	color: #fff;
	float: left;
	padding: 3px 0 6px 15px;
}
.box_event02 .box {
		position: relative;
		width: 780px;
		margin: 0 auto 0;
		overflow: hidden;
}
.box_event02 .btn {
	display: inline-block;
	text-align: center;
	margin: 0 auto 20px;
	width: 250px;
	background-color: #7e837f;
	border-radius: 23px;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
}
.eng .box_event02 .btn {
	width: 280px;
}
	.box_event02 .btn a {
		display: inline-block;
		width: 250px;
		text-decoration: none;
		color: #fff;
		background-color: rgba(0,0,0,0.4);
		transition-property: background-color;
		transition-duration: 0.2s;
		transition-timing-function: linear;
		-webkit-transition-property: background-color;
		-webkit-transition-duration: 0.2s;
		-webkit-transition-timing-function: linear;
		-moz-transition-property: background-color;
		-moz-transition-duration: 0.2s;
		-moz-transition-timing-function: linear;
		border-radius: 23px;
		-webkit-border-radius: 23px;
		-moz-border-radius: 23px;
	}
	.eng .box_event02 .btn a{
		width: inherit;
	}
	.box_event02 .btn a:hover {
		background-color: rgba(0,0,0,0);
	}
		.box_event02 .btn a span {
			margin: 4px 0 6px 0;
			padding: 0 0 0 21px;
			display: inline-block;
			background: url(../../common/img/ico_window01.png) left 0.7em no-repeat;
		}
		.box_event02 .btn a span {
			text-align: left;
		}

.box_event03 {
	width: 710px;
}
	.box_event03 .heading_type03 {
		width: 710px;
	}
	.box_event03 h3 {
		text-align: left;
		display: inline;
		padding: 10px 0 10px 0;
		color: #666;
		font-size: 16px;
		font-weight: bold;
	}
	.box_event03 h4 {
		text-align: left;
		display: inline;
		padding: 10px 10px 10px 10px;
		color: #666;
		font-size: 14px;
		font-weight: bold;
	}
	.box_event03 .img {
		display: inline;
		float: right;
	}
	.box_event03 .img_lqd {
		display: inline;
		float: right;
	}
		.box_event03 .img_lqd img {
			width: 200px;
			height: auto;
			margin: 0 10px 0 10px;
		}
	.box_event03 .txt {
		overflow: hidden;
		*zoom: 1;
	}
	.box_event03 .txt_lqd {
		color: #000;
		overflow: hidden;
		*zoom: 1;
	}

/* !list
---------------------------------------------------------- */
.ul_event01 {
	width: 780px;
	margin: 20px auto 20px auto;
}
	.ul_event01 > li {
		position: relative;
		border-bottom: 1px solid #cccccc;
		margin: 15px 0 15px 0;
	}
		.ul_event01 > li:last-child {
			margin: 0 0 0 0;
		}
		.ul_event01 li .img {
			text-align: center;
			margin: 0 0 15px 0;
		}

/* !Contents Navigation
---------------------------------------------------------- */
.cNavi_event01 {
	border-top: 1px solid #ccc;
	background-color: #eff3f4;
	padding: 0 0 20px 0;
}
	.cNavi_event01 > ul {
		width: 472px;
		margin: -1px auto 0 auto;
		display: table;
	}
		.cNavi_event01 > ul > li {
			float: left;
			display:block;
			width: 236px;
			text-align: center;
		}
			.cNavi_event01 > ul > li > a {
				display: table-cell;
				color: #333;
				font-size: 12px;
				border-top: 1px solid #ccc;
				vertical-align: middle;
				position: relative;
				width: 225px;
				height: 110px;
				padding: 6px 12px 5px 12px;
			}
			.cNavi_event01 > ul > li > a:hover {
				color: #005396;
			}
			.cNavi_event01 > ul > li.active > a {
				border: 1px solid #ccc;
				border-top: none;
				background-color: #fff;
				width: 225px;
				box-sizing: border-box;
			}
				.cNavi_event01 > ul > li > a > img {
					position: absolute;
					top: 10px;
					left: 12px;
					width: 200px;
					height: 89px;
					z-index: 100;
					overflow: hidden;
				}
				.cNavi_event01 > ul > li > a > span {
					position: relative;
					z-index: 101;
					display: inline-block;
					line-height: 1.6;
					color: #fff;
					margin-left: 6px;
					margin-right: 6px;
					padding: 0 0 0 8px;
					font-size: 14px;
					background: url(../../common/img/ico_arrow01.png) left 0.7em no-repeat;
					background-color: rgba(64,64,64, 0.7);
				}

/* 追加上書き
------------------------------------------------------------ */
.heading_type08 {
	letter-spacing: -0.02em;
}
.dl_type04 > dd {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 7px;
	margin-bottom: 14px;
}
.eng .dl_type04 > dt {
	width: 300px;
}
.eng .dl_type04 > dd {
	padding-left: 350px;
}

