@charset "utf-8";

/* サイトメニューへのアンカーリンク */
.link_to_subsitemenu {
	display: none;
}

/* サブサイト共通ヘッダ */
#mainimg {
	width: calc(100% - 20px);
	max-width: 1040px;
	margin: 0px auto 30px;
}
#mainimg img {
	width: 100%;
	height: auto;
}
#mainimg a {
	display: block;
	color: #000;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
}
#mainimg a.noimage {
	background: #feebfb;
	height: 200px;
	position: relative;
}
#mainimg .site_name {
	display: block;
	width: 100%;
	padding: 0px 30px;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#mainimg .site_name span {
	display: inline-block;
	background: #e4bdde;
	padding: 10px 20px 6px;
	min-width: 620px;
}

/* サブサイト共通フッタ */
#site_footer {
	clear: both;
	width: calc(100% - 20px);
	max-width: 1040px;
	margin: -20px auto 60px;
	background: #e7f4fa;
}
#site_footer_box {
	padding: 20px;
}
#site_footer_box p {
	margin: 0px 0px 1em;
}
#site_footer_box p:last-child {
	margin-bottom: 0px;
}

/* 自由編集項目 */
.free_box p {
	margin: 0px 0px 10px;
}
.free_box p:last-child {
	margin-bottom: 0px;
}
.free_box img {
	max-width: 100%;
	height: auto !important;
}

/* サイドメニュー */
.subsite_menu {
	margin: 0px 0px 10px;
}
.subsite_menu:last-child {
	margin-bottom: 0px;
}
.subsite_menu_ttl {
	margin: 0px;
	padding: 16px 20px 14px;
	background: #e6f1cc;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
.subsite_menu_list ul {
	margin: 0px;
	padding: 10px 0px 0px;
	list-style: none;
}
.subsite_menu_list ul li {
	display: block;
	padding: 3px 0px 3px 20px;
	position: relative;
}
.subsite_menu_list ul li:after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background: #333;
	border-radius: 100%;
	position: absolute;
	left: 5px;
	top: 0.7em;
}
.subsite_menu_list div.link_ichiran {
	margin: 10px 0px 20px;
}
.subsite_menu_list div.link_ichiran a {
	display: block;
	min-width: 0px;
}

/* 小メニュー（サムネイルあり） */
.site_list2 .info_list ul li {
	border-bottom: 1px solid #e6e6e6;
	margin: 0px 0px 20px;
	padding: 0px 20px 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.site_list2 .info_list ul li:last-child {
	margin-bottom: 0px;
}

/* 新着情報（サムネイルあり） */
.site_index2 .section_information_list ul li {
	padding: 20px;
	border-bottom: 1px solid #7f7f7f;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.site_index2 .section_information_list ul li:first-child {
	border-top: 1px solid #7f7f7f;
}


/* タブレット */
@media screen and (max-width : 1079px) {

	#mainimg a.noimage {
		height: auto;
	}
	#mainimg a.noimage .site_name {
		position: static;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		padding: 30px 20px;
	}
	#mainimg a.noimage .site_name span {
		min-width: 320px;
	}

}
/* タブレット ここまで */