@charset "UTF-8";
@media screen and (max-width: 768px) {
body {
	color: #333;
	font: 3.125vw "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}
img { max-width:100%;height:auto!important;}

/*** Header ***/
#header {
	background-color: #F4F3EF;
}
#header_inner {
	width: 100%;
	height: 50px;
	margin: auto;
	border-bottom:solid 1px #e3e2de;
	background-color: #F4F3EF;
	position:fixed;
	top:0;
	left:0;
	z-index:99999;
}
#header h1 {
	float: left;
	padding: 3px 0;
}
#header h1 a img {width:100%;height:auto;}
#header .controls {
	display:none;
}

.header_sp {display:block;}

.drawer-nav {z-index:999999; }
.drawer-hamburger  {z-index:999999;}
.drawer-overlay {z-index:99999;}
.drawer-menu {
	padding:0;
	border-top:solid 1px #ccc;
}

.drawer-menu li a,.drawer-dropdown li a {
	color:#333;
	display:block;
	font-size:3.125vw;
	line-height:1;
	padding:8% 5%;
	border-bottom:solid 1px #ccc;
	overflow:hidden;
}
.drawer-menu li a.home {
 	background-color:#666;
	 color:#fff;
	 text-align:center;
}
.drawer-menu li a.en {
 	background-color:#999;
	 color:#fff;
	 text-align:center;
}
.drawer-dropdown-menu {border-bottom:solid 1px #ccc;}
.drawer-dropdown-menu li a {
	padding:4% 8%;
	border-bottom:none;
	font-size:2.8125vw;
}
.drawer-dropdown-menu li:first-child {
	padding-top:4%;
}
.drawer-dropdown-menu li:last-child {
	padding-bottom:4%;
}
.drawer-dropdown-menu .title a {
	background-color:#ececec;
}
.drawer-dropdown-menu .child a {
	padding-left:12%;
}

.drawer-menu .outside {margin-top:5%; }
.drawer-menu .outside a {
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	
}
.drawer-menu .outside a span {
	display:block;
	width:16px;
	height:16px;
	background:url(../img/icon_outside.png) no-repeat;
	float:right;
}
	



#search_box {
	width: 262px;
}
#search_box input#search {
	float: left;
	font: 1.3em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 170px;
	height: 21px;
	padding: 0 4px;
	margin: 0 5px 0 0;
	border: 1px solid #939393;
}
#search_box input#search_btn {
	float: left;
	width: 76px;
	height: 23px;
	display: block;
}

/** Global Navi **/
#global_nav {
display:none;
}

#top_img {margin-top:51px;}

/*** Contents ***/
#title_nav,#title_nav_p {
	min-height:87px;
	height: auto !important;
	height: 87px;
	background: url(../img/tnav_bg01.gif) center bottom repeat-x #F9F9F9;
	border-bottom: 1px solid #DBDBDB;
	padding-left:15px;
	padding-top:50px;}
#title_nav ul,#title_nav_p ul {
	width:100%;
	margin: 0 auto;
	padding: 8px 0;
	overflow: hidden;
}
#title_nav ul li {
	float: left;
	font-size: 12px;
	line-height: 18px;
	vertical-align: bottom;
	margin-right: 10px;
	padding-right: 16px;
	background: url(../img/tnav_arr01.gif) right 4px no-repeat;
}
#title_nav_p ul li {
	float: left;
	font-size: 12px;
	line-height: 18px;
	vertical-align: bottom;
	margin-right: 10px;
	padding-right: 16px;
	background: url(../img/tnav_arr01.gif) right 4px no-repeat;
}

#title_nav_p ul li.home {
	white-space: nowrap;
	background:none;
	margin-right: 0;
}
#title_nav ul li.home a {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	width: 15px;
	height: 14px;
	margin-bottom: 4px;
	background: url(../img/tnav_home01.gif) left 2px no-repeat;
	float:left;
	overflow: hidden;
}
#title_nav_p ul li.home a {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	width: 31px;
	height: 14px;
	margin-bottom: 4px;
	background: url(../img/tnav_home02.png) left 2px no-repeat;
	float:left;
	overflow: hidden;
}
#title_nav ul li.home a:hover {
	margin-bottom: 3px;
	border-bottom: 1px solid #00F;
}
#title_nav h2,#title_nav_p h2 {
	clear: both;
	color: #166608;
	font-size: 5vw;
	font-weight: bold;
	line-height: 1.2;
	width: 100%;
	margin: 0 auto 13px;
}
#wrapper {
	clear: both;
	position: relative;
	padding-top: 50px;
	background-color: #FFF;
	overflow: hidden;
}
#wrapper_inner {
	width:100%;
	margin: 0 auto;
}
#contents {
	float: none;
	width: 95%;
	margin:0 auto;
}
#contents h3 {
	clear: both;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 44px;
	text-indent: 16px;
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
	background: url(../img/title_bg01.png) 0 0 no-repeat;
	overflow: hidden;
}
#side_nav {
	display:none;
}

/** Article Layout **/
.article {
	overflow: hidden;
	width:100%;
	margin:0 auto;
}
.img_l01 {
	float: left;
	margin: 0 2em 0.5em 0;
	width:50%;
}
.img_r01 {
	float: right;
	margin: 0 0 0.5em 2em;
	width:50%;
}
.img_c01 {
	text-align: center;
	margin: 0 0 0.5em;
	
}
.img_c01 table {width:100%!important;}
.img_c01 table tr td {display:block;}
.article h4 {
	clear: both;
	box-sizing:border-box;
	color: #282828;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	text-indent: 0;
	width: 100%;
	height: auto;
	padding:2% 3%;
	margin-bottom: 15px;
	background-image:none;
	border-top:solid 1px #ececec;
	border-right:solid 1px #ececec;
	border-left:solid 1px #ececec;
	border-bottom:solid 2px #2e8c0c;
	overflow: hidden;
}
.article h5 {
	margin-top: 2em;
	color: #3A8D19;
	font-size: 1.22em;
	font-weight: bold;
}
.article h6 {
	font-weight: bold;
}
.article p {
	margin: 0 0 0.5em;
}
.article .section {
	clear: both;
	padding-top: 20px;
}
.signature {
	float: right;
}
.signature span {
	display: block;
	font-size: 115%;
}
.table01 {
	line-height: 1.2;
	border-collapse: separate;
	border-spacing: 1px;
	background-color: #DDD;
}
.table01 thead th {
	color: #FFF;
	font-weight: bold;
	padding: 0.5em 0;
	border: 1px solid #000;
	border-top: 2px solid #00B727;
	background-color: #444;
}
.table01 tbody {
	font-size: 0.93em;
}
.table01 tbody th {
	font-weight: normal;
	text-indent: 0.6em;
	text-align: left;
	width: 9.6em;
	padding: 0.4em 0;
	border: 1px solid #FFF;
	border-left-color: #B0E063;
	background-color: #F9FFF5;
}
.table01 tbody td {
	padding: 0.4em 0.6em 0.4em 0.6em;
	border: 1px solid #FFF;
	background-color: #FFF;
}
.in_table01 tbody td {
	padding: 0 0.8em 1px 0;
	border: none;
}
.table02 {
	font-size: 0.93em;
	border-collapse: separate;
	border-spacing: 1px;
	width: 100%;
	background-color: #989898;
}
.table02 th {
	font-weight: normal;
	text-align: left;
	padding: 7px 15px;
	background-color: #F7FFF2;
}
.table02 td {
	padding: 7px 20px;
	background-color: #FFF;
}
.table03 {
	font-size: 0.93em;
	border-collapse: separate;
	border-spacing: 1px;
	width: 100%;
	background-color: #989898;
}
.table03 th {
	font-weight: normal;
	padding: 7px 15px;
	background-color: #F7FFF2;
}
.table03 td {
	text-align: center;
	vertical-align: middle;
	padding: 7px 20px;
	background-color: #FFF;
}
.article .list_area01 {
	border: 1px solid #CCC;
}
.article dl {
	margin: 10px 0 0;
	padding: 20px;
}
.article dl dt {
	font-weight: bold;
	margin-bottom: 0.1em;
}
.article dl dd {
	font-size: 0.86em;
	margin-bottom: 10px;
}
.article dl dd ul {
	padding-left: 1em;
}
.article dl dd ul li {
	margin: 0.3em 0;
	padding-left: 1em;
	background: url(../img/list_mark04.gif) 0.2em 0.5em no-repeat;
}
.article a.map {
	display: block;
	/*display:inline-block;
	*display: inline;
	*zoom: 1;*/
	text-indent: 100%;
	width: 76px;
	height: 23px;
	/*margin: -1em 0 0 -0.5em;*/
	margin: 0.2em 0 0 0.5em;
	background: url(../img/icon_map.jpg) no-repeat;
	overflow: hidden;
}
.article a.map:hover {
	background-position: 0px -23px;
}
.latest {
    font-size: 0.86em;
    margin-bottom: 5px;
    text-align: right;
}
.article .list01 li {
	color: #FFF;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.5em;
	padding: 0.2em;
	background-color: #86B529;
}
.article .list02 li {
	margin-bottom: 1em;
	padding-left: 1em;
	background: url(../img/list_mark07.gif) no-repeat 0 0.6em;
}
p.attention {
	font-size: 0.93em;
	margin-top: 1em;
	padding: 5px 10px;
	background-color: #F9F9F9;
	border: 1px solid #D5D5D5;
}
.article .link_area01 {
	padding: 25px 0 0;
	border-top: 2px solid #708864;
}
.article .link_area01 ul {
	letter-spacing: -.40em;
	text-align: center;
}
.article .link_area01 ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	letter-spacing: normal;
	text-align: left;
	margin: 10px 0.25em 0;
	border: 1px solid #C5D3BC;
}
.article .link_area01 ul li a {
	display: block;
	font-weight: bold;
	padding: 0.8em 2em 0.7em 3em;
	color: #666666;
	background: url(../img/list_mark05.gif) no-repeat 1.5em 49% #F4F4F4;
}
.article .link_area01 ul li a:hover {
	color: #3E691A;
	text-decoration: none;
	background: url(../img/list_mark06.gif) no-repeat 1.5em 49% #EFF7EA;
}
.article .link_area01 ul li.single a {
	padding-left: 6em;
	padding-right: 6em;
}
.article .link_area01 ul li.single a,
.article .link_area01 ul li.single a:hover {
	background-position: 3em 49%;
}
.get_adobe_reader {
    font-size: 12px;
	width:90%;
    margin: 30px auto 0;
    padding: 10px;
    background-color: #F8F8F8;
    border: 1px dotted #CCCCCC;
    overflow: hidden;
}
.get_adobe_reader a {
    float: right;
    margin-left: 0.4em;
}
.get_adobe_reader p {
	margin-bottom: 0;
    padding: 2px 0 0 3px;
}

/*** Footer ***/
#footer {
	position: relative;
	font-size: 1.4em;
	margin-top: 60px;
	border-bottom: 30px solid #1E1E1E;
	background: url(../img/footer_bg01.gif) repeat-x #545454;
}
#footer_inner {
width:100%;
height:auto;
padding-left:0;
}
#footer_inner .first,#footer_inner .second ,#footer_inner .third {
	display:none;
}

#footer .sub_nav {
	clear: both;
	position: relative;
	font-size: 0.72em;
	width: 100%;
	height:auto;
	bottom: -30px;
	background-color:#1e1e1e;
}
#footer .sub_nav ul {
	overflow:hidden;
}
#footer .sub_nav ul li {
	float: left;
	margin: 10px 20px 0 0;
}
#copyright {
	float: none;
	margin-top: 10px;
	margin-right:10px;
}
#footer .toTop {
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:999999;
}
#footer .toTop a {
	display: block;
	text-indent: 0;
	line-height: 100%;
	white-space: nowrap;
	margin-left: auto;
	width: auto;
	height: auto;
	background-image:none;
	background-color:#666;
	color:#fff;
	font-size:2.5vw;
	overflow: hidden;
	padding:10px;
	position:relative;
	border-radius:10px;
	
	
}
#footer .toTop a:after {
	display:block;
	content:"▲";
	position:absolute;
	top:50%;
	right:5%;
	margin-top:-0.5em;
}
#footer .toTop a:hover {
	background-position: 0 -36px;
}

ul.search_list li{
   background: url(../img/list_mark03.gif) no-repeat scroll 1em 0.5em transparent;
    margin: 5px 0;
    padding-left: 2em;
}

.content-nav{
	margin-top:30px;
}
}