@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :event.css
 author     :Ability Consultant
style info  :event
=================================================================== */
/*-----------------------------------------------------------
	gnavのactive設定
-----------------------------------------------------------*/
#event ul#gnav li.gnav_event a {
	background-position: bottom;
}

/*----------------------------------------------------
	.con_title　	タイトル部分
----------------------------------------------------*/
.con_title {
	background: #4c0d10 url(../event/images/img_title_bg.jpg) center top no-repeat;
	height: 180px;
}

.con_title .inner {
	width: 1000px;
	margin: 0 auto;
}

.con_title .inner h2 {
	text-align: right;
	padding-top: 40px;
	margin-right: -30px;
}

/*----------------------------------------------------
	.con_event
----------------------------------------------------*/
.con_event {
	width: 1000px;
	margin: 0 auto 80px;
	overflow: hidden;
	*zoom: 1;
}

.con_event .box {
	width: 298px;
	border: 1px solid #dfdfdf;
	background: #fcfbfb;
	padding: 16px 8px;
	float: left;
	margin: 0 0 20px 26px;
	position: relative;
}

.con_event .box:first-child {
	margin-left: 0;
}

.con_event .box.first {
	margin-left: 0;
}

.con_event .box:hover {
	background: #f1f1f1;
}

.con_event .box .img {
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 10px;
}

.con_event .box .img img {
	border: 1px solid #dfdfdf;
	max-width: 180px;
	max-height: 164px;
}

.con_event .box .date {
	color: #d0111b;
	padding: 0 0 14px 11px;
}

.con_event .box .date span {
	background: #d0111b;
	color: #fff;
	padding: 0 5px;
	margin-right: 6px;
}

.con_event .box h3 {
	font-size: 120%;
	font-weight: normal;
	padding: 0 0 14px 11px;
}

.con_event .box h3 a {
	color: #d0111b;
	display: block;
}

.con_event .box .txt {
	font-size: 112%;
	line-height: 1.6;
	width: 276px;
	margin: 0 auto;
	padding-bottom: 14px;
}

.con_event .box .lnk {
	position: absolute;
	bottom: 8px;
	right: 8px;
}

.con_event .box .lnk a {
	color: #d0111b;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	position: relative;
	padding-left: 15px;
}

.con_event .box .lnk a:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	background: url(../images/common/ic_list.png) center no-repeat;
	width: 11px;
	height: 11px;
}
