@charset "utf-8";

@import "normalize.css";

html {
	overflow-y: scroll;
}

body {
	color: #000;
	font-size: 15px;
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	background-color: #4089DC;
	background-image: url(../image/back.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	-moz-background-size: 1px 1010px;
	background-size: 1px 1010px;
}

a:link, a:visited {
	color: #2F5496;
}

a:active, a:hover {
	color: #86B4E9;
}

a:focus {
	outline: none;
}

img.ic {
	vertical-align: bottom;
}


/* header */

#header_frame {
	width: 100%;
	height: 96px;
}

header {
	width: 960px;
	position: relative;
	margin: 0 auto;
}

header h1 {
	position: absolute;
	top: 20px;
	left: 0px;
	margin: 0;
	padding: 0;
}

header h1 img {
	width: 640px;
}

header.en h1 img {
	width: 861px;
}

#lang {
	position: absolute;
	top: 20px;
	right: 0px;
	margin: 0;
	padding: 0;
}

#lang img {
	width: 81px;
}


/* nav */

#nav_frame {
	width: 100%;
	height: 40px;
	margin: 0;
	background-color: #0b5eba;
	background-image: -webkit-linear-gradient(bottom, rgba(30,31,31,.16), rgba(255,255,255,.16));
	background-image: -moz-linear-gradient(bottom, rgba(30,31,31,.16), rgba(255,255,255,.16));
	background-image: -o-linear-gradient(bottom, rgba(30,31,31,.16), rgba(255,255,255,.16));
	background-image: -ms-linear-gradient(bottom, rgba(30,31,31,.16), rgba(255,255,255,.16));
	background-image: linear-gradient(to top, rgba(30,31,31,.16), rgba(255,255,255,.16));
}

nav {
	width: 960px;
	margin: 0 auto;
}

ul#menu {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
	box-sizing: border-box;
}

ul#menu li {
    margin: 0;
    padding: 0;
    background-image: none;
    display: inline-block;
    text-align: center;
	flex-grow: 1;
	width: 12.5%;
	border-left: 1px solid #BADBF0;
}

ul#menu li:last-child {
	border-right: 1px solid #BADBF0;
}

ul#menu li a {
    display: block;
	margin: 0;
    padding: 14px 5px 11px;
    line-height: 15px;
    font-size: 15px;
	font-weight: 600;
	color: #FFF;
	text-decoration: none;
}

ul#menu li.double a {
    padding: 6px 5px 4px;
    line-height: 15px;
    font-size: 15px;
}

ul#menu li a:active, ul#menu li a:hover {
	text-decoration: none;
	opacity: 0.5;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


/* footer */

footer {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0 9px;
	text-align: center;
	background: #D8D8D8;
	color: #666;
	font-size: 13px;
}


/* ページトップへ戻る */

#page-top {
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: 10px;
	right: 10px;
	width: 50px;
	height: 20px;
	padding: 15px 10px 10px;
	background: #000;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	line-height: 20px;
	clear: both;
	opacity: .7;
    filter: alpha(opacity=70);
}

#page-top:hover {
	opacity: .8;
    filter: alpha(opacity=80);
}

.arrow {
	position: absolute;
	width: 15px;
	height: 15px;
	border: 2px solid #000;
	border-left-color: #FFF;
	border-top-color: #FFF;
	top: 20px;
	left: 25px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media print {
#page-top {
	display: none;
}
}


/* top */

#top {
	width: 960px;
	height: 292px;
	margin: 0 auto;
	background: url(../image/topback.jpg) 0 0;
	background-size: contain;
	position: relative;
}

#etop{
	width: 960px;
	height: 292px;
	margin: 0 auto;
	background-image: url(../image/topback.jpg);
	background-repeat: no-repeat;
	-moz-background-size: 960px 292px;
	background-size: 960px 292px;
}

#etop img {
	width: 960px;
}

#top ul.photo {
   position: absolute;
   overflow: hidden;
   margin: 0;
   padding: 0;
   width: 960px;
   height: 292px;
   list-style: none;
   top: 0;
   left: 0;
}

#top ul.photo li {
   position: absolute;
   top: 0;
   left: 0;
   margin: 0;
   padding: 0;
   background-image: none;
}

#top ul.photo li img {
	width: 960px;
}

h4.top {
	margin: 5px 39px 10px;
	padding: 0;
	font-size: 18px;
	line-height: 18px;
	color: #134A87;
}

p.top {
	margin: 5px 39px 30px;
	padding: 0;
	text-indent: 0;
}

#news {
	width: 660px;
	margin: 0 26px 0 39px;
	float: left;
}

#news dl {
	height: 290px;
	margin: 0;
	padding: 10px 15px 10px 5px;
	list-style: none;
	overflow: auto;
}

#news dt {
	margin: 0;
	padding: 2px 0 0 0;
	color: #B8B8B8;
	font-size: 15px;
}

#news dd {
	margin: 0 5px 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #D2D2D2;
}

#bn {
	width: 196px;
	margin: 0 39px 3px 0;
	padding: 0;
	float: right;
}

#bn ul {
	margin: 0;
	padding: 0;
}

#bn ul li {
	list-style-type: none;
	line-height: 0;
	background-image: none;
	margin: 0 0 20px;
	padding: 0;
}

#bn ul li a {
	width: 196px;
	display: block;
}

#bn img {
	width: 196px;
}

#bn a:active, #bn a:hover {
	opacity: 0.6;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

#contact {
	width: 146px;
	margin: 0 39px 0 0;
	padding: 15px 25px;
	float: right;
	background: #F8F8F8;
}

#contact img {
	width: 14px;
}


/* main */

main {
	width: 960px;
	min-height: 490px;
	margin: 0 auto;
	padding: 20px 0 30px;
	text-align: left;
	background: #FFF;
}

main.top {
	min-height: inherit;
	overflow: hidden;
	padding: 35px 0 47px;
}

main h1 {
	margin: 0 25px 25px;
	padding: 14px 0 12px .7em;
	font-size: 23px;
	line-height: 23px;
	font-weight: 600;
	color: #000;
	border-top: 1px solid #B7B7B7;
	border-bottom: 1px solid #A4A4A4;
	position: relative;
}

main h1:before {
	content: "";
	position: absolute;
	top: 14px;
	left: 0;
	height: 20px;
	width: 5px;
	background: #1E6DB7;
}

h2 {
	margin: 30px 25px 20px;
	padding: 7px .7em 6px;
	font-size: 17px;
	line-height: 17px;
	font-weight: 600;
	color: #FFF;
	letter-spacing: 1px;
	background-color: #1359a6;
	background-image: -webkit-linear-gradient(bottom, rgba(30,31,31,.16), rgba(255,255,255,.16));
	background-image: -moz-linear-gradient(bottom, rgba(30,31,31,.16), rgba(255,255,255,.16));
	background-image: -o-linear-gradient(bottom, rgba(30,31,31,.16), rgba(255,255,255,.16));
	background-image: -ms-linear-gradient(bottom, rgba(30,31,31,.16), rgba(255,255,255,.16));
	background-image: linear-gradient(to top, rgba(30,31,31,.16), rgba(255,255,255,.16));
}

h2.top {
	margin: 0;
}

h3 {
	margin: 25px 25px 13px;
	padding: 5px 15px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 900;
	color: #000;
	background: #EBEBEB;
}

h4 {
	margin: 15px 35px 10px;
	padding: 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
}

p {
	margin: 5px 35px 5px 40px;
	padding: 0;
	text-indent: 0.7em;
}

p.noindent {
	text-indent: 0;
}

.style1 {
	font-size: 1.2em;
}

.style2 {
	color: #000;
}

.style3 {
	color: #F00;
}


/* list */

ul {
	margin: 5px 35px 5px 50px;
	padding: 0;
}

ul li {
	list-style: none;
	padding: 2px 0 2px 17px;
	background-position: 0 7px;
	background-image: url(../image/li.png);
	background-repeat: no-repeat;
	-moz-background-size: 11px 11px;
	background-size: 11px 11px;
}

li ul {
	margin: 5px 0 0 5px;
}

ol {
	margin: 5px 35px 5px 68px;
	padding: 0;
}

ol li {
	margin: 0;
	padding: 2px 0;
}

li ol {
	margin: 5px 0 0 20px;
}


/* table */

table {
	padding: 0;
	margin: 10px 10px 10px 50px;
}

table th {
	border: 1px solid #CCC;
	padding: 7px 5px 5px;
	font-weight: 600;
	text-align: center;
	background-color: #F2F2F2;
}

table td {
	border: 1px solid #CCC;
	padding: 5px 3px 3px;
}

table.noborder th {
	border: none;
}

table.noborder td {
	border: none;
}

table.center {
	margin: 10px auto;
	text-align: left;
}

td.top {
	vertical-align: top;
}


/* figure */

figure {
	margin: 10px 20px;
}

figure.center {
	margin: 10px auto;
}

figure.fr {
	float: right;
	margin: 0 35px 5px 15px;
}

figure.fl {
	float: left;
	margin: 0 15px 5px 40px;
}

figure img {
	margin: 3px 0;
}

figcaption {
	font-size: 0.85em;
	line-height: 1.1;
	padding: 0 5px;
	text-align: left;
}


/* utility */

a.pdf {
	background: url(../image/ic_pdf.png) right no-repeat;
	padding-right: 24px;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
}

a.doc {
	background: url(../image/ic_doc.png) right no-repeat;
	padding-right: 24px;
	-moz-background-size: 20px 18px;
	background-size: 20px 18px;
}


a.blank {
	background: url(../image/ic_blank.png) right no-repeat;
	padding-right: 22px;
	-moz-background-size: 18px 17px;
	background-size: 18px 17px;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb05 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mt0 {
	margin-top: 0 !important;
}

.mt05 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.w10 {
	width: 10%;
}

.w15 {
	width: 15%;
}

.w20 {
	width: 20%;
}

.w25 {
	width: 25%;
}

.w30 {
	width: 30%;
}

.w40 {
	width: 40%;
}

.w50 {
	width: 50%;
}

.w60 {
	width: 60%;
}

.w70 {
	width: 70%;
}

.w80 {
	width: 80%;
}

.w90 {
	width: 90%;
}

.w100 {
	width: 100%;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
	text-indent: 0;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.small {
	font-size: 0.85em;
}

hr {
	border: 1px dotted #666666;
	margin: 15px 15px;
	clear: both;
}

blockquote {
	margin: 5px 0 5px 9px;
}

blockquote p {
	text-indent: 0;
}


table.color {
	width: 95%;
	margin: 15px auto 25px;
	border-top: 1px dotted #9D9D9D;
}

table.color th {
	border-left: none;
	border-right: none;
	border-top: 1px dotted #9D9D9D;
	border-bottom: 1px dotted #9D9D9D;
	padding: 8px;
	font-weight: normal;
	text-align: left;
	background: #9fc3e0;
	color: #FFF;
}

table.color td {
	padding: 8px;
	border: none;
	border-bottom: 1px dotted #9D9D9D;
}

table.color tr:nth-child(odd) {
	background-color: #F9F9F9;
}


/* 成果 */

table.products {
	width: 93%;
	margin: 10px auto;
	text-align: left;
}

table.products td {
    vertical-align: top;
	padding: 5px 5px 3px;
}

.edumaterials{
	width:960px;
	display:flex;
	flex-wrap: wrap;
	padding: 10px;
	text-align: center;
}

.edumaterial2{
	width: 50%;
	padding-top: 30px;
}

.edu-image2{
	width:350px;
	height: auto;
}

.edumaterial3{
	width: 33%;
	padding-top: 30px;
}

.edu-image3{
	width:250px;
	height: auto;
}

/* 活動報告 */

dl.report {
	margin: 10px 0 10px 50px;
}

dl.report dt {
	padding: 0 0 0 15px;
	margin: 0;
	background-position: 0 5px;
	background-image: url(../image/li.png);
	background-repeat: no-repeat;
	-moz-background-size: 11px 11px;
	background-size: 11px 11px;
	width: 85px;
	float: left;
	clear: left;
}

dl.report dd {
	margin: 0 0 5px 55px;
	padding: 0;
}
