@charset "utf-8";

@import "normalize.css";

html {
	overflow-y: scroll;
}

body {
	color: #000;
	font-size: 16px;
	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: #FFF;
}

#wrapper {
	width: 100% !important;
	text-align: center;
}

#container {
	width: 960px;
	margin: auto;
	text-align: center;
	overflow: hidden;
}

a:link {
	color: #28a8eb;
}

a:visited {
	color: #28a8eb;
}

a:active {
	color: #F5CA00;
}

a:hover {
	color: #F5CA00;
}

a:focus {
	outline: none;
}

img.ic {
	vertical-align: bottom;
}


/* header */

#header_frame {
	width: auto;
	height: auto;
	margin: 0 auto;
	border-bottom: 2px solid #E1E1E1;
}

header {
	width: 960px;
	height: 91px;
	position: relative;
	margin: 0 auto;
}

#logo {
	position: absolute;
	top: 25px;
	left: 0px;
	margin: 0;
}

#logo img {
	width: 150px;
}

header h1 {
	position: absolute;
	top: 20px;
	left: 170px;
	margin: 0;
}

header h1 img {
	width: 235px;
}

#h_title {
	position: absolute;
	top: 40px;
	right: 0;
	margin: 0;
	color: #5c5c5c;
}

#h_nav {
	position: absolute;
	top: 10px;
	right: 0;
	margin: 0;
	color: #000;
	font-weight: 600;
}


#h_nav a:link, #h_nav a:visited {
	color: #000;
	text-decoration: none;
}

#h_nav a:active, #h_nav a:hover {
	color: #000;
	text-decoration: none;
	opacity: 0.5;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}


/* nav */

#nav_frame {
	margin: 0 auto;
	padding: 0;
	width: 100%;
    height: auto;
}

nav {
	width: 960px;
	margin: 0 auto 4px;
	padding: 0;
	overflow: hidden;
}

ul#menu {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
	font-weight: 100;
	box-sizing: border-box;
}
 
ul#menu li {   
    margin: 0;
    padding: 0;
    background-image: none;
    display: inline-block;
    text-align: center;
    flex-grow: 1;
	width: 16.2%;
}

ul#menu li a {
    display: block;
	margin: 0 1px;
    padding: 14px 0 10px 18px;
    line-height: 1.2em;
    font-size: 1.1em;
	font-weight: 600;
	border-bottom: 2px solid #28A8EB;
	background-position: 10px 13px;
	background-image: url(../image/navic0.png);
	background-repeat: no-repeat;
	background-size: 25px 20px;
}

ul#menu li.nav1 a {
	background-image: url(../image/navic1.png);
}

ul#menu li.nav2 a {
	background-image: url(../image/navic2.png);
}

ul#menu li.nav3 a {
	background-image: url(../image/navic3.png);
}

ul#menu li.nav4 a {
	background-image: url(../image/navic4.png);
}

ul#menu li.nav5 a {
	background-image: url(../image/navic5.png);
}

ul#menu li a:link, ul#menu li a:visited {
	color: #000;
	text-decoration: none;
}

ul#menu li a:active, ul#menu li a:hover {
	text-decoration: none;
	color: #000;
	opacity: 0.5;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}


/* footer */

#footer_frame {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 18px 0;
	clear: both;
	border-top: 2px solid #AEAEAE;
}

footer {
	width: 960px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	font-size: 13px;
}

#address {
	width: auto;
	height: auto;
	margin: 0 auto 12px;
	text-align: center;
	line-height: 1.7;
}

#copy {
	width: 960px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	line-height: 1.3;
}


/* ページトップへ戻る */

#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_frame {
	width: 100%;
	height: 271px;
	margin: 0 auto 47px;
	background-image: url(../image/topback.jpg);
	background-size: cover;
	position: relative;
}

#top {
	width: 350px;
	height: 135px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

#top img {
	width: 350px;
}

.menu_img {
	width: 172px;
	height: auto;
	margin: 0 45px 55px 0;
	padding: 0;
	float: left;
}

.menu_img img {
	width: 172px;
}

.menu_img a:active, .menu_img a:hover {
	opacity: 0.8;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

#menu_comment {
	width: 526px;
	height: auto;
	margin: 0 0 55px;
	font-size: 21px;
        padding: 0;
	text-align: left;
	float: left;
}

#menu_comment h4 {
	margin: 15px 0 20px;
	padding: 0;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	text-align: left;
}

#menu_comment p {
	margin: 5px 0;
	padding: 0;
	text-indent: 0;
}

#news {
	width: auto;
	height: 245px;
	margin: 0 5px 40px 18px;
	padding: 0;
	text-align: left;
	overflow: auto;
}

.news_frame {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 7px 0 10px;
	overflow: hidden;
}

.news_date {
	width: 11%;
	margin: 2px 0 0;
	padding: 1px 0 0 0;
	float: left;
	text-align: left;
	line-height: 1;
	border-right: 1px solid #777;
}

.news_detail {
	width: 86%;
	margin: 0;
	padding: 0 0 0 2%;
	float: right;

}


/* main */

main {
	width: 960px;
	min-height: 490px;
	margin: 8px 0 0;
	padding: 0 0 25px;
	text-align: left;
}

main h1 {
	margin: 25px 0 25px;
	padding: 5px 0 5px 35px;
	font-size: 30px;
	line-height: 30px;
	font-weight: 500;
	color: #808080;
	text-align: left;
	background-image: url(../image/h1.png);
	background-repeat: no-repeat;
	background-position: 0px 15px;
	-moz-background-size: 24px 6px;
	background-size: 24px 6px;
}

h2 {
	margin: 30px 0 18px;
	padding: 11px 0 10px 45px;
	font-size: 17px;
	line-height: 17px;
	font-weight: 600;
	text-align: left;
	color: #FFF;
	background: #28a8eb;
	-webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

h2.top {
	margin: 0;
	padding: 10px 0 10px 45px;
	background-position: 12px 9px;
	background-image: url(../image/news.png);
	background-repeat: no-repeat;
	-moz-background-size: 25px 20px;
	background-size: 25px 20px;
	clear: both;
}

h3 {
	margin: 25px 0 13px;
	padding: 0 30px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 900;
	text-align: left;
	color: #28a8eb;
	
}

h4 {
	margin: 15px 35px 10px;
	padding: 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-align: left;
}

p {
	margin: 5px 35px 5px 40px;
	padding: 0;
	text-indent: 0.7em;
}

p.noindent {
	text-indent: 0;
}


/* 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: normal;
	text-align: center;
	background-color: #F2F2F2;
}

table td {
	border: 1px solid #CCC;
	padding: 7px 5px 5px;
}

table.noborder th {
	border: none;
}

table.noborder td {
	border: none;
}

table.center {
	margin: 10px auto;
}


/* figure */

figure {
	margin: 10px 20px;
}

figure.center {
	margin: 10px auto;
}

figure.fr {
	float: right;
	margin: 0 35px 5px 10px;
}

figure.fl {
	float: left;
	margin: 0 10px 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.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%;
}

.w20 {
	width: 20%;
}

.w25 {
	width: 25%;
}

.w30 {
	width: 30%;
}

.w35 {
	width: 35%;
}

.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: 93%;
	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;
}


/* Album */

.photo_frame {
	width: 93%;
	margin: 10px auto 20px;
	overflow: hidden;
}

.photo {
	width: 30%;
	margin: 0 1% 15px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.photo img {
	width: 100%;
}


/* English */

#en_frame {
	margin: 0;
	overflow: hidden;
}

ul#en {  
	list-style-type: none;
	margin: 0 0 30px 25px;
	padding: 0;
}
 
ul#en li {
	height: auto;
	margin: 0 10px 0 0;
	padding: 0;
	background-image: none;
	display: block;
	text-align: left;
	float: left;
	color: #FFF;
	background: #f5ca00;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	font-weight: 600;
}

ul#en li a {
	display: block;
	padding: 5px 13px 3px;
}

ul#en li a:link, ul#en li a:visited {
	color: #FFF;
	text-decoration: none;
}

ul#en li a:active, ul#en li a:hover {
	color: #FFF;
	text-decoration: none;
	opacity: 0.6;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}