@charset "utf-8";
body {
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	color: #333333;
	line-height: 180%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#header {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding-top: 7px;
    width: 90%;
    padding-bottom: 5px;
}
.header_leftbox {
    float: left;
    line-height: 50%;
    padding-top: 5px;
    padding-bottom: 5px;
}
.header_catch {
    line-height: 100%;
    font-size: 13px;
    margin-top: 0px;
}

.header_logo {
    margin-top: 5px;

}
.header_rightbox {
    float: right;
    line-height: 180%;
    width: 25em;
    margin-top: 5px;
    font-size: medium;
    text-align: right;
}
.header_rightbox strong  {
    font-size: 110%;
}
.header_icon {
    color: #FFFFFF;
    background-color: #228800;
    display: inline;
    margin-left: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    vertical-align: bottom;
    font-size: 70%;
    letter-spacing: 0.1em;
}
#header a {
    color: #333333;
}



#menu {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    width: 94%;
}
#menu li {
    list-style-type: none;
    width: 25%;
    float: left;
}
#menu a {
    color: #333;
    font-size: 15px;
    margin: 2px;
    padding-top: 15px;
    padding-bottom: 13px;
    line-height: 100%;
    text-align: center;
    background-color: #FFFFFF;
    border: 1px solid #999999;
    display: block;
}
#menu a:link,#menu a:visited {
}
#menu a:hover,#menu a:active {
    text-decoration: none;
    transition: all 0.5s;
    opacity: 0.5;
}
#menu .selected {
    background-color: #280;
    color: #FFFFFF;
}
h1,h2,h3,h4,h5,p,ol,ul,li,dl,dd,form {
	margin: 0px;
	padding: 0px;
}
a:link,a:visited {
  text-decoration: none;
  color: #369;
}
a:hover,a:active {
	color: #069;
	text-decoration: underline;
}
a img:link,a img:visited {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	transition: all 0.5s;
}
a img:hover,a img:active {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	transition: all 0.5s;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	max-width: 100%;
	}
.clear {
	clear: both;
	height: 0px;
}
.first {
	margin-top: 20px;
}
.smallfont {
  font-size: 80%;
  line-height: 160%;
}

.addressfont {
	font-size: 80%;
	line-height: 140%;
}
.text_button {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 100%;
    width: 18em;
}
.text_button a:link,.text_button a:visited,.text_button_wide a:link,.text_button_wide a:visited {
    text-decoration: none;
    line-height: 100%;
    display: block;
    padding-top: 13px;
    padding-bottom: 12px;
    border-left: 1px solid #280;
    border-right: 1px solid #280;
    border-bottom: 1px solid #280;
    border-top: 1px solid #280;
    background-color: #FFF;
    color: #280;
}
.text_button a:hover,.text_button a:active,.text_button_wide a:hover,.text_button_wide a:active {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    transition: all 0.5s;
}
.area_menu {
    background-color: #EEE;
}
.area_white {
    background-color: #FFF;
    padding-top: 1px;
    padding-bottom: 1px;
}
.area_gray {
    background-color: #F3F3F3;
    padding-top: 1px;
    padding-bottom: 1px;
}
.area_footer_menu {
	background-color: #DDD;
}
.area_footer {
    background-color: #280;
    padding-top: 1px;
    padding-bottom: 1px;
    color: #FFFFFF;
}
.contents {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    margin-top: 80px;
    margin-bottom: 80px;
}
.contents  h1  {
    font-size: 200%;
    color: #000000;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 120%;
}
.contents .h1_sub {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: medium;
    letter-spacing: 0em;
    line-height: 120%;
}
.contents h2 {
    font-size: 130%;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-top: 80px;
    line-height: 120%;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    border-bottom: 1px solid #333333;
}
.contents .h2_first {
  margin-top: 40px;
}
.contents h3 {
	font-size: 110%;
	margin-top: 60px;
	font-weight: bold;
	margin-bottom: 10px;
}
.contents h4 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 40px;
	line-height: 120%;
}
.contents ol {
  margin-left: 1.5em;
}
.contents ul {
    margin-left: 1.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;

}
.contents li {

}
.table_100 {
  border-collapse: collapse;
  border: 1px solid #999999;
  width: 100%;
  margin-top: 40px;
}
.table_100 caption {
    font-weight: bold;
}

.table_item,.table_header,.table_data_left,.table_data_center,.table_data_right {
  border: 1px solid #999999;
  vertical-align: top;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
}
.table_item {
    white-space: nowrap;
    background-color: #EEEEEE;
}
.table_header {
	font-weight: normal;
	white-space: nowrap;
	background-color: #EEEEEE;
}
.table_data_left {
	text-align: left;
}
.table_data_center {
	text-align: center;
}
.table_data_right {
	text-align: right;
}

.image_left {
	margin-bottom: 40px;
	float: left;
	margin-top: 40px;
}
.image_right {
	margin-bottom: 40px;
	float: right;
	margin-top: 40px;
}
.image_center {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}
#footter_menu {
    text-align: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    width: 90%;
    padding-bottom: 10px;
    font-size: 90%;
}
#footter_menu li {
    display: inline;
    margin-left: 1em;
    margin-right: 1em;
    line-height: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
}
#footter_menu a  {
    color: #333333;
}
#footer {
    text-align: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    padding-top: 40px;
}
#footer a {
    color: #FFFFFF;
}

#footer h1 {
    font-size: 120%;
    margin-bottom: 10px;
}

.map_button {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 6em;
}

.map_button a:link,.map_button a:visited {
    text-decoration: none;
    display: block;
    padding-top: 6px;
    padding-bottom: 4px;
    background-color: #FFF;
    font-size: 90%;
    line-height: 100%;
    color: #228800 !important;
}

.copyright {
    margin-top: 20px;
    font-size: 90%;
}
#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
}








@media screen and (max-width: 768px) {
body {
}
.header_leftbox {
    float: none;
    line-height: 50%;
    text-align: center;
}
.header_rightbox {
    float: none;
    line-height: 180%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 80%;
}
#menu li {
	width: 50%;
}
#menu a {
  font-size: 12px;
  padding-top: 12px;
  padding-bottom: 10px;
  letter-spacing: 0em;
}
.contents {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 90%;
}
.contents h1 {
  letter-spacing: 0em;
  font-size: 160%;
}
.contents .h1_sub {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: small;
}
.contents h2 {
  margin-top: 40px;
  font-size: 110%;
  margin-bottom: 10px;
}
.contents h3 {
	margin-top: 30px;
	font-weight: bold;
}
.contents h4 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 20px;
}
.text_button,.text_button_wide {
  margin-top: 10px;
}
.text_button a:link, .text_button a:visited,.text_button_wide a:link, .text_button_wide a:visited {
  padding-top: 10px;
  padding-bottom: 10px;
}
.table_100 {
  margin-top: 20px;
  border-style: none;
}
.table_item,.table_header,.table_data_left,.table_data_center,.table_data_right {
    font-size: 90%;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    display: block;
    border-style: none;
    margin-bottom: 10px;
}
.table_header {
  font-weight: bold;
  margin-top: 20px;
}
#footter_menu li {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}
.copyright {
  margin-top: 20px;
}
#footer {
    padding-bottom: 80px;
    padding-top: 20px;
}
#page-top {
  width: 60px;
}
}
