@charset "utf-8";

/* ページタイトル
****************************************************************/
#pagetitle .wrapper{
	background: url(../../img/title/event.png) no-repeat right bottom;
	background-size: 20%;
}



/* 一覧
****************************************************************/
.page_event .event_list{
	text-align: left;
	color: #353535;
}
.page_event .event_list li{
	padding: 35px 0;
	border-bottom: 1px solid #999;
}
.page_event .event_list li:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .page_event .event_list li{
    height: 1em;
}
.page_event .event_list li{
    display: block;
}
/* ▲ */
/* for IE7 */
*:first-child+html .page_event .event_list li{
	zoom:1;
}

.page_event .event_list .photo{
	width: 30%;
	text-align: center;
	float: left;
}
.page_event .event_list .photo img{
	margin: 0 auto;
	max-width: 100%;
	max-height: 300px;
	width: auto;
	height: auto;
}
.page_event .event_list .txt{
	width: 68%;
	float: right;
}
.page_event .edit_date{
	text-align: right;
}
.page_event h3{
	margin: 8px 0;
	padding: 8px 0;
	border-bottom: 3px solid #ec8c2f;
	font-size: 16px;
}
.page_event .event_list .txt h3 a{
	text-decoration: none;
	color: #353535;
}
.page_event .event_list .txt h3 a:hover{
	text-decoration: underline;
}
.page_event .event_list .txt .cmt{
	font-size: 14px;
}
/* ボタン */
.event_list .txt .btn_detail {
	margin-top: 10px;
	text-align: right;
	display: block;
}
.event_list .txt .btn_detail a{
	margin: 0 0 0 auto;
	padding: 5px 35px 5px 20px;
	text-decoration: none;
	background: #cc6000 url(../../img/common/arrow_right_white.png) no-repeat right 15px center;
	display: inline-block;
	color: #FFF;
}

.btnPast{
	text-align: center;
	margin: 30px auto;
}
.btnPast a{
	margin: 10px 0 10px auto;
	padding: 14px 50px 10px 110px;
	background: #f79f1f url(../../img/common/arrow_articlemenu_next.png) no-repeat left 45px center;
	color: #FFF;
	font-size: 20px;
	line-height: 1;
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}




@media screen and (max-width: 979px) {
.page_event .event_list .photo img{
	max-height: auto;
}
}
@media screen and (max-width: 768px) {
	.page_event .event_list .photo{
		width: 25%;
	}
	.page_event .event_list .txt{
		width: 74%;
	}
}
@media screen and (max-width: 620px) {
	.page_event .event_list li{
		border-bottom: 2px dotted #353535;
	}
}
@media screen and (max-width: 479px) {
	.page_event .event_list .photo,
	.page_event .event_list .txt{
		width: 100%;
		float: none;
		padding: 15px 0;
	}
	.event_list .txt .btn_detail {
		text-align: center;
	}
}


/* 記事
****************************************************************/
.frameArticle{
	padding: 20px 0;
	text-align: left;
}
.frameArticle .photo{
	text-align: center;
	width: 98%;
	margin: 0 auto;
}
.frameArticle .photo img{
	margin: 10px auto;
	max-width: 100%;
	height: auto;
}
.images p{
	width: 24.5%;
	display: inline-block;
	text-align: center;
	padding: 0 1em 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.images img{
	max-width: 100%;
	height: auto;
	display: block;
	margin-bottom: 3px;
}
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 620px) {
	.images p{
		width: 49%;
	}
}
@media screen and (max-width: 479px) {
}


