@charset "utf-8";

/* ページタイトル
****************************************************************/
#pagetitle{
	background: url(../../contri/img/page_title_image.png) no-repeat right 4% bottom, url(../../img/common/bg_pagetitle.jpg) no-repeat;
	background-size: 500px auto, cover;
}
#pagetitle .wrapper{
	background: none;
}

@media screen and (max-width: 979px) {
	#pagetitle{
		background: url(../../contri/img/page_title_image.png) no-repeat right 0 bottom, url(../../img/common/bg_pagetitle.jpg) no-repeat;
		background-size: 50% auto, cover;
	}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 620px) {
}
@media screen and (max-width: 479px) {
}

/* ページ内リンク関連
****************************************************************************/
ul#page_menu {
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
}

#page_menu li{
	min-width: 24.5%;
	margin: 2px 0.25%;

}
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px) {
	#page_menu li{
		min-width: 49.5%;
	}
}
@media screen and (max-width: 620px) {
}
@media screen and (max-width: 479px) {
}


.images img{
	max-width: 24.5%;
}
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 620px) {
	.images img{
		max-width: 49%;
	}
}
@media screen and (max-width: 479px) {
}
