@charset "utf-8";

@import "normalize.css";

html {
	overflow-y: scroll;
}

body {
	color: #000;
	font-size: 14px;
	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: #FFF;
}

a:link, a:visited {
	color: #0C56BB;
}

a:active, a:hover {
	color: #888;
}

a:focus {
	outline: none;
}

img.ic {
	vertical-align: bottom;
}


/* header */

#header_frame {
	width: 100%;
	height: 110px;
}

header {
	width: 960px;
	position: relative;
	margin: 0 auto;
}

header h1 {
	position: absolute;
	top: 33px;
	left: 210px;
	margin: 0;
	padding: 0;
}

header h1 img {
	width: 405px;
}

#logo {
	position: absolute;
	top: 9px;
	right: 50px;
	color: #1285BB;
	font-weight: 600;
	font-size: 16px;
}


#logo img {
	width: 93px;
}


/* nav */

#nav_frame {
	width: 100%;
	height: 70px;
	background-color: #000;
}

nav {
	width: 880px;
	margin: 0 auto 0;
	padding: 20px 0 0;
	background-color: #fff;
}

ul#menu {
    list-style-type: none;
    margin: 0 auto 0;
    padding: 0;
    display: flex;
	box-sizing: border-box;
	background-color: #1F2D44;
}

ul#menu li {
    margin: 0;
    padding: 0;
    background-image: none;
    text-align: center;
	border-left: 1px solid #FFF;
	width: 137px;
}

ul#menu li:last-child {
	border-right: 1px solid #FFF;
}

ul#menu li a {
    display: block;
	margin: 0;
    padding: 18px 0 17px;
    line-height: 15px;
    font-size: 15px;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;

}

@media all and (-ms-high-contrast:none){
ul#menu li a {
	padding: 21px 0 14px;
}
}

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_frame {
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 12px;
	background: #1E2D44;
}

#fnav {
	width: 100%;
	margin: 0 auto;
	padding: 21px 0 18px;
	background: #8c99aa;
	color: #F0F0F0;
}

#fnav ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
	box-sizing: border-box;
	display: inline-block;
}

#fnav ul li {
    margin: 0;
    padding: 0 1em;
    background-image: none;
    display: inline-block;
    text-align: center;
	border-right: 1px solid #F0F0F0;
}

#fnav ul li:last-child {
	border: none;
}

#fnav ul li a {
    display: block;
	margin: 0;
    padding: 0;
    line-height: 14px;
    font-size: 14px;
	font-weight: 100;
	color: #F0F0F0;
	text-decoration: none;
}

#fnav ul li a:active, #fnav ul 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;
}

#address {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0 0;
	text-align: center;
	color: #DBE2EF;
	text-align: center;
	line-height: 1.8;
}

p.ftitle {
	font-size: 19px;
	font-weight: 600;
	color: #FFF;
}

footer {
	width: 960px;
	margin: 0 auto;
	padding: 8px 0 12px;
	text-align: center;
	color: #DBE2EF;
}


/* ページトップへ戻る */

#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: auto;
	margin: 0 auto;
	background-image: url(../image/topback.jpg);
	background-size: cover;
	background-position: center center;
}

#top{
	width: 650px;
	height: auto;
	margin: 0 auto;
	padding: 25px 0 10px;
	text-align: left;
	font-size: 15px;
	font-weight: 600;
	text-shadow: 0 0 5px #FFF;
	color: #333;
	line-height: 1.4;
}

#top p.title {
	margin: 5px 0;
	padding: 0;
	text-indent: 0;
	text-align: center;
	font-size:18px;
	color: #1F2D44;
}

.title2 {
	font-size:18px;
}

.red {
	color: red;
}

.red2u {
	text-decoration: underline double red;
}

.red3 {
	color: red;
	line-height: 2em;
}

.notice {
	color: #228b22;
	padding: 0.5em 1em;
	margin: 2em 0;
	border: double 5px #228b22;
}

.emergency {
	color: red;
	padding: 0.5em 1em;
	margin: 2em 0;
	border: double 5px red;
}

#top ul {
	margin: 5px 0 5px;
	padding: 0;
}

#top ul li {
	padding: 2px 0 10px 17px;
	background-position: 0 9px;
}

#undertop {
	width: 100%;
	padding:  8px 0 1px;
	text-align: center;
}

#undertop img {
	width: 845px;
	margin: 0 auto;
}

#banner {
	width: 100%;
	padding: 5px 0;
	text-align: center;
}

#banner img {
	width: 200px;
	margin: 0 5px;
}


/* main */

main {
	width: 960px;
	min-height: 440px;
	margin: 0 auto;
	padding: 0 0 35px;
	text-align: left;
}

main h1 {
	width: 860px;
	margin: 30px auto 25px;
	padding: 13px 40px 12px;
	font-size: 24px;
	line-height: 24px;
	color: #FFF;
	text-align: left;
	font-weight: 600;
	background: #016062;
}

@media all and (-ms-high-contrast:none){
main h1 {
	padding: 18px 40px 7px;
}
}

h2 {
	margin: 30px 40px 15px;
	padding: 5px 0 0;
	font-size: 19px;
	line-height: 1.2em;
	color: #1E2D44;
	text-align: left;
	font-weight: 600;
}

h3 {
	margin: 25px 45px 14px;
	padding: 5px 0 5px;
	font-size: 17px;
	line-height: 1.2em;
	color: #737373;
	text-align: left;
	font-weight: 600;
	border-bottom: 1px solid #2E3547;
}

h4 {
	margin: 15px 45px 10px;
	padding: 0;
	font-size: 16px;
	line-height: 16px;
	text-align: left;
	font-weight: 600;
}

p {
	margin: 5px 45px 5px 50px;
	padding: 0;
	text-indent: 0.7em;
}

p.noindent {
	text-indent: 0;
}


/* list */

ul {
	margin: 5px 45px 5px 60px;
	padding: 0;
}

ul li {
	list-style: none;
	padding: 2px 0 2px 17px;
	background-position: 0 6px;
	background-image: url(../image/li.png);
	background-repeat: no-repeat;
	-moz-background-size: 11px 11px;
	background-size: 11px 11px;
}

@media all and (-ms-high-contrast:none){
ul li {
	background-position: 0 4px;
}
}

li ul {
	margin: 5px 0 0 5px;
}

ol {
	margin: 5px 45px 5px 73px;
	padding: 0;
}

ol li {
	margin: 0;
	padding: 2px 0;
}

li ol {
	margin: 5px 0 0 20px;
}


/* table */

table {
	padding: 0;
	margin: 10px 10px 10px 60px;
}

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 40px;
}

figure.center {
	margin: 10px auto;
}

figure.fr {
	float: right;
	margin: 0 45px 5px 15px;
}

figure.fl {
	float: left;
	margin: 0 15px 5px 50px;
}

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.zip {
	background: url(../image/ic_zip.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%;
}

.w15 {
	width: 15%;
}

.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;
}

.report {
	display: flex;
	width: 960px;
}

.report__pic {
	margin: 10px;
	width: 27%;
	height: 27%;
}

.downloads {
	display: flex;
	justify-content: flex-start;
	flex: 1 1 auto;
	margin-left: 50px;
	margin-bottom: 20px;
}

.downloads__item {
	padding-left: 40px;
	white-space: nowrap;
}

.downloads__item:first-child {
	padding-left: 0px;
}

.dlsize {
	font-size: 12px;
}

.downloads__each {
	padding-left: 20px;
	padding-top: 5px;
	line-height: normal;
}

.dlButton {
	text-decoration: none;
	background-color: #016062;
}

hr {
	border: 1px dotted #666666;
	margin: 15px 40px;
	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;
}


/* 会則 */

dl {
	margin: 5px 45px;
	padding: 0;
	list-style: none;
	text-align: left;
}

dt {
	width: 90px;
	margin: 0 0 0 0px;
	padding: 5px 0 10px;
	float: left;
	clear: left;
}

dd {
	margin: 0 0 15px;
	padding: 5px 10px 10px 90px;
}
