@charset "utf-8";
/* CSS Document */
/****************************************************************************/
/**							イベント情報									*/
/****************************************************************************/
/* イベント共通 --------------------------------------------------------------------- */
/* main --------------------------------------------------------------------- */
#main h1 span{
	background-image: url(../img/event/common/main_img.jpg);
}

#content h2 {
	margin: 0 auto 25px;
	text-align: center;
}

/* content01,content02,#content_links --------------------------------------------------------------------- */
#content {
	background-color: #fbfbf0;
    text-align: left;
}
#content .content_innner {
	background-color: #ffffff;
	padding: 20px;
	border: solid 3px #cccccc;
}

#content .content_innner dt {
	font-size: 22px;
	background-repeat: no-repeat;
	padding: 8px 0 10px 40px;
	height:30px;
	font-weight: bold;
}

#content .content_innner dd {
	background-image: url(../img/event/common/event_icon03.png);
	background-repeat: no-repeat;
	background-position: left 13px;
	padding: 10px 20px;
	font-size: 16px;
	border-bottom: solid 1px #cccccc;
	line-height: 1.3;
}

#content .content_innner dd:last-child {
	border: none;
}

#content .content_innner dd span.day{
    display: inline-block;
    margin: 0 40px 0 5px;
    width: 300px;
    vertical-align: top;
}

#content .content_innner dd span.detail{
	margin:0 0px 0 5px;
	display: inline-block;
	width: 560px;
}

.content_innner dd span.detail a:link,
.content_innner dd span.detail a:visited{
	color:#ff7043;
}


/* ニュース用------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------- */
#content_news dt {
	background-image: url(../img/event/common/event_icon01.png);
}

/* イベント一覧用-------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
.event_detail_box {
	margin-top:40px;
	border-top: solid 5px #7cb342;
	background-color: #ffffff;
	box-shadow: 0px 0px 5px 0px rgba(172, 165, 163, 0.75);
	position: relative;
	padding: 30px 25px;
}

.event_title {
	display: table;
	width: 100%;
}
.event_title h3 {
	font-size: 20px;
	background-image: url(../img/event/common/event_icon02.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 9px 0 7px 50px;
	line-height: 1.2;
	display: table-cell;
}

.event_title span {
	display: table-cell;
	text-align: right;
	white-space: nowrap;
	font-size: 14px;
}

.event_detail {
	margin-top: 20px;
}

.event_img {
	float: right;
	width: 400px;
}

.event_txt {
	float: left;
	width: 515px;
	line-height: 30px;
}

.event_detail_box h4 {
	font-family: "hare";
	font-size: 20px;
	border-bottom: 2px solid #7cb342;
	margin: 20px 0 10px;
	padding-bottom: 10px;
}

.event_detail_box table {
	line-height: 1.5;
}

.event_detail_box th {
	min-width: 105px;
	text-align: left;
	padding: 10px 10px 10px 0;
	position: relative;
}
.event_detail_box th:after {
	content: ":";
	display: inline-block;
	position: absolute;
	right: 0;
	top: 10px;
}

.event_detail_box td {
	padding: 10px 10px 10px 20px;
}

.event_detail_box td a {
	color: #ff7043;
}

.pagination {
	margin-top: 30px;
}

.pagination p {
	float: left;
}

.pagination ul {
	text-align: right;
}

.pagination li {
	display: inline-block;
	margin: 0 1px;
	vertical-align: bottom;
}

.pagination li a {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #7cb342;
	padding: 6px;
	color: #7b5b34;
}

.pagination li a:hover, .pagination li.page_select {
	background-color: #7cb342;
	color: #ffffff;
	text-decoration: none;
	padding: 6px;
	border: 2px solid #7cb342;
}



@media screen and (max-width:640px){
#content .content_innner {
	margin: 0 10px;
}
.content_innner dd {
	padding-right: 0;
}
.content_innner dd span.detail{
	display: block;
	margin-top: 5px;
}

.event_title h3, .event_title span {
	display: block;
}

.event_img {
	float: none;
	width: auto;
	text-align: center;
}

.event_txt {
	float: none;
	width: auto;
	margin-top: 10px;
}

.event_detail_box th, .event_detail_box td {
	width: 100%;
	display: block;
	padding: 5px 0 0 0;
}

.event_detail_box th:after {
	content: "";
}

.pagination p {
	float: none;
}
.pagination ul {
	margin-top: 10px;
	clear: both;
	float: none;
	text-align: center;
}

a {
   width:100%;
   word-break: break-all;
}

#content .content_innner dd span.day {
   width:100%;
}
#content .content_innner dd span.detail{
   width: 100%;
}
}