@charset "utf-8";
/* CSS Document */

/* css reset */

/* =Reset
-------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
img {vertical-align:top;}
input[type="radio"], input[type="checkbox"] {vertical-align: -2px;}
label {cursor: pointer;}

html>/**/body {
		font-family:"���C���I", Meiryo, "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
}
* + html body {
		font-family:"���C���I", Meiryo, "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
}

/* For modern browsers */
.cf:before,
.cf:after {
	content:"";
	display:table;}
.cf:after {clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.cf {zoom:1;}
.clr {
	clear: both;
}

/* =all
-------------------------------------------------------------- */




body {
	text-align: center;
	font-size: 12px;
	color: #000;
	background: #fff;
	line-height: 1.6;
width: 100%;
min-width: min-content;
}
a { color: #000;
	text-decoration: none;}
a:hover{text-decoration:underline;}
a.line{ text-decoration:underline;}
a.line:hover{ text-decoration:none;}

/* font */
.fl,fl02 {float: left;}
.fr,fr02 {float: right;}
.ta_l {text-align: left;}
.ta_c {text-align: center;}
.ta_r {text-align: right;}
.va_t {vertical-align: top;}
.va_b {vertical-align: bottom;}
.va_m {vertical-align: middle;}
.lh17 {line-height: 1.7;}
.lh20 {line-height: 2;}
.f10 {font-size: 10px;}
.f12 {font-size: 12px;}
.f14 {font-size: 14px;}
.f15 {font-size: 15px;}
.f16 {font-size: 16px;}
.f18 {font-size: 18px;}
.f20 {font-size: 20px;}
.f22 {font-size: 22px;}
.f28 {font-size: 28px;}
.red {color: #e60012;}
.red02 {color: #f00;}
.blue {color: #303f9f;}
.pink {color: #f04c68;}
.yellow{color: #f7b016;}
.bold {font-weight: bold;}
.orange{ color:#ff7955;}

/* mgn */
.mgn05 {margin-bottom: 5px;}
.mgn08 {margin-bottom: 8px;}
.mgn10 {margin-bottom: 10px;}
.mgn13 {margin-bottom: 13px;}
.mgn15 {margin-bottom: 15px;}
.mgn20 {margin-bottom: 20px;}
.mgn25 {margin-bottom: 25px;}
.mgn30 {margin-bottom: 30px;}
.mgn35 {margin-bottom: 35px;}
.mgn40 {margin-bottom: 40px;}
.mgn45 {margin-bottom: 45px;}
.mgn50 {margin-bottom: 50px;}
.mgn55 {margin-bottom: 55px;}
.mgn60 {margin-bottom: 60px;}
.mgn65 {margin-bottom: 65px;}
.mgn70 {margin-bottom: 70px;}
.mgn100 {margin-bottom: 100px;}
.mgn120 {margin-bottom: 120px;}
.mgn150 {margin-bottom: 150px;}
a:hover img,
input[type="image"]:hover,
button:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
a, a img, input[type="image"] {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	opacity: 1;
}
/*----------------------------

Contents

-----------------------------*/
#header{
	border-top:4px solid #004742;
	width:100vw;
       background: #ffffff;
}
#header img{
       max-width: 90vw;
       margin: auto;
}

body {
     background: #fcfcfc;
     width: 100vw;
}

h2 { font-size: 1.5em;
     font-weigth: bold;
     text-align;:center;
     background: #006400;
     color: #fcfcfc;
     padding: 1% 5%;
}

h3{
       text-aling:center;
       border: none;
       margin-top: 5%;
       margin-bottom: -5%;
       font-size: 1.25em;
}

div#conte {
    height: 86vh;
}

table {
	border-collapse: collapse;
	width:80vw;
        margin: 7% auto 7%;
        padding: 2vw 5vw;
        max-width: 800px;
        border: #848a96 2px solid;
        font-size: 1em;
}
th.t_top {
    border-top: #be1309 4px solid;
        width: 20vw;
}
th {
	border-bottom: #848a96 2px solid;
	text-align: left;
	padding: 10px;
	font-weight: normal;
        width: 20vw;
        background: #261e1c;
        color: #dfe0d8;
}
td.t_top {
	border-top: #261e1c 4px solid;
}
td {
	border-bottom: #848a96 2px solid;
	text-align: left;
	padding: 10px;
}
tr:hover {
    background: #3D80DF;
    color: #FFFFFF;
}



dl.info{
	padding:50px 0;
	margin:0 auto;
	line-height:1.8em;
}
dl.info dt{
	font-weight:bold;
	margin-bottom:10px;
}
dl.info dd{
	margin-bottom:10px;
}
#footlink{
	width:100vw;
	line-height:57px;
	background:#e5e5e5;
	color:#b5b5b5;
}
.copy{
	color:#fff;
	width:100vw;
	background:#2a2a2a;
	line-height:38px;
}
