/* CSS Document */
/*CSS*/
/**************************************************
               新着情報一覧
**************************************************/
#EventDisp,#EventDtlDisp{
}
#news_list{
	margin:10px 0 0 0;
}
#news_list li{
	line-height:21px;
	border-bottom:1px dashed #77694f;
	padding: 20px 10px 20px 10px;
	
	background-repeat:no-repeat;
	background-position:5px center;
}
.news_date{
	display:block;
	float:left;
	width: 88px;
	margin:0 5px 0 0;
}
.news_icon{
	display:block;
	float:left;
	width:53px;
	margin:0 10px 0 0;
}
a.url_link {
    background: #ffffff;
    /* color: #FFF; */
    border-radius: 5px;
    padding: 5px 20px;
    display: inline-block;
    border: 3px solid #f5c587;
    box-shadow: 0 3px 0 #cd9f64;
}
/**************************************************
               新着情報詳細
**************************************************/
#EventDtlDisp h3 {
    margin: 20px 0 20px;
    font-weight: 700;
    word-break: break-all;
}
.dtl_newicon{
	float:left;
	margin:0 10px 0 5px;
}
.dtl_date{
	position:absolute;
	right:15px;
	font-size:12px;
}

#MainImg{
	border: 5px solid #f5c587;
	border: 1px solid #321301;
	box-shadow: 4px 4px 0 #321301;
	width: 502px;
	margin:auto;
	/* box-sizing: border-box; */
}
#eventTxt{
	margin: 10px;
	padding:20px 10px 10px;
	border-bottom: 1px dashed #321301;
	word-break: break-all;
}
#E_SubImg{
	margin:20px 0  0;
}
#E_SubImg li{
	width:152px;
	height:115px;
	float:left;
	margin:0 0 10px 10px;
}
#E_SubImg li a{
	display:block;
	width: 150px;
	height:113px;
	border: 1px solid #321301;
    box-shadow: 4px 4px 0 #321301
}


#backBt{
	width:74px;
	height:24px;
	display: block;
	float:right;
	margin: 0 30px 0 0;
}
/*========================================
 + ページング
========================================*/
ul.pager {
	padding: 0 !important;
	text-align: center;
	margin: 30px 0;
}
ul.pager li {
	display: inline-block;
	margin:0 !important;
	padding:0 !important;
}
ul.pager li .page_on {
	display: -moz-inline-box; /* firefox2 対応 */
	display: inline-block;
	font-weight:bold;
	color:#fff !important;
	background-color:#321301;
	border:1px solid #321301;
}
ul.pager li a {
	display: -moz-inline-box; /* firefox2 対応 */
	display: inline-block;
	width: 30px;
	height: 31px;
	display:block;
	float:left;
	text-align:center;
	font-size:11px;
	color:#321301 !important;
	border:1px solid #321301;
	background-color: #fffefd;
	line-height: 30px;
	font-size: 15px;
}

ul.pager li a:hover,
ul.pager li a:active {
	color:#fff !important;
	background-color:#321301;
	border:1px solid #321301;
}


