@charset "utf-8";
.wider {
	display: block;
}
.wider-inline {
	display: inline;
}

.mov,
.mov-inline {
	display: none;
}

/*＿＿＿base＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

p,li,dt,dd,th,td {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 160%;
	color: #333;
}

body a:link,
body a:visited,
div.infoHead {
	color: #FF7F00;
	text-decoration: underline;
}

body a:hover,
body a:active,
div.infoHead:hover {
	color: #FF7F00;
	text-decoration: none;
}

a:hover img,
input:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

img {
	border: 0;
}

ul li {
	list-style: none;
}

ol li {
	list-style-position: outside;
}

body {
	background-color: #3CB371;
	background-position: 0 0;
	background-repeat: repeat-x;
	padding: 0;
}

.clearfix {
	overflow: hidden;
	zoom: 1;
}

.clear {
	clear:both;
}

.wrapper {
	min-width: 960px;
	background-color: #FFF;
}

.container {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	padding: 30px 0 40px;
	overflow: hidden;
	zoom: 1;
}

.main {
	width: 600px;
	float: right;
	overflow: hidden;
	text-align: left;
}

.sub {
	float: left;
	overflow: hidden;
	text-align: left;
}

/*＿＿＿header＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

.header {
	min-width: 960px;
}

.header .header-inner {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

.header .clearfix {
	height: 120px;
}

.header ul.menu-btn {
	float: right;
	width: 290px;
	padding: 40px 0 0 0;
	overflow: hidden;
	zoom: 1;
}

.header dl {
	float: left;
	overflow: hidden;
	padding-top:10px;
	zoom: 1;
}

.header dl dt {
	color:#ffffff;
	font-size: 45px;
	font-weight: bold;
	line-height: 1.3;
}

.header dl dd {
	color:#ffffff;
	font-weight: bold;
}

ul.bunrui{
	zoom:1;
}
ul.bunrui:after {
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}

ul.bunrui li{
	float:left;
	width:190px;
	height:48px;
	background: #008c23;
	text-align:center;
	border-radius:18px;
	margin:0px 1px;
}

ul.bunrui li a{
	font-size: 1.1em;
	display:block;
	width:100%;
	height:100%;
	line-height:48px;
	font-weight:bold;
	overflow:visible;
	text-decoration:none;
	color:#ffffff;
}
ul.bunrui li a:hover{
	color:#f8ad01;
	background:#183A14;
	border-radius:18px;
}

ul.bunrui li ul.cont{
	position:relative;
	width:100%;
}

ul.bunrui li ul.cont li{
	text-align: left;
	padding: 0px 20px;
	width: 100%;
	height:100%;
	overflow: visible;
	border-top: solid 1px #004D13;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
ul.bunrui li ul.cont li:hover{
	background:#183A14;
}





/*＿＿＿footer＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

.footer {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 50px;
	text-align: left;
}

.footer p {
	color: #FFF;
	padding: 10px 0 0;
}

/*＿＿＿boxstyle＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

.boxstyle_1 {
	margin: auto;
	padding: 10px;
	text-align: center;
}

.box_red {
	border: 5px solid #F00;
	margin: 20px auto;
	padding:50px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.box_yellowgreen {
	border: 5px solid #A3D801;
	margin: 10px auto;
	padding: 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}


.box_green {
	border: 5px solid #008C23;
	margin: 10px auto;
	padding: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}



/*＿＿＿暫定追加＿＿＿＿＿*/
ul.boxstyle_12 {
padding: 0 0 10px;
margin: 0 0 10px;
overflow: hidden;
border-bottom: 1px solid #A3D801;
zoom: 1;
}

ul.boxstyle_12 li.date {
float: left;
font-weight: bold;
}

ul.boxstyle_12 li.subtitle {
/* width: 240px; */
width:auto;
float: left;
margin-left: 10px;
overflow: hidden;
}

ul.boxstyle_12 li.info {
clear: both;
margin-left: 20px;
word-wrap: break-word;
}



/*＿＿＿head-line＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

h1 {
	overflow: hidden;
	zoom: 1;
	margin: 0 0 20px;
	color: #FFF;
	font-size: 18px;
	background: url(/myapo/img/h1_bg.gif) no-repeat 0 0;
	padding: 20px 20px;
}

h1 strong {
	float: left;
	width: 340px;
	font-size: 22px;
}

h1 span {
	float: right;
	text-align: right;
	width: 290px;
}


/*＿＿＿form＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

input,
select,
textarea {
	vertical-align: middle;
	border: 1px solid;
	border-color: #CCC;
	font-size: 13px;
}

input,
textarea {
	padding: 2px;
	margin: 2px 0;
}

input[type="password"]{
	font-size: 18px;
	height:15px;
	width: 250px;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	background: #EDF7CC;
}

input[type="text"]:disabled,
input[type="password"]:disabled {
	border-color: #888888;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	font-family: "ＭＳ ゴシック", sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	background-color: #F8AD01;
	border-style: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	color: #FFF;
	padding: 10px 30px;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background-color: #F9BD34;
}


.table01 td input {
	padding: 4px;
}

.table01 td select {
	height: 20px;
	margin: 6px 0;
}

.form-btn {
	text-align: center;
	margin: 0 0 30px;
}

.form-btn input {
	border: 0 none;
	padding: 0;
}

/* map13, map14, map16, map18 */
.formstyle_1 dl {
	margin:10px auto;
	text-align:left;
}
.formstyle_1 dt {
	float:inline-start;
	font-weight:bold;
	font-size:large;
}
.formstyle_1 dd {
	margin-left:220px;
	margin-bottom:10px;
}
.formstyle_1 dd.inquery {
	margin-left:170px;
}
.formstyle_1 textarea {
	width:500px;
}

/*＿＿＿box＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

.box01 {
	overflow: hidden;
	zoom: 1;
	margin: 0 0 10px 0;
}

.box02 {
	overflow: hidden;
	zoom: 1;
	margin: 0 0 20px 0;
}

.box03 {
	overflow: hidden;
	zoom: 1;
	margin: 0 0 30px 0;
}

.box04 {
	overflow: hidden;
	zoom: 1;
	margin: 0 0 40px 0;
}

.box05 {
	overflow: hidden;
	zoom: 1;
	margin: 0 0 50px 0;
}

.box06 {
	overflow: hidden;
	zoom: 1;
	margin: 0 0 60px 0;
}

/*＿＿＿font color,bg color＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

.info_title {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: none;
}

.attention {
	color:#FF0000;
	font-size:large;
	font-weight:bold;
}

.largebold {
	font-size:large;
	font-weight:bold;
}

.title {
	font-size:2.0em;
	font-weight:bolder;
	padding-bottom:10px;
}

.label-bold {
	font-size: large;
	font-weight: bold;
}

/*＿＿＿size,icon,other＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

.link01 {
	background: url(/myapo/img/arrow01.gif) no-repeat 0 8px;
	padding: 0 0 0 10px;
}

.blk {
	display: block;
}

.normal {
	font-weight: normal!important;
}

.none {
	display: none!important;
}

.noborder {
	border:0 none!important;
}

.left {
	text-align: left!important;
}

.right {
	text-align: right!important;
}

.center {
	text-align: center!important;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.ph-left {
	float: left;
	margin: 0 25px 10px 0;
}

.ph-right {
	float: right;
	margin: 0 0 10px 25px;
}

.pad0 {
	padding: 0!important;
}

.mar0 {
	margin: 0!important;
}

.mb20 {margin-bottom: 20px!important;}

.mt20 {margin-top: 20px!important;}

.ml20 {margin-left: 20px!important;}

.f10 {font-size: 10px!important;}

.w50 {width: 50px;}
.w60 {width: 60px;}
.w70 {width: 70px;}
.w80 {width: 80px;}
.w90 {width: 90px;}
.w100 {width: 100px;}
.w150 {width: 150px;}
.w200 {width: 200px;}
.w300 {width: 300px;}
.w350 {width: 350px;}
.w400 {width: 400px;}
.w450 {width: 450px;}
.w500 {width: 500px;}
.w600 {width: 600px;}
.w700 {width: 700px;}
.w800 {width: 800px;}

.w250 {width: 250px;}
.w650 {width: 650px;}
.w770 {width: 770px;}
.w900 {width: 900px;}

.wp40 {width: 40%;}
.wp60 {width: 60%;}
.wp70 {width: 70%;}
.wp80 {width: 80%;}
.wp90 {width: 90%;}

.w420h120 {
	width: 420px;
	height: 120px;
}

/*______小画面用____________________________________________________*/
@media screen and (max-width: 480px) {

.wider,
.wider-inline {
	display: none;
}
.mov {
	display: block;
}

.mov-inline {
	display: inline;
}

/*＿＿＿base＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿____*/

p,li,dt,dd,th,td {
	line-height: 180%;
}

.wrapper {
	min-width: 10px;
	overflow: hidden;
	zoom: 1;
}

#lblMessageArea {
	margin-left: 10px;
}

.main {
	float: none;
	width: auto;
}

.sub {
	float: none;
}

/*＿＿＿header＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

.header {
	min-width: 10px;
}

.header .header-inner {
	width: auto;
	margin: 0 auto;
}

.header .titletext{
	color:#ffffff;
	font-size:30px;
	margin: 0px 20px;
}

.header div.nav {
	background-color: #FFFFFF;
	border-top: 2px #CCCCCC solid;
	border-bottom: 2px #CCCCCC solid;
}

.header div.nav dl {
	float:none;
	overflow: hidden;
	padding: 12px 20px 5px;
	width:auto;
}

.header div.nav dl dt {
	color: #000000;
	float: left;
	line-height: 1.4;
	text-align: left;
	font-weight: bold;
	font-size:unset;
}

.header div.nav dl dd {
	float: right;
}

.header div.nav dl dd ul li {
	font-size: 13px;
	line-height: 40px;
	margin: 0 0 8px 0;
	font-weight: bold;
}

.header div.nav dl dd ul li a {
	background-color: #F8AD01;
	background-image: url(/myapo/img/arrow01.gif);
	background-repeat: no-repeat;
	background-size: 3px 5px;
	background-position: 10px 50%;
	color: #FFF!important;
	text-decoration: none!important;
	display: block;
	width: 104px;
	height: 40px;
}

/*＿＿＿footer＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

.footer {
	width: auto;
	margin: 0 20px;
}


/*＿＿＿boxstyle＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

.boxstyle_1 {
	width: auto;
	min-width:320px;
}

.box_red {
	padding: 20px;
	width: auto;
}

.box_yellowgreen {
	padding: 20px;
}

.formstyle_1 dl {
	width: auto;
}

.formstyle_1 dt {
	float: none;
	font-size: medium;
	width: auto;
}

.formstyle_1 dd {
	margin-left: 0px;
}

/*＿＿＿font color,bg color＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

.attention {
	font-size: medium;
}

.title {
	font-size:1.8em;
}

.label-bold {
	font-size: medium;
}

}