@charset "UTF-8";
/* CSS Document */

#container a.over:hover {
	opacity: 0.6;
}

#header_area {
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	min-width: 960px;
	max-width: 1920px;
	margin: 0 auto;
	padding-top: 54px;
	position: relative;
	z-index: 110;
}
#gnav_2nd {
	text-align: center;
	background-color: #00ABD2;
	width: 100%;
	min-width: 960px;
	max-width: 1920px;
	height: 54px;
	position: fixed;
	top: 0;
	z-index: 100;
}
#gnav_2nd .btn {
	display: none;
}
#gnav_2nd ul {
	text-align: center;
	margin: 6px auto 0 auto;
	padding-right: 0;
}
#gnav_2nd li {
	display: inline-block;
	padding: 0 5px;
}
#gnav_2nd li a img {
	opacity: 0.7;
}
#gnav_2nd li.selected a img,
#gnav_2nd li a:hover img {
	opacity: 1;
}
#img_main_2nd {
	width: 100%;
	min-width: 960px;
	max-width: 1920px;
}
#img_main_2nd img {
	width: 100%;
}
#logo_head {
	position: absolute;
	width: 15%;
	min-width: 144px;
	top: 0;
	right: 1.66666%;
	z-index: 200;
}
#logo_head img {
	width: 100%;
}


#main_area {
	text-align: left;
	width: 960px; 
	margin: 0 auto;
	padding-bottom: 40px;
}

#outline {
	margin-top: 38px;
	padding-bottom: 0;
	position: relative;
	/*0406_Shanon_add*/
	margin-bottom: 55px;
}
#outline h2 {
	font-size: 110%;
	font-weight: normal;
	background-color: #89a7cf;
	width: 140px;
	position: absolute;
	top: 0;
	left: 0;
}
#outline h2 span {
	color: #FFF;
	line-height: 1.8;
	text-align: center;
	letter-spacing: 0.2em;
	width: 140px;
	height: 140px;
	display: table-cell;
	vertical-align: middle;
}
#outline dl {
	font-size: 100%;
	text-align: left;
	padding: 4px 45px 4px 185px;
}
#outline dt {
	color: #004EA2;
	line-height: 1.6;
	letter-spacing: 3em;
	white-space: nowrap;
}
#outline dt.space_none {
	letter-spacing: 1em;
}
#outline dd {
	color: #231815;
	line-height: 1.6;
	letter-spacing: 0.2em;
	margin: -1.6em 0 0.4em 0;
	padding-left: 8em;
	overflow: hidden;
}
#outline dd .year,
#outline dd .date {
	line-height: 1.4;
	display: inline-block;
	float: left;
}
/*
#outline dl {
	padding: 4px 45px 4px 185px;
}
#outline dt {
	color: #004EA2;
	line-height: 1.4;
	letter-spacing: 1em;
	white-space: nowrap;
}
#outline dt.space_none {
	letter-spacing: 0;
}
#outline dd {
	line-height: 1.4;
	margin: -1.4em 0 0.4em 0;
	padding-left: 4em;
}
*/
#outline .sns {
	position: absolute;
	top: 0;
	right: 0;
}
#outline .sns a {
	display: inline-block;
	margin-left: 8px;
}
#outline .sns a:hover {
	opacity: 0.8;
}

#foot_link {
	text-align: center;
	box-sizing: border-box;
	min-width: 960px;
	max-width: 1920px;
	margin: 0 auto;
	padding: 18px;
}
#foot_link .sns a {
	display: inline-block;
	margin-left: 8px;
}

#foot_link .link {
	margin-top: 2em;
}
#foot_link .link ul {
	list-style: none;
}
#foot_link .link li {
	font-size: 85%;
	color: #898989;
	line-height: 1.4;
	white-space: nowrap;
	display: inline-block;
	margin-top: 1em;
	padding-right: 2em;
}
#foot_link .link a {
	color: #898989;
}
#foot_link .link a:hover {
	text-decoration: underline;
}

#footer {
	text-align: center;
	background-color: #DCDDDD;
	box-sizing: border-box;
	min-width: 960px;
	max-width: 1920px;
	margin: 1em auto 0 auto;
	padding: 42px 0 32px 0;
	position: relative;
}
#footer .totop {
	position: fixed;
	right: 34px;
	bottom: 52px;
	z-index: 9999;
}
#footer .totop img {
	opacity: 0.9;
}
#footer .totop a:hover img {
	opacity: 1;
}
#footer .logo img {
	margin: 0 auto;
}
#footer .copyright {
	font-size: 75%;
	color: #898989;
	line-height: 1.2;
	margin-top: 1em;
}