@charset "utf-8";

/* メニューへのリンク */
.link_to_subsitemenu {
	display: none;
}

/* サブサイト共通ヘッダ */
#mainimg {
	width: 1080px;
	margin: 30px auto 0px;
}

#mainimg_box {
	position: relative;
}
#mainimg_box a {
	display: block;
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
#mainimg_box a:hover {
	opacity: 0.75;
}
#mainimg_box img {
	width: 100%;
	height: auto;
	vertical-align: top;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#mainimg_box a:hover img {
	opacity: 1;
}

#mainimg_box .site_name {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px 30px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 3.2rem;
	font-weight: bold;
	text-shadow: 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff,
		0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff,
		0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff;
	position: absolute;
	top: 30px;
	left: 0px;
	z-index: 1;
}
#mainimg_box .site_name.noimage {
	position: static;
	background: #1457b0;
	color: #ffffff;
	text-shadow: none;
	padding: 30px;
}

/* サブサイト共通フッタ */
#site_footer {
	clear: both;
	float: none;
	width: 1080px;
	background: #f3f8fb;
	margin: 0px auto 50px;
}
#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 {
	background: #1457b0;
	color: #ffffff;
	margin: 0px;
	padding: 16px 20px 15px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
.subsite_menu_ttl a {
	color: inherit;
}

.subsite_menu_list ul {
	margin: 0px;
	padding: 20px 0px 20px 25px;
}
.subsite_menu_list ul li {
	margin-bottom: 10px;
}
.subsite_menu_list ul li:last-child {
	margin-bottom: 0px;
}

.subsite_menu_list div.link_ichiran {
	margin: 0px;
	padding: 0px 20px 10px;
	text-align: center;
}
.subsite_menu_list div.link_ichiran a {
	display: block;
}

/* 新着情報 */
.section_information {
	margin-top: 0px;
}

.site_index2 .section_information_list ul li {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #d4d4d4;
}
.site_index2 .section_information_list ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}
.site_index2 .list_pack .article_txt .article_date {
	line-height: 1.8rem;
}
.site_index2 .list_pack .article_txt .article_date img.icon_new {
	vertical-align: top;
	margin-left: 10px;
}

/* リスト */
.info_list ul li {
	background: url(/img/common/icon_arrow_subsite.png) no-repeat left 0.4em transparent;
	padding-left: 20px;
}

.site_list2 .info_list ul li {
	background: none;
	padding-left: 0px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #d4d4d4;
}
.site_list2 .info_list ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}