@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------------

	informationList

------------------------------------------------------*/
#informationList {}
#informationList .container.w720 {}
#informationList dl {}
#informationList dl .l_col-list { border-bottom: 1px solid #ccc; padding-bottom: 8px; margin-bottom: 10px;}
#informationList dl .l_col-list dt { font-size: 1.2rem; color: #fff; background-color: #399052; width: 70px; height: 22px; text-align: center; margin-top: 2px;}
#informationList dl .l_col-list dd { width: calc(100% - (70px + 15px)); }
#informationList dl .l_col-list dd a { color: #333;}


@media (min-width: 768px) {
	#informationList {}
	#informationList .container.w720 { max-width: 720px; }
	#informationList dl {}
	#informationList dl .l_col-list {}
	#informationList dl .l_col-list dt {}
	#informationList dl .l_col-list dd {}
	#informationList dl .l_col-list dd a {}
}

@media (max-width: 767px) {
	#informationList {}
	#informationList .container.w720 {}
	#informationList dl {}
	#informationList dl .l_col-list {}
	#informationList dl .l_col-list dt { margin-bottom: 0;}
	#informationList dl .l_col-list dd { margin-bottom: 0;}
	#informationList dl .l_col-list dd a {}
}



/*------------------------------------------------------

	pagination

------------------------------------------------------*/
/*
.pagination { font-size: 1.4rem; text-align: center; margin-top: 80px;}
.pagination .page-numbers {
	width: 36px;
	height: 36px;
	background-color: #fff;
	display: inline-block;
	text-align: center;
	line-height: 36px;
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
	margin-left: 2px;
	margin-right: 2px;
}
.pagination .current { background-color: #ABD068; color: #fff;}
.pagination a.page-numbers { color: #333; text-decoration: none;}
.pagination .page-numbers.dots { width: auto; height: auto; display: inline-block; line-height: normal; background-color: transparent; box-shadow: none;}
.pagination .next ,
.pagination .prev { color: #333; width: auto; height: auto; display: inline-block; line-height: normal; background-color: transparent; box-shadow: none; text-decoration: underline !important; }




@media (min-width: 768px) {
	.pagination { margin-bottom: 90px;}
	.pagination .page-numbers {}
	.pagination .current {}
	.pagination a.page-numbers {}
	.pagination .page-numbers.dots {}
	.pagination .next ,
	.pagination .prev {}
}

@media (max-width: 767px) {
	.pagination { margin-bottom: 50px;}
	.pagination .page-numbers {}
	.pagination .current {}
	.pagination a.page-numbers {}
	.pagination .page-numbers.dots {}
	.pagination .next ,
	.pagination .prev {}
}
*/


/*------------------------------------------------------

	informationSingle

------------------------------------------------------*/
#informationSingle {}

#informationSingle article { margin-bottom: 35px; }
#informationSingle article .title { text-align: left; padding-bottom: 0;}
#informationSingle article .title::before { display: none;}
#informationSingle article .date { font-size: 1.4rem; color: #399052;}
#informationSingle article .body {}

#informationSingle .return {}
#informationSingle .return a { width: 142px; height: 36px; color: #fff; font-size: 1.4rem; background-color: #ABD068; display: block; text-align: center; line-height: 36px; text-decoration: none; margin-left: auto; margin-right: auto;}


@media (min-width: 768px) {
	#informationSingle {}
	#informationSingle .container.w720 { max-width: 720px;}

	#informationSingle article {}
	#informationSingle article .title { font-size: 2.8rem;}
	#informationSingle article .date { margin-bottom: 25px;}
	#informationSingle article .body {}
	
	#informationSingle .return { margin-bottom: 200px;}
	#informationSingle .return a {}
}

@media (max-width: 767px) {
	#informationSingle {}

	#informationSingle article {}
	#informationSingle article .title {}
	#informationSingle article .date { margin-bottom: 20px;}
	#informationSingle article .body {}
	
	#informationSingle .return { margin-bottom: 100px;}
	#informationSingle .return a {}
}


/*------------------------------------------------------



------------------------------------------------------*/



@media (min-width: 768px) {

}

@media (max-width: 767px) {

}

