@charset "utf-8";

body > *{ max-height: 999999px;}

*{background-color: rgba(255,255,255,0.01);}
html{
	min-width:930px;
	margin:0;
	padding:0;
}
body{
	min-width:930px;
	margin:0;
	padding:0;
	color:#333;
}
#header{
	width:100%;
	background:#fff url(/nw/parts/image/header_bg.png) left bottom repeat-x;
	height:80px;
	padding:21px 0;
}
hr{ display:none;}
.logo{
}
img{
	max-width: 100%;
}
.btn_print{
	background:url(/nw/parts/image/btn_print.png) left top no-repeat;
	font-family: メイリオ;
	width:93px;
	height:34px;
	line-height:34px;
	color:#fff;
	cursor:pointer;
	outline:none;
	border:none;
	box-shadow: 2px 2px 5px rgba(100,100,100,0.3);
}
.btn_fsize{
	background:url(/nw/parts/image/btn_fsize_off.png) left top no-repeat;
	width:44px;
	height:34px;
	line-height:34px;
	color:#195547;
	text-align:center;
	font-weight:bold;
	outline:none;
	border:none;
	cursor:pointer;
	box-shadow: 2px 2px 5px rgba(100,100,100,0.3);
}
.btn02 .btn_fsize,
.btn_fsize:hover{
	background:url(/nw/parts/image/btn_fsize_on.png) left top no-repeat;
	color:#fff;
}

#header .table{
	width:360px;
	position:absolute;
	right:10px;
	top:0;
}

#header .table p{
	font-weight:bold;
	color:#195547;
	text-align:right;
	margin:0;
}
#header .table div{
	width:54px;
	text-align:right;
	font-family: メイリオ;
}


/*navi
---------------------------------------------------------------*/
#navi{
	padding:0;
	background-color:#fff;
	box-shadow:1px 3px 5px rgba(100,100,100,0.4);
	position:relative;
	z-index:2;
}
#navi li{
	vertical-align:middle;
	text-align:center;
	cursor:pointer;
	position:relative;
}
#navi .table > li > a{
	display:block;
	padding:2px 10px;
	width:100%;
	color:#195547;
	font-weight:bold;
	text-decoration:none;
	border-top:10px solid #fff;
	border-bottom:10px solid #fff;
	border-right:1px solid #ccc;
	position:relative;
}
#navi .table > li:first-child a{
	border-left:1px solid #ccc;
}

#navi li .c_menu{
	position:absolute;
	display:block;
	width:720px;
	padding:20px 20px 0 ;
	background-color:#096f09;
	z-index:5;
	top:56px;
	box-shadow:0 0 10px rgba(0,0,0,0.4);
	display:none;	
}


#navi li.active .c_menu{
	display:block;
}

#section01 .c_menu{left:0;}
#section02 .c_menu{left:-140px;}
#section03 .c_menu{right:-140px;}
#section04 .c_menu{right:0;}


#navi .table > li > a span{
	color:#555;
}


#navi .table > li.active >a,
#navi .table > li >a:hover{
	background-color:#096f09;
	border-color:#096f09 !important;
	color:#fff;
	background-color:#096f09;
	z-index:6;
}
#navi .table > li.active > a span,
#navi .table > li > a:hover span{
	color:#fff;
}

.inner{
	display:block;
	width:100%;
	max-width:930px;
	padding:0 10px;
	margin:0 auto;
	position:relative;
}

h1{
	display:block;
	width:100%;
	height:70px;
	color:#195547;
	font-weight:bold;
	line-height:70px;
	background-color:#e9f3dc;
	margin-bottom:20px;
}

.link_list{
	padding-left:10px;
}
.link_list li{
	margin-bottom:10px;
}
.link_list a{
	background:url(/nw/parts/image/icon_link.png) left center no-repeat;
	padding-left:20px;
	color:#333;
}



.table{
	display: table;
	width: 100%;
	table-layout: fixed;
}
	.table > *{
		display: table-cell;
		vertical-align: top;
}

.float > *{
	display: block;
	float: left;
}
	.float:after{
		content:  "";
		clear:  both;
		display:  block;
	}


p{
	margin-bottom:10px;
}


/*footer
---------------------------------------------------------------*/
#footer{
	background-color:#fff;
}
.copyright{
	display:block;
	width:100%;
	text-align:center;
	color:#348e79;
	padding:30px 0;
	border-top:2px solid #2d6558;
	font-weight:bold;
	margin-bottom:0;
}

.go_top{
	position:fixed;
	right:0;
	bottom:50px;
}




/*common
---------------------------------------------------------------*/
.bg_w{background-color:#fff !important;}

.va_m,.table.va_m > *{vertical-align:middle;}
.mg_b10{margin-bottom:10px !important;}

.pd_a5{padding:5px !important;}

.fs13{font-size:13px !important;}
.fs14{font-size:14px !important;}

.btn_return{
	display:block;
	background:#fff url(/nw/parts/image/arrow02.png) 15px center no-repeat;
	width:200px;
	height:60px;
	line-height:60px;
	padding:0 0 0 40px;
	box-shadow:2px 2px 5px rgba(100,100,100,0.4);
	color:#555;
	text-decoration:none;
	font-weight:bold;
}

.btn_return:hover{
	background-color:#fcfcfc;
}

/*menu_list
---------------------------------------------------------------*/
.menu_list{
	display:block;
	width:100%;
	margin-bottom:20px;
}
.menu_list li{
	display:table;
	width: 220px;
	margin:0 0 10px 10px;
	table-layout: fixed;
	background-color:#fff;
	background-position:5px center;
	background-repeat:no-repeat;

}

.menu_list li a img{
	width:44px;
	height:44px;
	vertical-align: middle;
	margin-right:5px;
}

.menu_list li img.h_left{
	float:left;
}

.menu_list li a span{
	float:left;
	margin:5px 0;
	text-decoration: underline;
}

.menu_list > li:nth-child(4n-3){
	margin-left:0;
}
.c_menu .menu_list > li:nth-child(4n-3){
	margin-left:10px;
}
.c_menu .menu_list > li:nth-child(3n-2){
	margin-left:0;
}
.menu_list li:hover{
	background-color:#fafafa;
}
.menu_list li > a{
	display: table-cell;
	width:100%;
	padding:0 20px 0 45px;
	height:70px;
	cursor:pointer;
	vertical-align: middle;
	box-shadow:2px 2px 5px rgba(100,100,100,0.4);
	background:#f1f7e8 url(/nw/parts/image/arrow.png) right center no-repeat;
	font-weight:bold;
	line-height:1.2;
	color:#555;
}

/*menu_list_index
---------------------------------------------------------------*/
.menu_list_index{
	display:block;
	width:100%;
	margin-bottom:20px;
}
.menu_list_index li{
	display:table;
	width: 220px;
	margin:0 0 10px 10px;
	table-layout: fixed;
	background-color:#fff;
	background-position:5px center;
	background-repeat:no-repeat;

}

.menu_list_index li a img{
	width:44px;
	height:44px;
	vertical-align: middle;
	margin-right:5px;
}

.menu_list_index li img.h_left{
	float:left;
}

.menu_list_index li a span{
	float:left;
	margin:5px 0;
	text-decoration: underline;
}

.menu_list_index > li:nth-child(4n-3){
	margin-left:0;
}
.c_menu .menu_list_index > li:nth-child(4n-3){
	margin-left:10px;
}
.c_menu .menu_list_index > li:nth-child(3n-2){
	margin-left:0;
}
.menu_list_index li:hover{
	background-color:#fafafa;
}
.menu_list_index li > a{
	display: table-cell;
	width:100%;
	padding:0 5px;
	height:70px;
	cursor:pointer;
	vertical-align: middle;
	box-shadow:2px 2px 5px rgba(100,100,100,0.4);
	background:url(/nw/parts/image/arrow.png) right center no-repeat;
	font-weight:bold;
	line-height:1.2;
	color:#555;
}

#section01 .icon01:before{content:""; width:44px; height:44px; margin: 10px; display: inline-block; background-size: 44px; background-image:url(/nw/help/parts/image/index/icon01_01.png);}
#section01 .icon02:before{content:""; width:44px; height:44px; margin: 10px; display: inline-block; background-size: 44px; background-image:url(/nw/help/parts/image/index/icon01_02.png);}
#section01 .icon03:before{content:""; width:44px; height:44px; margin: 10px; display: inline-block; background-size: 44px; background-image:url(/nw/help/parts/image/index/icon01_03.png);}
#section01 .icon04:before{content:""; width:44px; height:44px; margin: 10px; display: inline-block; background-size: 44px; background-image:url(/nw/help/parts/image/index/icon01_04.png);}
#section01 .icon05:before{content:""; width:44px; height:44px; margin: 10px; display: inline-block; background-size: 44px; background-image:url(/nw/help/parts/image/index/icon01_05.png);}

#section02 .icon01:before{content:""; width:44px; height:44px; margin: 10px; display: inline-block; background-size: 44px; background-image:url(/nw/help/parts/image/index/icon02_01.png);}
#section02 .icon02:before{content:""; width:44px; height:44px; margin: 10px; display: inline-block; background-size: 44px; background-image:url(/nw/help/parts/image/index/icon02_02.png);}
#section02 .icon03:before{content:""; width:44px; height:44px; margin: 10px; display: inline-block; background-size: 44px; background-image:url(/nw/help/parts/image/index/icon02_03.png);}
#section02 .icon04:before{content:""; width:44px; height:44px; margin: 10px; display: inline-block; background-size: 44px; background-image:url(/nw/help/parts/image/index/icon02_04.png);}
#section02 .icon05:before{content:""; width:44px; height:44px; margin: 10px; display: inline-block; background-size: 44px; background-image:url(/nw/help/parts/image/index/icon02_05.png);}
#section02 .icon06:before{content:""; width:44px; height:44px; margin: 10px; display: inline-block; background-size: 44px; background-image:url(/nw/help/parts/image/index/icon02_06.png);}
#section02 .icon07:before{content:""; width:44px; height:44px; margin: 10px; display: inline-block; background-size: 44px; background-image:url(/nw/help/parts/image/index/icon02_07.png);}
#section02 .icon08:before{content:""; width:44px; height:44px; margin: 10px; display: inline-block; background-size: 44px; background-image:url(/nw/help/parts/image/index/icon02_08.png);}
#section02 .icon09:before{content:""; width:44px; height:44px; margin: 10px; display: inline-block; background-size: 44px; background-image:url(/nw/help/parts/image/index/icon02_09.png);}
#section02 .icon10:before{content:""; width:44px; height:44px; margin: 10px; display: inline-block; background-size: 44px; background-image:url(/nw/help/parts/image/index/icon02_10.png);}
#section02 .icon11:before{content:""; width:44px; height:44px; margin: 10px; display: inline-block; background-size: 44px; background-image:url(/nw/help/parts/image/index/icon02_11.png);}
#section02 .icon12:before{content:""; width:44px; height:44px; margin: 10px; display: inline-block; background-size: 44px; background-image:url(/nw/help/parts/image/index/icon02_12.png);}

#section03 .icon01:before{content:""; width:44px; height:44px; margin: 10px; display: inline-block; background-size: 44px; background-image:url(/nw/help/parts/image/index/icon03_01.png);}
#section03 .icon02:before{content:""; width:44px; height:44px; margin: 10px; display: inline-block; background-size: 44px; background-image:url(/nw/help/parts/image/index/icon03_02.png);}
#section03 .icon03:before{content:""; width:44px; height:44px; margin: 10px; display: inline-block; background-size: 44px; background-image:url(/nw/help/parts/image/index/icon03_03.png);}
#section03 .icon04:before{content:""; width:44px; height:44px; margin: 10px; display: inline-block; background-size: 44px; background-image:url(/nw/help/parts/image/index/icon03_04.png);}
#section03 .icon05:before{content:""; width:44px; height:44px; margin: 10px; display: inline-block; background-size: 44px; background-image:url(/nw/help/parts/image/index/icon03_05.png);}
#section03 .icon06:before{content:""; width:44px; height:44px; margin: 10px; display: inline-block; background-size: 44px; background-image:url(/nw/help/parts/image/index/icon03_06.png);}
#section03 .icon07:before{content:""; width:44px; height:44px; margin: 10px; display: inline-block; background-size: 44px; background-image:url(/nw/help/parts/image/index/icon03_07.png);}
#section03 .icon08:before{content:""; width:44px; height:44px; margin: 10px; display: inline-block; background-size: 44px; background-image:url(/nw/help/parts/image/index/icon03_08.png);}

#section04 .icon01:before{content:""; width:44px; height:44px; margin: 10px; display: inline-block; background-size: 44px; background-image:url(/nw/help/parts/image/index/icon04_01.png);}
#section04 .icon02:before{content:""; width:44px; height:44px; margin: 10px; display: inline-block; background-size: 44px; background-image:url(/nw/help/parts/image/index/icon04_02.png);}

table{
	border:1px solid #a4a4a4;
	width:100%;
	margin-bottom: 10px;
}

th{
	background-color:#49a08c;
	padding:8px;
	color:#fff;
	border:1px solid #a4a4a4;
}
td{
	padding:8px;
	border:1px solid #a4a4a4;
}
td img{
	vertical-align:middle;
}

.table01 th{width:150px;}
.table01 thead th{width: auto;}
.table02{margin:10px 0;}
.table02 th{width:80px;}

	.js-delmenu {
	  width: 100%;
	  height: 100%;
	  position: fixed;
	  top: 0;
	  left: 0;
	  opacity: 0;
	}
	/*menu表示用*/
	#navi li div.active {
		display: inline;
	}
	
#footer .menu_list li{
	width:290px!important;
}

.caution{
	color:#f00;
}

.area_anchor{
	display:block;
	margin-bottom:10px;
}
	.area_anchor:after{
		content:"";
		display:block;
		clear:both;
	}
.area_anchor li{
	display:block;
	float:left;
	width: 200px;
	margin:0 0 10px 25px;
}
	.area_anchor > li:nth-child(3n-2){
		margin-left:0;
		width: 200px;
	}
.area_anchor li a{
	display:block;
	width:100%;
	background: #fff url(/nw/parts/image/arrow_open_02.png) 15px center no-repeat;
	line-height:1.3em;
	padding: 15px 20px 15px 50px;
	box-shadow: 2px 2px 5px rgba(100,100,100,0.4);
	color: #555;
	text-decoration: none;
	font-weight: bold;
	margin-right:20px;
}
	.area_anchor li a:hover{
		background-color:#efefef;
	}


html.f_large{font-size:18px !important;}
.f_large .btn02 button{
	background:url(/nw/parts/image/btn_fsize_off.png) left top no-repeat        !important;
	color:#195547 !important;
}
.f_large .btn01 button,
.f_large .btn_fsize:hover{
	background:url(/nw/parts/image/btn_fsize_on.png) left top no-repeat        !important;
	color:#fff !important;
}

html.f_small{font-size:13px !important;}
.f_small .btn02 button{
	background:url(/nw/parts/image/btn_fsize_off.png) left top no-repeat        !important;
	color:#195547 !important;
}
.f_small .btn03 button,
.f_small .btn_fsize:hover{
	background:url(/nw/parts/image/btn_fsize_on.png) left top no-repeat        !important;
	color:#fff !important;
}


/*fonts*/
#navi .table > li > a span{
	font-size:12px;
}
.fs13{
	font-size:13px !important;
}
body,
.fs14,
.link_list a{
	font-size:14px !important;
}
h1{
	font-size:24px;
}

.f_large #navi .table > li > a span{
	font-size:15px;
}
.f_large .fs13{
	font-size:16px !important;
}
.f_large body,
.f_large .fs14,
.f_large .link_list a{
	font-size:17px !important;
}
.f_large h1{
	font-size:29px;
}


.f_small #navi .table > li > a span{
	font-size:11px;
}
.f_lsmall .fs13{
	font-size:12px !important;
}

.f_small body,
.f_small .fs14,
.f_small .link_list a{
	font-size:13px !important;
}
.f_small h1{
	font-size:22px;
}