@charset "utf-8";

/*@import url("small_size.css") screen and (max-width: 649px);*/
/*@import url("a.css") screen and (min-width: 415px) and ( max-width:750px);*/
/*@import url("std_size.css") screen and (min-width: 650px);*/
/* CSS Document */


/* Design by HDL */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, center, dl, dt, dd, ul, li, fieldset, form, label, legend, p {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
font-size:9.5pt;
}

#wrapper{
margin:20px;
padding:20px;
width:100%;
border:1px solid green;
max-width:1024px;}

nav {
    border-bottom: 1px solid green;
    background-color: green;
    margin: 10px 0px;
    border-top: 1px solid green;
}

nav ul{
display: table;
margin: 0 auto;
padding: 0;
width: 80%;
text-align: center;
}
nav ul li{
display: table-cell;
min-width: 75px;
border-right: 1px solid white;
    vertical-align: middle;
color:white;
}

nav ul li:first-of-type:not(.curren) a {
    padding: 19px 0px 20px;
}

@-moz-document url-prefix(){
nav ul li:first-of-type:not(.curren) a {
    padding: 20px 0px 20px;
 }
}

nav ul li:first-child{
border-left: 1px solid white;
}

nav ul li a{
display: block;
width: 100%;
padding: 10px 0;
text-decoration: none;
color:white;
}
nav ul li a:hover{
background-color:white;
color:green;
border-right: 1px solid green;
}
nav ul li.current {
    background: white;
    color: green;
border-right: 1px solid green;
}

.logo{
text-align:right;
}

.update{
text-align:right;
font-size:1.0em;
}

.burasage {
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
}

h1 {
    font-size: 1.7em;
    text-align: left;
    padding: 25px 0px 10px;
}

h2 {
    font-size: 1em;
    font-weight: normal;
    text-decoration: underline;
clear:both;
}

p.bun1 {
    margin: 10px 0px;
    text-indent: 1em;
    line-height: 1.5em;
}

ul li{
    list-style: none;
}

ol>li {
    margin-top: 1.5em;
}

ol ul, ol p {
    margin: 0.5em 0em;
}

ul.kajyou01 li {
    list-style: square;
    margin-left: 2em;
}

p.mtb_01 {
    margin: 1em 0em;
}

footer.decoration_F01 {
    border-top: 1px solid #CCCCCC;
    font-size: 10pt;
margin:1em 0em;
padding-top:1em;
}

p.copy {
    text-align: right;
}

p.mail01 {
    font-weight: bold;
}

p.mb01 {
    margin-bottom:1em;
}

span.ml_01{
margin-left:1em;
}

div.pdf_list{
    padding: 10px;
    background: #eef3ee;
}

div.pdf_list h2  {
    display: block;
    border-left: 3px solid green;
    font-size: 1.2em;
    text-align: left;
    padding: 10px;
    background-color: white;
    text-decration: none;
    text-decoration: none;
    margin-bottom: 1em;
}

div.pdf_list table.main_pdf {
 border-collapse: collapse;
margin-top:10px;
width:100%;
text-align:center;
background-color:white;
margin-bottom:10px;
}

div.pdf_list table.main_pdf td {
    border: 1px solid #e2e7e2;
    padding: 15px 0px;
    width: 33%;
}

div.pdf_list table.main_pdf td a{
color:green;
}

div.pdf_list table.list_pdf {
 border-collapse: collapse;
margin-top:10px;
width:100%;
background-color:white;
margin-bottom:10px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

div.pdf_list table.list_pdf caption  {
    border: 1px solid #518351;
    border-bottom: none;
    margin: 0px;
    padding: 1em;
    text-align: left;
    background: #518351;
    color: white;
    font-weight: bold;
    width: 300px;
    border-radius: 8px 8px 0 0;
}

div.pdf_list table.list_pdf thead th {
    background-color: #ffffff;
    color: #518351;
    padding: 1em;
    text-align: left;
    font-weight: normal;
    border-top: 1px solid #518351;
    border-bottom: 1px solid #518351;
    font-weight: bold;
}

div.pdf_list table.list_pdf thead th:first-of-type {
width:70%;
border-right: 1px solid #518351;
}

div.pdf_list table.list_pdf tbody td {
    padding: 0.3em 1em;
    text-align: left;
    font-weight: normal;
border-bottom: 1px solid #518351;
}

div.pdf_list table.list_pdf tbody tr td:first-of-type {
border-right: 1px solid #518351;
}

div.pdf_list table.list_pdf tr td:nth-of-type(2) {
color:#bdb8b8;
}

div.pdf_list table.list_pdf tbody td a {
color:green;
}



@media screen and (min-width:896px) {
    /*　画面サイズが768pxからはここを読み込む　*/
#wrapper{
width:70%;
}

}


    /*　画面サイズが768pxからはここまでを読み込む　*/

