@charset "utf-8";

@import "reset.css";
@import "font.css";

html,body{
	background: #ffffff;
	width: 100%;
	height: 100%; /*ブラウザによってはページ内ジャンプしない？*/
	color: #333333;
	 /*overflow-x : hidden;*/
	overflow : hidden;
	text-align: justify;
	text-justify: inter-ideograph;
}
#container{
	min-width: 950px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: left;
	margin: 0 auto 0 auto;
	position: relative;
}
a{
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}
a:hover{
	text-decoration: none;
}
.f_left{
	float: left;
}
.f_right{
	float: right;
}
.txt_red{
	color: #ff0000;
}

/* =======================
header
======================= */
#header{
	width: 100%;
	height: 50px;
	background: #009bdc;
	position: fixed;
	top:0px; left:0px;
	z-index: 10;
}
#to_back {
 /*   position: absolute;
	left: 15px;
    top: 15px;
*/
	margin: 15px 0 0 15px;
}
#to_back img{
	  margin-top: -6px;
    width: 16px;
}
/*
#page_title{
	text-align: center;
}
#page_title a{
	display: inline-block;
	width: 330px;
	font-size: 120%;
	color: #ffffff;
	line-height: 50px;
}*/
#page_title{
/*	position: absolute;
	left: 50%;
	transform: translate(-50%,10px);*/
	position: absolute;
	float: left;
	line-height: 50px;
	/* margin:0px 0px 0px -150px; */
	margin: 0 0 0 50px;
		margin: 0 0 0 74px;
}
#page_title a{
	/* margin-left: 31px; */
	font-size: 120%;
	color: #ffffff;
}

/*
#header .jumpmenu a,
#header #manual a,*/
#header .pagelink a{
	font-size: 16px;
	color: #ffffff;
	line-height: 50px;
	margin: 0 25px 0 0;
}
.link_btn{
	width: 150px;
	margin: 10px 12px 0 0;
}

.link_caution{
	width: 0;
	/*width: 50px;*/ /*ご注意事項 20200918 han コメントアウト*/
	margin: 8px 12px 0 0;
}

.link_sodateru{
	width: 29px;
	margin: 6px 12px 0 0;
}
.link_detail{
	width: 46px;
	margin: 8px 12px 0 0;
}
/*#header .pagelink2 a{
	display: inline-block;
	font-size: 12px;
	color: #ffffff;
	line-height: 15px;
	text-align: left;
	margin: 5px 25px 0 0;
}*/
#jump_menu{
	width: 39px;
/*	position:absolute;
	top:7px;
	right:50px;*/
	margin: 8px 50px 0 0;
}
#manual{
	width: 38px;
/*	position:absolute;
	top:6px;
	right:110px;*/
	margin: 6px 12px 0 0;
}
#saveBtn{
	width: 90px;
/*	position:absolute;
	top: 9px;
	right: 175px;*/
	margin: 9px 20px 0 0;
}
#saveBtn a{
	display: inline-block;
	border: 1px solid #ffffff;
	width: 100%;
	text-align: center;
	padding: 3px 0;
	color: #ffffff;
}
#data_select{
	width: 90px;
	margin: 9px 20px 0 0;
}
#data_select a{
	display: inline-block;
	border: 1px solid #ffffff;
	width: 100%;
	text-align: center;
	padding: 3px 0;
	color: #ffffff;
}
#data_list{
	width: 130px;
	margin: 9px 20px 0 0;
}
#data_list a{
	display: inline-block;
	border: 1px solid #ffffff;
	width: 100%;
	text-align: center;
	padding: 3px 0;
	color: #ffffff;
}
/* 印刷保存ボタン */
#print_save{
	width: 80px;
	margin: 9px 20px 0 0;
}
#print_save a{
	display: inline-block;
	border: 1px solid #ffffff;
	width: 100%;
	text-align: center;
	padding: 3px 0;
	color: #ffffff;
}

.button_img{cursor:pointer;}
/*#header_menu{
	width: 40px;
	position: absolute;
	top: 10px;
	right: 50px;
	margin: 10px 50px 0 0;
}*/


/* =======================
mainWrap
======================= */
#mainWrap{
	width: ; /* 白背景の幅 */
	height: auto;
	padding: 0 20px 20px 20px;
	margin: 70px auto 0 auto;
}
#mainWrap_inner{
	width: ; /* 白背景の幅 */
	height: auto; /* 白背景の高さ */
	background: #ffffff;
	border: 2px solid #009bdc;
	border-radius: 8px;
/*	box-shadow: 0 0 6px #9b9b9b;*/
	margin-top: 20px; /* 白背景の上の余白 */
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding: 20px 0;
}
#mainWrap_inner form{
	width: 490px;
	margin: 0 auto;
}
dl.inputWrap02{
	margin: 0 0 0 6em;
}
dt{
	width: 10em;
	float: left;
	clear: both;
	text-align: right;
	padding: 0 20px 20px 0;
}
dd{
	width: auto;
	float:left;
	padding: 0 20px 20px 0;
	text-align: right;
}
div input[type=text],
div input[type=password],
dd input[type=text],
dd input[type=password]{
	text-align: right;
	border: 1px solid #009bdc;
	padding: 3px 3px 3px 3px;
	margin-left: 8px;
	border-radius: 3px;
}
div input[type=text]:focus,
div input[type=password]:focus,
dd input[type=text]:focus,
dd input[type=password]:focus{
	outline: none;
}
div input.unit_big,
dd input.unit_big{
	width: 100px;
}

/*
div input.unit_middle,
dd input.unit_middle{
	width: 70px;
	height: 30px;
	font-size: 20px;
}
*/

div input.unit_middle,
dd input.unit_middle{
	width: 70px;
}
div input.unit_small,
dd input.unit_small{
	width: 50px;
}

div input.unit_ssmall,
dd input.unit_ssmall{
	width: 40px;
}
div span.unit,
dd span.unit{
	font-size: 70%;
	margin: 0 0 0 5px;
}

/* =======================
fotterWrap
======================= */
#fotterWrap ol.btn{
	margin: 15px 0 0 0;
}
#fotterWrap ol.btn li.botom_other_bt01,
#fotterWrap ol.btn li.botom_other_bt02,
#fotterWrap ol.btn li.botom_other_bt03{
	display: inline-block;
	margin: 0 20px 0 0;
}
ol.btn botom_other_center{
	margin: 0 auto;
}
#fotterWrap ol.btn li.none{
	margin: 0 !important;
}
li.botom_other_bt01 img,
li.botom_other_bt02 img,
li.botom_other_bt03 img{
	width: auto;
	height: 35px;
}



/* =======================
ディスクレ
======================= */
#disclaimer_inner,
#disclaimer{
	margin: 10px 0 0 0;
	font-size: 0;
}
#disclaimer_inner p,
#disclaimer p{
	display: inline-block;
	font-size: 10px;
	line-height: 1.3;
	margin: 0 1em 0 2em;
	text-indent: -1em;
	letter-spacing: normal;
}



/* =======================
jump_menu
======================= */
.app-window{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}
.app-window .app-inner{
	width: 800px;
	height: 650px;/*20200930_馬崎*/
	position: absolute;
	top: 50px;
	right: 20px;
	z-index: 30;
	background: #ffffff;
	padding: 10px 25px 0 25px;/*20200930_馬崎*/
}
#triangle{
	width:0;
	height:0;
	border-right:10px solid transparent;
	border-left:10px solid transparent;
	border-bottom:10px solid #ffffff;
	position: absolute;
	top: -7px;
	right: 40px;
	z-index: 30;
}
.app-window .app-close{
	display: block;
	overflow: hidden;
	text-indent: -10000px;
}
.app-window .app-close:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background: #000000;
	opacity: 0.1;
	-moz-opacity: 0.1; /* Firefox */
	filter: alpha(opacity=10); /* IE6/7 */
	-ms-filter: "alpha(opacity=10)"; /* IE8 */
}

/* =======================
jump_menu ボタン
======================= */
.jumpWrap{
	width: auto;
	height: auto;
/* 	background: #ffffff;*/
/*	box-shadow: 0 0 6px #9b9b9b;*/
	/*padding: 10px;*/ /*20200930_馬崎コメントアウト*/
	margin: 0 0 0 0;
}
.mng_jumpWrap{ /*20230509matsu*/
	width: auto;
	height: auto;
	margin: 15px 0 0 0;
}
/*.jumpWrap.sim{
	height: 389px;
}
.jumpWrap.tre{
	height: 135px;
}*/
div#leftContent{
	width: 224px;
	height: auto;

	/*border: 2px solid #009bdc;*/ /*20200929_馬崎コメントアウト*/
	border-radius: 10px;
}
div#rightContent{
	width: 550px;
	height: 505px;/*20200930_馬崎*/
	background:#b2e1f5;
	margin:2px 0 0 0 ;
	/*border: 2px solid #009bdc;*/ /*20200929_馬崎コメントアウト*/
	border-radius: 10px;
}
div#rightBottomContent{
	width: 550px;
	height: 57px;
	background:#b2e1f5;
	/*border: 2px solid #010099;*/ /*20200929_馬崎コメントアウト*/
	border-radius: 10px;
	margin: 29px 0 0 0;/*20200930_馬崎*/
}
div#mng_rightBottomContent{/*20230509matsu*/
	width: 550px;
	height: 113px;
	background: #B2E1F5;
	border-radius: 10px;
	margin: 20px 0 0 0;
}

div#rightBottomContent1{
	width: 550px;
	height: 10px;
	/*border: 2px solid #010099;*/ /*20200929_馬崎コメントアウト*/
	margin: 6px 0 0 0;/*20200930_馬崎*/
}

div#rightBottomContent2{
	width: 140px;
	/*border: 2px solid #010099;*/ /*20200929_馬崎コメントアウト*/
}

div#rightBottomContent3{
	width: 140px;
	/*border: 2px solid #010099;*/ /*20200929_馬崎コメントアウト*/
}

.rightBottomContent4{
	width: 216px;
	/*border: 2px solid #010099;*/ /*20200929_馬崎コメントアウト*/
	height: 414px;/*20200930_馬崎*/
	background:#b2e1f5;
	margin:30px 0 0 0 ;
	padding: 10px 10px 10px 10px;
	border-radius: 10px;
}

div#leftContent3,#leftContent4,#leftContent5{
	width: 236px;
	margin:10px 0 0 0 ;
}


.jumpWrap .jump_title{
	height: 12px;
	margin: 0 0 8px 0;
}
.jumpWrap h3{
	display: inline-block;
	width: 230px;
	height: auto;
	margin: 2px 0 1px 0;
}
.jumpWrap h4{
	display: inline-block;
	width: 282px;
	height: auto;
	margin: 2px 0 1px 0;
}

.jump_icon{
	width: 140px;
	height: 35px;
	margin: 10px 35px 11px 8px;
}
.mng_jump_icon{/*20230509matsu*/
	width: 220px;
	height: 60px;
	margin: 10px 30px 14px 25px;
}
.smalljump_icon{
	width: 282px;
	height: 24px;
	margin: 0 0 0 0;
}
.smalljump_icon.bottom_height{
	height: 26px;
}

.smalljump_icon.smalljumpTop{
	margin-top: 30px;
}

#modal-content{
	/*overflow: scroll;*/   /* スクロール表示 */
	height:auto;
	width: 840px;
	margin: 10px auto 20px auto;
	padding: 20px 20px;
	border: 2px solid #009bdc;
	background: #fff;
	position: fixed;
	display: none;
	z-index: 999;
}

#modal-content h3{
	color: #009bdc;
}
#modal-content p{
	display: inline-block;
	font-size: 14px;
	line-height: 1.3;
	margin: 0 0 0 1em;
	text-indent: -1em;
	letter-spacing: normal;
}

/*リスクメニューポップアップ画面*/
.popup-menu-06{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}
.popup-menu-06 #menu_06{
	position:absolute;
	top:173px;
	right: 200px;
	margin:0 auto;
	z-index:20;
	border-radius:8px;
	background:#ffffff;
	width:350px;
	height:243px;
	border:2px solid #009bdc;
}

.popup-menu-06 .menu-close{
	display: block;
	overflow: hidden;
	text-indent: -10000px;
}
.popup-menu-06 .menu-close:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background: #000000;
	opacity: 0.1;
	-moz-opacity: 0.1; /* Firefox */
	filter: alpha(opacity=10); /* IE6/7 */
	-ms-filter: "alpha(opacity=10)"; /* IE8 */
}


/*相続メニューポップアップ画面*/
.popup-menu-09{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}
.popup-menu-09 #menu_09{
	position:absolute;
	top:173px;
	right: 200px;
	margin:0 auto;
	z-index:20;
	border-radius:8px;
	background:#ffffff;
	width:350px;
	height:243px;
	border:2px solid #009bdc;
}

.popup-menu-09 .menu-close{
	display: block;
	overflow: hidden;
	text-indent: -10000px;
}
.popup-menu-09 .menu-close:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background: #000000;
	opacity: 0.1;
	-moz-opacity: 0.1; /* Firefox */
	filter: alpha(opacity=10); /* IE6/7 */
	-ms-filter: "alpha(opacity=10)"; /* IE8 */
}