/* --------------------------------------------------------------------------------------
[ Initialization ]
----------------------------------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,input,textarea,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,th,input,textarea,select {
	font-family: inherit;
	font-size: 100%;
	font-weight: normal;
}
li {
	list-style: none outside;
}
input,textarea {
	padding: 0;
	vertical-align: middle;
}
select {
	padding: 0px;
	line-height: 1;
	vertical-align: middle;
}
em, strong {
	font-weight: bold;
	font-style: normal;
}
img {
	border: none;
	outline: none;
	vertical-align: top;
}
table {
	font-size: inherit;
	border-collapse: collapse;
	border-spacing: 0;
}
hr, map {
	display: none;
}
sub {
	vertical-align: 0;
	line-height: 1.0em;
}
sup {
	vertical-align: 0.3em;
	line-height: 1.0em;
}


/* --------------------------------------------------------------------------------------
[ Base setting ]
----------------------------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 12px;
	line-height: 1.5;/*18px*/
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-style: normal;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
a:link, a:visited, a:active, a:hover {
	color: #6c4092;
	text-decoration: underline;
	outline: none;
	-moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0); tap-highlight-color: rgba(0,0,0,0);
}
a:visited {
	color: #8e779f;
}
a:hover {
	color: #3f2455;
	text-decoration: none;
}
::-webkit-input-placeholder {
	color: #999;
}
::-moz-placeholder {
	color: #999;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #999;
}
:placeholder-shown {
	color: #999;
}

/* -----------------------------------------
sp.css
スマホレイアウト用css
----------------------------------------- */

body {
	min-width: 320px;
}

#PageArea {
	overflow: hidden;
}

#PageAreaInner {
	position: relative;
	right: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

#PageAreaInner.showNavi {
	right: -240px;
}

#ContentsArea {
	overflow: hidden;
}

.showNavi #ContentsArea:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
}

#gnavi a:link,
#gnavi a:visited,
#gnavi a:active,
#gnavi a:hover {
	color: #000;
	text-decoration: none;
}

#gnavi {
	/*position: absolute;*/
	position: fixed;
	top: 0;
	bottom: 0;
	left: -240px;
	width: 238px;
	background-color: #f0f1f2;
	overflow-y: auto;
	padding: 20px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.5s;
	visibility: hidden;
}
.showNavi #gnavi {
	left: 0;
	visibility: visible;
}
#gnavi .menuClose{
	position: absolute;
	top: 9px;
	right: 10px;
	width: 30px;
	height: 30px;
	background-color: #003B90;
}
#gnavi .menuClose:before,
#gnavi .menuClose:after{
	content: "";
	position: absolute;
	top: 4px;
	left: 14px;
	width: 2px;
	height: 22px;
	background: #fff;
}
#gnavi .menuClose:before{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#gnavi .menuClose:after{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#gnavi ul {
	margin-left: 15px;
	margin-bottom: 25px;
}
#gnavi ul>li{
	margin-bottom: 20px;
}

#gnavi .slideMenuTitle {
	border-bottom: 2px solid #003B90;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

/* --------------------------------------------------------------------------------------
[ dialog ]
----------------------------------------------------------------------------------------- */

.speech,
#skip_link,
#contents h1,
body.print h1{
  position: absolute !important;
  left: -9999px;
  width: 0;
  height: 0;
  overflow: hidden !important;
  font-size:0;
  line-height:0;
}
* html body .speech{
  padding:0;
  line-height:0;
}
*+ html body .speech{
  padding:0;
  line-height:0;
}
table caption.speech {
  position:relative !important;
}
button{
  padding:0;
  border:none;
  display:inline-block;
  _display:inline;
  background:none;
  cursor:pointer;
  zoom:1;
  /*text-decoration:underline;*/
  -webkit-appearance:button;
	font-weight:bold;
}
button.focus,
button:focus,
button:hover{
  text-decoration:none;
  /*color: #777777;*/
}
button.focus,
button:focus { outline:dotted 1px #cccccc\9; }
@-moz-document url-prefix( ){
  button.focus,
  button:focus { outline:dotted 1px #cccccc; }
}
button.support_text_img{ text-decoration:none; margin-top:-5px; *margin-top:0;}
button .button_link{ text-decoration:underline; }
button .button_link.focus,
button .button_link:focus,
button .button_link:hover{ text-decoration:none; }
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
* html button{
  width:auto;
  background:none;
  overflow:visible;
}
div.support_contents_body{
  position:absolute;
  display:none;
  text-align:center;
  z-index: 2;
	font-weight:bold;
}

div.support_contents_body tr{
	height:45px;
}
div.support_contents_body th, div.support_contents_body td{
	padding:0;
	text-align:center;
	width:47px;
}
div.support_contents_body span,
div.support_contents_body button{
	font-size:15px;
}
/* body.ua_ie9 */ .support_contents_body {
  border-radius:5px;
  background-color: #eee;
  padding:4px;
  border-collapse: separate;
  box-shadow: 1px 1px 6px #333; 
}
/*body.ua_ie9*/ #header #menu .other_link {
  top: 44px;  
}

/* body.ua_ie9 */ .support_contents_body_inner_1{
  background: none #FFF;
}
/* body.ua_ie9 */ .support_contents_body_inner_2{
 
  background: none;
  padding-top:5px;
}
/* body.ua_ie9 */ .support_contents_closer{
  text-align:center;
  background: none #eee;
}
/* body.ua_ie9 */ .support_contents_closer div{
  background: none #eee;
  padding:8px;
}

/* body.ua_ie9 */ div.overlay_contents_body {
  width:855px;
  border-radius:5px;
  background-color: #eee;
  padding:4px;
  box-shadow: 1px 1px 6px #333;   
}
div.calendar_field{
  padding-top:10px;
}
div.calendar_field p.label{
  margin-right:0;
}
div.calendar_field p.label input{
  margin-top:-5px;
  _margin-top:-4px;
}
* html div.calendar_field label{
  margin-top:5px;
  vertical-align:text-top;
}
*+ html div.calendar_field label{
  vertical-align:top;
}
div.calendar_field .calendar{
  margin:-5px 0 0;
  margin-top:-7px;
}
.font-big div.calendar_field .calendar{
  _margin-right:5px;
}
div.calendar_field div.select{
  margin-top:1px;
  _padding-top:5px;
}
div.calendar_field .calendar p.last_child{
  margin-bottom:1px;
  _padding-top:0;
}
div.calendar_field .calendar select{
  margin-left:2px;
}
div.calendar_field .calendar div.select label{
  *vertical-align:middle;
}
* html body.under_layer #contents div.fn_calendar_body{
  width:270px;
}
* html body.font-big #contents div.fn_calendar_body{
  width:281px;
}
*+ html body.under_layer #contents div.fn_calendar_body{
  width:270px;
}
*+ html body.font-big #contents div.fn_calendar_body{
  width:290px;
}

/*    */
th.saturday,td.saturday{
	color:#02a0df !important;
}
th.sunday,td.sunday{
	color:#e60100 !important;
}
td.dayspace{
	color:#777;
}
body.under_layer #contents div.fn_calendar_body table tbody td span{
  color:#999999 !important;
}
body.under_layer #contents div.fn_calendar_body table tbody td.today a{
  font-weight:bold;
  background-color:#fbe5e7 !important;
}
/*    */

body.under_layer div#wrapper #contents div.fn_calendar_body table thead th,
body.under_layer div#wrapper #contents div.fn_calendar_body table tbody td{
  padding:2px 5px;
  height:15px;
  width:20px;
  background:none;
  border:none;
  text-align:center;
}
body.under_layer #contents .fn_calendar_body .support_contents_body_inner_1{
  padding:0 0 0 15px;
  font-size:100%;
}
* html body.under_layer #contents .fn_calendar_body .support_contents_body_inner_1{
  padding:0 0 0 10px;
  font-size:100%;
}
body.under_layer #contents .fn_calendar_body .support_contents_body_inner_2{
  padding:10px 15px 0 0;
}
* html body.under_layer #contents .fn_calendar_body .support_contents_body_inner_2{
  padding:10px 10px 0 0;
}
div.fn_calendar_body .support_contents_body_inner_2 div{
  padding:0 15px;
  min-height: 260px;
  height:auto !important;
  _height:260px;
}
body.font-big div.fn_calendar_body .support_contents_body_inner_2 div{
  min-height:260px;
  height:auto !important;
  _height:260px;
}
.fn_calendar_body table{
  margin: 0 auto;
  padding-bottom:10px;
  width: 260px;
}
.fn_calendar_body caption{
  margin: 0 auto;
  min-height:47px;
  height:auto !important;
  _height:47px;
}
.fn_calendar_body caption span.year,
.fn_calendar_body caption span.month{
  display:block;
}
.fn_calendar_body caption .year{ font-size: 100%; }
#search .fn_calendar_body table tbody td{ font-size:99.9%; }
.fn_calendar_body .nav{
  margin:0 auto;
  position:absolute;
  top:1.7em;
  left:18px;
  list-style:none;
  width:87%;
  _width:105%;
}
.fn_calendar_body .nav li{ float:left; }
.fn_calendar_body .nav li a{
  padding-left:10px;
}
.fn_calendar_body .nav .next{ float:right; }
.fn_calendar_body .nav .next a{
  padding-right:15px;
}
.prev_next_month_div { margin : 0 auto; }
table.prev_next_month { 
	border-collapse : collapse;
	border-width : 0px 0px;
	width:90%
}
table.prev_next_month tr{
	height:100%;
}
table.prev_next_month td{
	border:none;
	padding:0;
	border-collapse : collapse;
	table-layout : fixed;
	text-align : center;
	vertical-align: middle;
	font-size : 10pt;
	font-weight : bold;
	width:30%;
	height:45px;
}

.overlay_contents_closer{
  padding-left:24px;
  text-align:center;
  margin:auto;
}
div.overlay_contents_closer  {
  padding:8px 24px 14px 0;
  margin:auto;
}
.overlay_contents_closer div button {
  padding: 4px 0 3px 20px;
  *padding:4px 0 0 20px;
}
.pos_bottom_left_edge .support_balloon_tip,
.pos_bottom_center .support_balloon_tip,
.pos_bottom_left .support_balloon_tip,
.pos_bottom_right .support_balloon_tip{
  width:27px;
  height:20px;
}
.pos_right_middle .support_balloon_tip{
  width:20px;
  height:27px;
}
.support_balloon_tip{
  margin-top:-14px;
  position: absolute;
  left: -20px;
  top: 50%;
}
.dayButton {
  width:30px;
  height:100%;
  align:center;
  color: #24d;
}
.fn_calendar_body.pos_right_middle.support_contents_body {
	left: 0 !important;
	right: 0 !important;
	margin: auto !important;
	width: 290px !important;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable {
	left: 0 !important;
	right: 0 !important;
	margin: auto !important;
	width: 290px !important;
}

/* --------------------------------------------------------------------------------------
[ Pageframe ]
----------------------------------------------------------------------------------------- */
#header a:link,
#header a:link,
#header a:visited,
#header a:active,
#header a:hover {
	color: #000;
	text-decoration: none;
}
#header #logo {
	width: 141px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 7px;
	margin: 0 auto;
}

#helpDesk_Text {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 50px;
	margin: 0 auto;
	font-size: 13px;
	text-align: center;
	line-height:1.5;
}

#helpDesk_image {
	width: 141px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 55px;
	margin: 0 auto;
}

.logo_B {
	width: 142px;
	height: 42px;
	border: none;
	background: url("./images/logo_inban_p4.png") no-repeat scroll -0.1px 50% #ffffff;
	background-size:142px 42px;
	cursor: pointer;
}

#header .menu{
	position: absolute;
	left: 5px;
	top: 7px;
}
#header .logout{
	position: absolute;
	right: 5px;
	top: 7px;
}

.slideMenu .btn01.btn01noMrk.close_B {
	position: absolute;
	top: 4px;
	left: 165px;
	width: 65px;
	max-width: none;
	min-width: 0;
	padding: 5px 11px;
	text-align: center;
}
#header .menuBtn a,
#header .logoutBtn a,
#jsMenuBtn{
	position: relative;
	display: block;
	border-style: solid;
	border-color: #003B90;
	border-width: 1px 2px 2px 1px;
	width: 40px;
	height: 35px;
	text-align: center;
	color: #192f60;
	box-sizing: border-box;
	margin-bottom: 6px;
}
#header .menuBtn a:hover,
#header .logout_B:hover,
#header .logoutBtn a:hover,
.top_B:hover {
	border-width: 2px;
}
.menu_B {
	cursor: pointer;
	background-color: transparent;
	background: url(images/ico_menu_p4.gif)  no-repeat scroll 9px 60% #ffffff;
	border-color: #003B90;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    box-sizing: border-box;
    color: #192F60;
    display: block;
    height: 35px;
    margin-bottom: 9px;
    position: relative;
    text-align: center;
    width: 40px;
}
#header .menuBtn .menuRod{
	position: absolute;
	top: 7px;
	left: 8px;
	width: 20px;
	height: 4px;
	background-color: #003B90;
}
#header .menuBtn .menuRod:before,
.menu_B:before{
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 20px;
	height: 4px;
	background-color: #003B90;
}
#header .menuBtn .menuRod:after,
.menu_B:after{
	content: '';
	position: absolute;
	top: 16px;
	left: 0;
	width: 20px;
	height: 4px;
	background-color: #003B90;
}

#header .logoutBtn a:before{
	content: '';
	position: absolute;
	top: 6px;
	left: 13px;
	width: 17px;
	height: 23px;
	background: url(images/ico_logout_p4.gif) no-repeat 0 0;
}
#header .logout_B{
	background: url("images/ico_logout_p4.gif") no-repeat scroll 13px 70% #ffffff;
	border-color: #003B90;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    box-sizing: border-box;
    color: #192F60;
    display: block;
    height: 35px;
    margin-bottom: 6px;
    position: relative;
    text-align: center;
    width: 40px;
    cursor: pointer;
}
#header .caption{
	font-size: 10px;
	color: #003B90;
	text-align: center;
}

#footer {
	width: 100%;
	zoom: 1;
	margin-top: 50px;
	padding: 0 0 50px;
	position: relative;
	font-size: 13px;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	border-bottom: 5px solid #fe1c0c;
	background-color: #575654 ;
}
#footer:before {
	content: "";
	background: url(images/footer_bg_p4.png) no-repeat center bottom;
	background-size: contain;
	width: 100%;
	height: 30px;
	position: absolute;
	left: 0;
	bottom: 100%;
}
#footer p.txt01 {
	padding-top: 2em;
	line-height: 1.2;
}
#txtCopyright {
	padding-top: 2em;
	font-size: 12px;
	line-height: 1.2;
}
#footer a:link,
#footer a:visited {
	color:#f7f8f8;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p span {
	display: inline-block;
	padding:2px 10px !important;
}
#btnPagetop {
	position: fixed;
	right: 2px;
	bottom: 20px;
}
#btnPagetop a {
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	word-wrap: normal !important;
	text-align: left;
	display: block;
	width: 43px;
	height: 42px;
	background: url(images/btn_pagetop_p4.png) no-repeat left top;
}
#wrapper {
	width: 100%;
	overflow: hidden;
}
#wrapper .tit03HasBtn {
	padding: 10px 0 0;
}
#wrapper #main .contentsInner {
	padding: 0 7px;
}
#submenu{
	max-width: 600px;
	margin: 0 auto;
	padding: 0 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#submenu ul{
	overflow: hidden;
	width: 100%;
	margin-top: 12px;
}
#submenu ul:first-child{
	margin-top: 0px;
}
#submenu ul > li{
	float: left;
	width: 31.8181%;
	margin-left: 2.2727%;
	border: 1px solid #207da8;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#submenu ul > li:first-child{
	margin-left: 0;
}
#submenu ul > li a{
	display: block;
}
#submenu ul > li img{
	width: 100%;
}
#breadcrumb {
	padding: 0 7px 7px;
	width: 100%;
	margin-top: 10px;
	margin: 10px -7px 0;
	border-bottom: 1px solid #f0f1f2;
}
.fontLightGray{
	color: #aaa;
}
.func_nav_img {/*機能NAVエリア*/
	padding-left: 8px;
	padding-right: 15px;
	padding-top: 4px;
}
.func_nav_img1 {/*機能NAVエリア*/
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 4px;
}
.func_nav_sikaku {/*機能NAVエリア*/
	padding-left: 4px;
	padding-right: 4px;
}
.func_nav_span{/*機能NAVエリア*/
	margin: 0px 8.6px;
}
/* --------------------------------------------------------------------------------------
[ module ]
----------------------------------------------------------------------------------------- */
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	line-height:0;
	visibility: hidden;
}
.w100 { width: 100%;}
.w70 { width: 70%;}
.w48 { width: 48%;}
.fltL { float: left; width: 50%; box-sizing: border-box; padding-right: 20px; }
.fltR { float: right; width: 50%; box-sizing: border-box; padding-left: 20px; }
.fltR01 { float: right;}
.taC { text-align: center !important; }
.taR { text-align: right !important; }
.taL { text-align: left !important; }
.vaM { vertical-align: middle !important; }
.vaT { vertical-align: top !important; }
.vaB { vertical-align: bottom !important; }
.mrSS { margin-right: 3px !important;}
.mrS { margin-right: 5px !important; }
.mrM { margin-right: 10px !important; }
.mrL { margin-right: 20px !important; }
.mlSS { margin-left: 3px !important;}
.mlS { margin-left: 5px !important; }
.mlM { margin-left: 10px !important; }
.mlL { margin-left: 20px !important; }
.mtS { margin-top: 10px !important; }
.mtSS { margin-top: 5px !important; }
.mtM { margin-top: 20px !important; }
.mtL { margin-top: 30px !important; }
.mbS { margin-bottom: 10px !important; }
.mbM { margin-bottom: 20px !important; }
.mbL { margin-bottom: 30px !important; }
.plS { padding-left: 5px !important;}
.plM { padding-left: 10px !important;}
.plL { padding-left: 20px !important;}
.plLL { padding-left: 30px !important;}
.prS { padding-right: 5px !important;}
.dipIB { display: inline-block !important; }
.color01 { color: #FF0000; }
.color02 { color: #00f; }
.color06 { color: #000000 !important; }
.label01 {
	display: inline-block;
	background-color: #f0f1f2;
	vertical-align: middle;
	padding: 4px 8px 5px;
}
.setColorB .label01 { background-color: #172a88; color: #fff; }
.setColorC .label01 { background-color: #ffff00; color: #172a88; }
.txtM { font-size: 12px;}
.txtL { font-size: 14px;}
.txtLL { font-size: 16px;}
.txtAccent01 {
	font-size: 22px;
	line-height: 1;
}
.txtMrk01 {
	padding-left: 24px;
	position: relative;
	display: inline-block;
}
.txtMrk01:after {
	position: absolute;
	left: 0;
	top: 2px;
	content: url(images/mrk_01_p4.png);
}
.txtMrk02 {
	padding-left: 24px;
	position: relative;
	display: inline-block;
}
.txtMrk02:after {
	position: absolute;
	left: 0;
	top: 2px;	content: url(images/mrk_02_p4.png);
}
.txtMrk03 {
	padding-left: 26px;
	position: relative;
	display: inline-block;
}
.txtMrk03:after {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	content: url(images/mrk_03_p4.png);
}

.txtMrk04 {
	padding-left: 24px;
	position: relative;
	display: inline-block;
}
.txtMrk04:after {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.7em;
	content: url(images/mrk_01_p4.png);
	transform: rotate(90deg);
}
.txtMrk05 {
	position: relative;
	display: inline-block;
}
.txtMrk05:after {
	position: absolute;
	left: 0;
	top: 2px;
}
.tit01 {
	padding: 0 0 10px 8px;
	border-bottom: solid 3px #003B90;
}
.tit02 {
	background-color: #bce2e8;
	padding: 10px 8px;
}
.setColorB .tit02 { background-color: #172a88; color: #fff; }
.setColorC .tit02 { background-color: #ffff00; color: #172a88; }
.tit03 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 16px;
	border-width: 1px;
}
.tit03.tit03HasBdr {
	border-bottom: solid 2px #bbb;
}
.tit03.tit03HasBdr:empty {
	border-bottom: solid 0px #bbb;
	padding-top: 13px;
}
.tit03.tit03HasBdr {
	text-align: center;
	font-size: 16px;
	border-width: 1px;
}
.tit03HasBtn .tit03.tit03HasBdr {
	margin-top: -29px;
}
.tit03HasBtn .btn04 {
	min-width: 50px;
	padding: 7px 5px;
	margin-left: 7px;
}
.tit04 {
	margin-left: 5px;
	border-left: solid 4px #003B90;
	padding: 2px 0 3px 8px;
}
.setColorB .tit03.tit03HasBdr { border-color: #172a88; }
.setColorC .tit03.tit03HasBdr { border-color: #172a88; }
.hasBtnTit {
	position: relative;
}
.hasBtnTit .hbtBtn {
	position: absolute;
	right: 18px;
	bottom: 0;
}
.colorBox01 {
	border-radius: 5px;
	padding: 10px 5px 5px;
	background-color: #1477C2;
}
.setColorB .colorBox01 { background-color: #172a88; color: #fff; }
.setColorC .colorBox01 { background-color: #ffff00; color: #172a88; }
.colorBox01 .cb01Inr {
	background-color: #fff;
	padding: 15px 8px;
}
.setColorB .colorBox01 .cb01Inr,
.setColorC .colorBox01 .cb01Inr { color: #333; }
.colorBox02 {
	border-radius: 5px;
	padding: 10px 5px 6px;
	background-color: #f0f1f2;
}
.setColorB .colorBox02 { background-color: #172a88; color: #fff; }
.setColorC .colorBox02 { background-color: #ffff00; color: #172a88; }
.colorBox02 .cb02Inr {
	background-color: #fff;
	border-top: solid 3px #003B90;
	padding: 8px 5px 15px;
	border-bottom: solid 1px #bbb;
	color: #333;
}
.col2colorBox01 {
	display: table;
	border-spacing: 10px;
	margin: -10px -20px -10px -10px;
}
.col2colorBox01::after {
	content: "";
	display: table-cell;
	width: 0.1px;
	height: 1px;
}
.col2colorBox01 > .c2cbCol {
	display: table-cell;
	width: 50%;
	border: solid 5px #f0f1f2;
	background-color: #fff;
	border-radius: 5px;
	background: url(images/bg_dot.gif) repeat-x 0 100%;
}
.col2colorBox01 > .c2cbCol .c2cbTit {
	background-color: #f0f1f2;
	border-bottom: solid 3px #003B90;
}
.col2colorBox01 > .c2cbCol .c2cbTxt {
	padding: 17px 10px 13px;
}
.setColorB .col2colorBox01 > .c2cbCol { border-color: #172a88; }
.setColorB .col2colorBox01 > .c2cbCol .c2cbTit { background-color: #172a88; color: #fff; }
.setColorC .col2colorBox01 > .c2cbCol { border-color: #ffff00; }
.setColorC .col2colorBox01 > .c2cbCol .c2cbTit { background-color: #ffff00; color: #172a88; }
.borderBox01 {
	border: solid 1px #ccc;
	border-radius: 5px;
	padding: 15px 10px 25px;
}
.colorBox03 {
	display: table;
	background-color: #003B90;
	padding: 11px 16px;
	width: 100%;
	box-sizing: border-box;
}
.colorBox03 > .cb03Inr {
	display: table-cell;
	vertical-align: middle;
}
.colorBox04 {
	background-color: #a0d8ef;
	border: 1px solid #003B90;
	padding: 8px 5px;
	width: 100%;
	box-sizing: border-box;
}
.setColorB .colorBox03 { background-color: #172a88; color: #fff; }
.setColorC .colorBox03 { background-color: #ffff00; color: #172a88; }
.list01 {
	display: table;
	border-spacing: 0;
}
.list01 > li {
	display: table-row;
}
.list01 > li:first-child > .lst01Mrk,
.list01 > li:first-child > .lst01Txt {
	padding-top: 0;
}
.list01 > li > .lst01Mrk,
.list01 > li > .lst01Txt {
	padding-top: 5px;
	display: table-cell;
	vertical-align: top;
}
.list01 > li > .lst01Mrk {
	width: 1%;
	white-space: nowrap;
}
.progressList01 {
	text-align: right;
	background-color: #f0f1f2;
	padding: 5px 15px;
	margin-left: -7px;
	margin-right: -7px;
	margin-top: 0;
}

.swkeyboardList.swkAbs {
	border: solid 3px #bbb;
	padding: 32px 7px 26px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
}
.setColorB .swkeyboardList.swkAbs,
.setColorC .swkeyboardList.swkAbs { border-color: #172a88; }
#swkAbsBg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.swkeyboardList > ul {
	letter-spacing: -0.4em;
	text-align: center;
}
.swkeyboardList > .swkListTxt {
	width: 590px;
	margin: 0 auto 22px;
}
.swkeyboardList > ul > li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	min-width: 35px;
	min-height: 31px;
	margin: 5px 1px;
}
.swkeyboardList > ul > li > .btn01.btn01SizeS {
	text-align: center;
	padding: 6px 7px;
	min-width: 32px;
	min-height: 28px;
}
.swkeyboardList > ul.swkNav {
	margin-top: 10px;
}
.swkeyboardList > ul.swkNav > li > .btn01.btn01SizeS {
	padding: 6px 20px;
}
.pageList01 {
}
.pageList01 > ol {
	display: inline-block;
}
.pageList01 > ol > li {
	display: table-cell;
	padding-left: 5px;
	vertical-align: top;
}
.pageList01 > ol > li.current a {
	color: #000;
	font-weight: bold;
	background-color: #f8f8f8;
}
.setColorB .pageList01 > ol > li.current a { background-color: #172a88; color: #fff; }
.setColorC .pageList01 > ol > li.current a { background-color: #ffff00; color: #172a88; }
.pageList01 > ol > li.pL01Txt {
	padding-left: 5px;
	vertical-align: middle;
}
.pageList01 > ol > li.pL01Txt:last-of-type {
	padding-left: 20px;
}
.pageList01 > ol > li:first-child {
	padding-left: 0;
}
.tblBgEven tr:nth-child(2n) td,
.tblBgEven tr:nth-child(2n) th,
.tblBgEvenDouble tr:nth-child(6n-2) td,
.tblBgEvenDouble tr:nth-child(6n-2) th,
.tblBgEvenDouble tr:nth-child(6n-1) td,
.tblBgEvenDouble tr:nth-child(6n-1) th,
.tblBgEvenDouble tr:nth-child(6n) td,
.tblBgEvenDouble tr:nth-child(6n) th {
	background-color: #eaf4fc;
}
.setColorB .tblBgEven tr:nth-child(2n) td,
.setColorB .tblBgEven tr:nth-child(2n) th,
.setColorB .tblBgEvenDouble tr:nth-child(4n-1) td,
.setColorB .tblBgEvenDouble tr:nth-child(4n-1) th,
.setColorB .tblBgEvenDouble tr:nth-child(4n) td,
.setColorB .tblBgEvenDouble tr:nth-child(4n) th {
	background-color: #edf0ff;
}
.setColorC .tblBgEven tr:nth-child(2n) td,
.setColorC .tblBgEven tr:nth-child(2n) th,
.setColorC .tblBgEvenDouble tr:nth-child(4n-1) td,
.setColorC .tblBgEvenDouble tr:nth-child(4n-1) th,
.setColorC .tblBgEvenDouble tr:nth-child(4n) td,
.setColorC .tblBgEvenDouble tr:nth-child(4n) th {
	background-color: #ffffd9;
	color: #172a88;
}
.tblBg01 td,
.tblBg01 th {
	background-color: #e3e3e3 !important;
}
.tblBg01 td {
	word-break: break-all;
	word-wrap: break-word;
}
td.tblBg02,
th.tblBg02 {
	background-color: #f9d4d4 !important;
}
.setColorB table td.tblBg02,
.setColorB table th.tblBg02,
.setColorC table td.tblBg02,
.setColorC table th.tblBg02,
.setColorB .tblBgEven tr.tblBg01:nth-child(2n) td,
.setColorB .tblBgEven tr.tblBg01:nth-child(2n) th,
.setColorC .tblBgEven tr.tblBg01:nth-child(2n) td,
.setColorC .tblBgEven tr.tblBg01:nth-child(2n) th {
	color: #333;
}
.tbl01 {
	border-top: solid 3px #003B90;
	width: 100%;
}
.tbl01 td,
.tbl01 th {
	border-right: solid 1px #bbb;
	border-bottom: solid 1px #bbb;
	padding: 8px 5px;
	background-color: #fff;
	color: #333;
}
.tbl01 td {
	word-break: break-all;
	word-wrap: break-word;
}
.tbl01 td:last-child,
.tbl01 th:last-child {
	border-right: none;
}
.tbl01 td.tblHasBdr,
.tbl01 th.tblHasBdr {
	border-right: solid 1px #bbb;
}
.tbl01 td.tblNoBdr,
.tbl01 th.tblNoBdr {
	border-right: none;
}
.tbl01 th.thNoBor0{
	border-bottom: 0px;
}
.tbl01 th.thNoBor1{
	border-top: solid 1px #bbb;
}
.tbl01 th {
	background-color: #bce2e8;
}
.tbl01 tbody th {
	background-color: #eaf4fc;
}
.tbl01Scroll {
	border-top: solid 3px #003B90;
	width: 100%;
	max-height: 590px;
	overflow-x: hidden;
	overflow-y: scroll;
	border-bottom: solid 1px #bbb;
}
.tbl01Scroll .tbl01 {
	border-top: none;
	margin-bottom: 1px;
}
.tbl01Scroll .tbl01 thead {
	position: relative;
	z-index: 1;
}
.tbl01Scroll .tbl01 thead th,
.tbl01Scroll .tbl01 thead td {
	position: relative;
}
.tbl01Scroll .tbl01 thead th:after,
.tbl01Scroll .tbl01 thead td:after {
	content: "";
	position: absolute;
	height: 1px;
	background-color: #bbb;
	left: -1px;
	bottom: -1px;
	right: -1px;
	z-index: 1;
}
.tbl01Scroll .tbl01 thead th:before,
.tbl01Scroll .tbl01 thead td:before {
	content: "";
	position: absolute;
	width: 1px;
	background-color: #bbb;
	right: -1px;
	top: -1px;
	bottom: -1px;
	z-index: 1;
	min-height: 150px;
}
.setColorB .tbl01 th {
	background-color: #172a88;
	color: #fff;
}
.setColorC .tbl01 th {
	background-color: #ffff00;
	color: #172a88;
}
.tbl02 {
	border-top: solid 1px #bbb;
	border-left: solid 1px #bbb;
	width: 100%;
}
.tbl02 td, .tbl02 th {
	border-right: solid 1px #bbb;
	border-bottom: solid 1px #bbb;
	padding: 7px;
	background-color: #fff;
	text-align: left;
	color: #333;
}
.tbl02 td {
	word-break: break-all;
	word-wrap: break-word;
}
.tbl02 th {
	background-color: #bce2e8;
}
.setColorB .tbl02 th { background-color: #172a88; color: #fff; }
.setColorC .tbl02 th { background-color: #ffff00; color: #172a88; }
.tbl03 {
	border-top: solid 3px #bbb;
	width: 100%;
}
.tbl03 td, .tbl03 th {
	border-right: solid 1px #bbb;
	border-bottom: solid 1px #bbb;
	padding: 7px 5px;
	background-color: #fff;
	color: #333;
}
.tbl03 td {
	word-break: break-all;
	word-wrap: break-word;
}
.tbl03 td:last-child,
.tbl03 th:last-child {
	border-right: none !important;
}
.tbl03 th {
	background-color: #f5f7f8;
}
.tbl03 thead th {
	background-color: #f0f1f2;
}
.setColorB .tbl03 th { background-color: #172a88; color: #fff; }
.setColorC .tbl03 th { background-color: #ffff00; color: #172a88; }
.tbl04{
	border-top: solid 3px #003B90;
	border-left: solid 2px #003B90;
	width: 100%;
}
.tbl04 td, .tbl04 th {
	border-right: solid 2px #003B90;
	border-bottom: solid 2px #003B90;
	padding: 12px 15px;
	background-color: #fff;
	text-align: left;
	color: #333;
}
.tbl04 td {
	word-break: break-all;
	word-wrap: break-word;
}
.tbl04 th{
	background-color: #003B90;
	color: #fff;
}
.btn01 input,
.btn02 input,
.btn03 input,
.btn04 input,
.btn05 input,
.btn06 input,
.btn07 input,
.printBtn input {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	background-color: transparent;
}
.btn01 input::-webkit-search-decoration,
.btn02 input::-webkit-search-decoration,
.btn03 input::-webkit-search-decoration,
.btn04 input::-webkit-search-decoration,
.btn05 input::-webkit-search-decoration,
.btn06 input::-webkit-search-decoration,
.btn07 input::-webkit-search-decoration,
.printBtn input::-webkit-search-decoration {
	display: none;
}
.btn01 input::focus,
.btn02 input::focus,
.btn03 input::focus,
.btn04 input::focus,
.btn05 input::focus,
.btn06 input::focus,
.btn07 input::focus,
.printBtn input::focus {
	outline-offset: -2px;
}
.btn01 {
	display: inline-block;
	min-width: 150px;
	padding: 8px 30px;
	margin: 0 1px 1px 0;
	box-sizing: border-box;
	border-radius: 5px;
	border: solid 1px #ccc;
	background: url(images/mrk_01_p4.png) no-repeat 7px center;
	font-weight: bold;
	background-color: #fff;
	-moz-box-shadow:1px 1px 0 0 #535c5e;
	-webkit-box-shadow:1px 1px 0 0 #535c5e;
	box-shadow:1px 1px 0 0 #535c5e;
	cursor: pointer;
}
.btn01 input {
	font-weight: bold;
}
.btn01:hover {
	margin: 1px 0 0 1px;
	border: 1px solid #535c5e;
	background-color: #f8f8f8;
	color: #7e7e7e;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.setColorB .btn01:hover { background-color: #172a88; color: #fff; }
.setColorC .btn01:hover { background-color: #ffff00; color: #172a88; }
a.btn01 {
	color: #000;
	text-decoration: none;
}
.btn01.btn01noMrk {
	background-image: none;
	min-width: 147px;
	padding: 8px 15px;
}
.btn01.btn01SizeSS {
	padding: 1px 11px 1px 30px;
	min-width: 0;
}
.btn01.btn01noMrk.btn01SizeSSS {
	padding: 4px 7px;
}
.btn01SizeSSS {
	background-size: 10px;
	font-size: 10px;
	padding: 0px 11px 0px 22px;
}
.btn01.btn01SizeSSS,
.btn01.btn01SizeSS {
	box-shadow: 1px 1px 0 0 #535c5e;
	margin: 0 1px 1px 0;
	min-width: 0;
}
.btn01.btn01SizeSS.btn01noMrk  {
	padding: 2px 10px;
	min-width: 60px;
	text-align: center;
}
.btn01.btn01SizeS {
	padding: 6px 11px 6px 30px;
	min-width: 0;
}
.btn01.btn01SizeS.btn01noMrk {
	padding: 8px 10px;
	min-width: 80px;
	text-align: center;
}
.btn01.w100 {
	width: 96%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 6px 11px 6px 11px;
}
 
.btn01.btn01SizeM {
	padding: 12px 11px 10px 25px; 
	min-width: 130px;
}
.btn01.btn01SizeL {
	padding: 16px 30px;
	min-width: 250px;
}
.btn01.btn01Size315{
	padding: 16px 30px;
	width: 315px;
}
.btn01.btn01AllCheck{
	background-image: url(images/mrk_allcheck_p4.png);
}
.btn01.btn01AllClear{
	background-image: url(images/mrk_allclear_p4.png);
}
.btn01.btnColor01{
	background-color: #003B90;
	border: solid 1px #003B90;
}
.btn01.btn01Print{ 
	background-image: none;
}
.btn01.btnColor01 input{
	color: #fff;
}
.btn01.btnColor01 input{
	color: #fff;
}
.btn01.btnColor01:hover{
	margin: 1px 0 0 1px;
	border: solid 1px #535c5e;
	background-color: #003B90;
	color: #7e7e7e;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn02 {
	font-size: 16px;
	text-align: center;
	background-color: #003B90;
	color: #fff;
	font-weight: bold;
	padding: 15px;
	line-height: 1;
	min-width: 120px;
	box-sizing: border-box;
	border-radius: 6px;
	border-style: solid;
	border-color: #595959;
	border-width: 0px 1px 1px 0px;
	display: inline-block;
	cursor: pointer;
	/*-webkit-appearance: button;*/
}
.btn02.w100 {
	width: 90% !important;
	margin: 0 auto;
	display: block;
}
.btn02 input {
	font-weight: bold;
	color: #fff;
}
.btn02:hover {
	background-color: #003B90;
}
.btn03 {
	display: inline-block;
	min-width: 100px;
	padding: 8px 10px;
	margin: 0 1px 1px 0;
	box-sizing: border-box;
	border-radius: 5px;
	border: solid 1px #cdcdcd;
	background-color: #fff;
	-moz-box-shadow:1px 1px 0px 0px #cdcdcd;
	-webkit-box-shadow:1px 1px 0px 0px #cdcdcd;
	box-shadow:1px 1px 0px 0px #cdcdcd;
	cursor: pointer;
}
.btn03.w100 {
	width: 90% !important;
	margin: 0 auto;
	display: block;
}
.btn03.w100:hover {
	margin: 1px auto 0;
}
a.btn03 {
	color: #000;
	text-decoration: none;
}
.btn03.btn03SizeS {
	padding: 4px 7px;
	min-width: 25px;
}
.btn03:hover {
	margin: 1px 0 0 1px;
	border: solid 1px #cdcdcd;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.setColorB .btn03,
.setColorC .btn03 {
	border-color: #172a88;
	-moz-box-shadow:3px 3px 0px 0px #172a88;
	-webkit-box-shadow:3px 3px 0px 0px #172a88;
	box-shadow:3px 3px 0px 0px #172a88;
}
.setColorB .btn03:hover { background-color: #172a88; color:#fff; }
.setColorC .btn03:hover { background-color: #ffff00; color:#172a88; }
.btn04 {
	font-size: 100%;
	text-align: center;
	background-color: #eee;
	padding: 16px 28px;
	line-height: 1;
	box-sizing: border-box;
	border-radius: 6px;
	border-style: solid;
	border-color: #595959;
	border-width: 0px 1px 1px 0px;
	display: inline-block;
	cursor: pointer;
	min-width: 110px;
}
a.btn04 {
	color: #000;
	text-decoration: none;
}
.btn04:hover {
	background-color: #f5f5f5;
}
.btn04.btn04SizeS {
	font-size: 12px;
	padding: 10px 5px;
	min-width: 0;
}
.btn04.w100 {
	width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	
}
.btn05 {
	display: inline-block;
	min-width: 200px;
	padding: 8px 30px;
	margin: 0 1px 1px 0;
	box-sizing: border-box;
	border-radius: 5px;
	border: solid 1px #1c305c;
	font-weight: bold;
	background-color: #fff;
	-moz-box-shadow:1px 1px 0px 0px #535c5e;
	-webkit-box-shadow:1px 1px 0px 0px #535c5e;
	box-shadow:1px 1px 0px 0px #535c5e;
	cursor: pointer;
}
.btn05 input {
	padding: 2px;
	color: #003B90;
	font-weight: bold;
}
.btn05:hover{
	background-color: #bce2e8;
}
.setColorB .btn05:active { background-color: #172a88; color: #fff; }
.setColorC .btn05:active { background-color: #ffff00; color: #172a88; }
a.btn05 {
	color: #000;
	text-decoration: none;
}
.btn05:hover {
	margin: 1px 0 0 1px;
	border: solid 1px #535c5e;
	background-color: #f8f8f8;
	color: #7e7e7e;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn05.btn05Download input{
	content:"";
	background: url(images/mrk_csv_p4.png) no-repeat 0px center;
	padding-left: 25px;
}
.btn05.btn05PDF input{
	background: url(images/mrk_pdf_p4.png) no-repeat 0px center;
	padding-left: 35px;
	background-size: 20px;
}
.btn05.btn05Print{
	/*min-width: 83px;*/
	/*padding: 5px 8px;*/
	margin: 0 1px 1px 0;
	box-sizing: border-box;
	border-radius: 5px;
	border: solid 1px #1c305c;
	font-weight: bold;
	/*font-size: 12px;*/
	background-color: #fff;
	-moz-box-shadow:1px 1px 0px 0px #535c5e;
	-webkit-box-shadow:1px 1px 0px 0px #535c5e;
	box-shadow:1px 1px 0px 0px #535c5e;
	cursor: pointer;
}
.btn05.btn05Print input{
	background: url(images/mrk_print_p4.png) no-repeat 0px center;
	padding-left: 35px;
	/*background-size: 18px;*/
}
.btn05.btn05Print:hover{
	background-color: #bce2e8;
}
.btn05.btn05Print:hover {
	margin: 1px 0 0 3px;
	border: solid 1px #535c5e;
	background-color: #f8f8f8;
	color: #7e7e7e;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn05.btn05SizeSSS {
	font-size: 10px;
	font-weight: bold;
	padding: 0px 10px;
	min-width: 0;
}
.btn05.btn05SizeSSS.btn05Download input {
	background-size: 10px 12px;
	padding: 0px 0px 0px 15px;
}
.btn05.btn05SizeSSS.btn05PDF input {
	background-size: 10px 12px;
	padding: 0px 0px 0px 15px;
}
.btn05.btn05SizeSS {
	padding: 0px 10px;
	min-width: 0;
}
.btn05.btn05SizeSS.btn05Download input {
	background-size: 12px 15px;
	padding-left: 18px;
}
.btn05.btn05SizeSS.btn05PDF input {
	background-size: 15px 18px;
	padding-left: 18px;
}
.btn05.btn05SizeS {
	padding: 8px 10px;
	min-width: 0;
}
.btn05.btn05SizeS.btn05Download input {
	background-size: 15px 19px;
	padding-left: 22px;
}
.btn05.btn05SizeS.btn05PDF input {
	background-size: 20px 24px;
	padding-left: 22px;
}
.btn05.btn05SizeSSS.btn05Print input {
	background-size: 10px 8px;
	padding: 0px 0px 0px 15px;
}
.btn05.btn05SizeSS.btn05Print input {
	background-size: 15px 12px;
	padding-left: 18px;
}
.btn05.btn05SizeS.btn05Print input {
	background-size: 20px 16px;
	padding-left: 22px;
}
.btn05.btn05SizeL {
	min-width: 250px;
	padding: 16px 20px;
}
.btn05.w100 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display:block;
}
.btn05.w100:hover {
	margin-left: auto;
	margin-right: auto;
}
.btn07 {
	font-size: 17px;
	text-align: center;
	background-color: #003B90;
	color: #fff;
	font-weight: bold;
	padding: 15px;
	line-height: 1;
	min-width: 80px;
	box-sizing: border-box;
	border-radius: 6px;
	border-style: solid;
	border-color: #595959;
	border-width: 0px 1px 1px 0px;
	display: inline-block;
	cursor: pointer;
	/*-webkit-appearance: button;*/
}
.btn07.w100 {
	width: 96% !important;
	margin: 0 auto;
	display: block;
}
.btn07 input {
	font-weight: bold;
	color: #fff;
}
.btn07:hover {
	background-color: #003B90;
}
.printBtn{
	overflow: hidden;
	padding-top: 20px;
	position: relative;
}
.printBtn .printBtnItem{
	font-size: 12px;
	position: absolute;
	right: 0px;
	top: 8px;
}
.btn01.disabled {
	opacity: 0.5;
}
.btn01.disabled:hover {
	background-color: #fff;
	margin: 0 3px 3px 0;
	border: solid 1px #ccc;
	box-shadow: 1px 1px 0px 0px #535c5e;
	cursor: default;
}
.btn01.disabled.w100:hover {
	margin: 0 auto;
}
.btn01.disabled input[disabled] ,
.btn02.disabled input[disabled] ,
.btn03.disabled input[disabled] ,
.btn04.disabled input[disabled] ,
.btn05.disabled input[disabled],
.btn07.disabled input[disabled] {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	cursor: default;
}
.btn02.disabled:hover {
	background-color: #003B90;
	cursor: default
}
.btn03.disabled {
	margin: 0 1px 1px 0;
	box-shadow: 1px 1px 0px 0px #cdcdcd;
} 
.btn03.disabled:hover {
	margin: 0 1px 1px 0;
	border: solid 1px #cdcdcd;
	background-color: #fff;
	box-shadow: 1px 1px 0px 0px #cdcdcd !important;
	cursor: default;
}
.btn03.disabled.w100 {
	margin: 0 auto;
}
.btn03.disabled.w100:hover {
	margin: 0 auto;
	box-shadow: 1px 1px 0px 0px #cdcdcd !important;
}
.btn04.disabled:hover {
	background-color: #eee;
	cursor: default;
}
.btn05.disabled:hover {
	background-color: #fff;
	margin: 0 1px 1px 0;
	border: solid 1px #1c305c;
	box-shadow: 1px 1px 0px 0px #535c5e;
	cursor: default;
}
.btn05.disabled.w100:hover {
	margin-left: auto;
	margin-right: auto;
}
.btn07.disabled:hover {
	background-color: #003B90;
	cursor: default
}

.btnSet {
	position: relative;
}
.btnSet .bsItem01 {
	text-align: right;
}
.btnSet .bsItem02 {
	position: absolute;
	left: 0;
	bottom: 0;
}
.btnSet .bsItem03 {
	text-align: center;
}
.iptTxt,
.txtArea {
	padding: 8px;
	border: 1px solid #ccc;
	line-height: 1;
	height: 1em;
	box-sizing: content-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
}
.iptTxt[disabled],
.txtArea[disabled] {
	background-color: rgb(235, 235, 228);
	opacity: 0.5;
	cursor: default
}
.txtArea, textarea{
	margin: -1px 0;
	min-height: 80px;
	resize: vertical;
}
.iptTxt:focus,
.txtArea:focus {
	border: 1px solid #1477C2;
}
.setColorB .iptTxt:focus,
.setColorB .txtArea:focus {
	border-color: #172a88;
}
.setColorC .iptTxt:focus,
.setColorC .txtArea:focus {
	border-color: #172a88;
}
.iptCheck input[type=checkbox],
.iptRadio input {
	opacity: 0;
	height: 0;
	width: 0;
	position: absolute;
}
.iptCheck > span,
.iptRadio > span {
	padding-left: 21px;
	display: block;
	vertical-align: middle;
	position: relative;
}
.iptCheck input[type=checkbox] + span:before,
.iptRadio input + span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.2em;
	display: block;
	width: 15px;
	height: 15px;
	background: #fff;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #697072;
	border-radius: 4px;
	box-sizing: border-box;
}
.iptCheck input + span.noTxt:before,
.iptRadio input + span.noTxt:before,
.iptCheck input:checked + span.noTxt:before {
	left: 0;
	right: 0;
	margin: auto;
}

.iptCheck input:checked + span.noTxt:after {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.iptCheck input:checked + span.noTxt:after {
	top: 0.1em;
}
.iptCheck input:checked + span:after {
	content: "";
	position: absolute;
	left: 4px;
	top: 0.2em;
	width: 7px;
	height: 3px;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: 5px;
}
.iptCheck input:checked + span:before {
	border-width: 1px;
	width: 14px;
	height: 14px;
	margin: 1px 0 0 1px;
}
.iptRadio input + span:before {
	border-radius: 50%;
	border-width: 1px;
}
.iptCheck input[disabled] + span:before,
.iptRadio input[disabled] + span:before {
	background-color: rgb(235, 235, 228);
	cursor: default;
	opacity: 0.5;
}
.iptRadio input:checked + span:after {
	content: "";
	position: absolute;
	top: 1px;
	left: 5px;
	width: 6px;
	height: 6px;
	background-color: #000;
	border-radius: 50%;
	margin-top: 6px;
}
.slct::-ms-expand {
	display: none;
}
.slct::-moz-focus-inner{
    border :0px;
}
.slct {
	padding: 0px 22px 0 10px;
	border: 1px solid #bbb;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #000;
	box-sizing: border-box;
	min-width: 60px;
	height: 35px;
	line-height: 35px;
	position: relative;
	background: url(images/mrk_04_p4.png) no-repeat right center;
	display: inline-block;
}
select[disabled].slct {
	background-color: rgb(235, 235, 228);
	opacity: 0.5;
}
.slctWrap.slctSizeS .slct {
	height: 24px;
	line-height: 24px;
	min-width: 50px;
}
.slctWrap {
	letter-spacing: -0.4em;
}
.slctWrap > * {
	letter-spacing: normal;
	display: inline-block;
	margin-right: 3px;
	vertical-align: middle;
}
.slctWrap.slctWrapSS > * {
	margin-right: 2px;
}
.slctWrap > *:last-child {
	margin-right: 0;
}
.slct option {
	padding: 0;
}
.iptFile {
	display: inline-block;
	position: relative;
}
.iptFile > input {
	opacity: 0;
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
}
.iptFile > input[disabled] + span {
	background-color: rgb(235, 235, 228);
	box-shadow: none;
	margin: 1px 0 0 1px;
	border: 1px solid #535c5e;
	color: inherit;
	cursor: default;
	opacity: 0.5;
}
.iptFile > span {
	display: inline-block;
	vertical-align: middle;
}
.iptFile > strong {
	display: inline-block;
	padding: 10px 0 10px 10px;
	vertical-align: middle;
	font-weight: normal;
}
.iptFile span:hover + strong {
	padding-left: 8px;
}
.seal {
	position: relative;
}
.seal .slInr {
	position: absolute;
	right: 12px;
	bottom: 8px;
}
.btnBox01 {
	background-color: #f5f7f8;
	padding: 12px 21px 12px 25px;
	display: table;
	width: 100%;
	box-sizing: border-box;
}
.setColorB .btnBox01 { background-color: #172a88; color: #fff; }
.setColorC .btnBox01 { background-color: #ffff00; color: #172a88; }
.btnBox01 > .bb01Btn {
	display: table-cell;
	vertical-align: middle;
	width: 1%;
	white-space: nowrap;
}
.btnBox01 > .bb01Txt {
	display: table-cell;
	vertical-align: middle;
	padding-right: 12px;
}
.hr {
	width: 100%;
	height: 3px;
	border-style: solid;
	border-width: 1px 0;
	border-color: #bbb;
	display: block;
	box-sizing: border-box;
}
.colWrap01 {
	display: table;
	width: 100%;
}
.colWrap01 > .cw01Item {
	display: table-cell;
	vertical-align: middle;
}
.slctLayout01 {
	text-align: right;
	margin-bottom: 3px;
}
.slctLayout01 .slctLayout01Inner {
	vertical-align: middle;
	display: block;
	margin-right: 0;
}
.sslctLayout01 .slctLayoutInner:first-child {
	margin-top: 0;
}
.borderBox02 {
	border: solid 1px #ccc;
	padding: 7px;
}
.refineListBtnBox {
	width: 100%;
	position: relative;
}
.refineListBtnBox .refineTermsBtn {
	position: absolute;
	top: 0;
	left: 0;
}
.jsToggleBtn {
	position: relative;
	padding-left: 28px;
}
.jsToggleBtn::before {
	background-color: #003B90;
	content: "";
	border-radius: 2px;
	font-weight: normal;
	height: 16px;
	left: 2px;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 16px;
}
.jsToggleArea.close .jsToggleBtn::after {
	content: "＋";
}
.jsToggleBtn::after {
	color: #ffffff;
	content: "−";
	left: 4px;
	position: absolute;
	top: -1px;
}
.jsToggleArea.close .jsToggleContents {
	display: none;
}
.refineListBtnBox.close .jsToggleBtn:after{
	content: "＋";
}
.refineList dt {
	width: 39%;
	text-align: right;
}
.refineList dd {
	width: 59%;
}
.refineList dd input {
	width: 90%;
}
.refineList02,
.refineList03 {
	max-width: 290px;
	margin: 0 auto;
}

.refineList02 dt,
.refineList03 dt {
	width: 22%;
	text-align: right;
	vertical-align: top;
	margin-top: 3px;
	margin-right: -5px;
}
.refineList02 dd {
	width: 77.5%;
}
.refineList03 dt {
	width: 25%;
	margin-right: -6px;
}
.refineList03 dd {
	width: 75%;
	margin-right: -6px;
}
.refineList02 dd .slctSizeS .slct,
.refineList03 dd .slctSizeS .slct {
	padding-left: 5px;
	padding-right: 18px;
}

/** ---2016/10/17 GDC_ZhangXuejiao 共通可変文言追加 START --- */
.kbn_erea {
	width: 100%;
	background-color: #FFFFFF;
	padding: 0;
}

/** ---2016/10/17 GDC_ZhangXuejiao 共通可変文言追加 END --- */
/** ---2016/11/10 GDC_SUNZJ  重要メッセージ追加START --- */
.info_area{
	font-size: 15px;
	font-family: "Verdana",sans-serif;
	color: #343434;
	background: #a0d8ef;
	text-align: left;
	border-top: solid 1px #003B90;
	border-bottom: solid 1px #003B90;
	padding: 5px 5px 5px 5px;
}

.block_title_sub{/*ブロックタイトルエリア*/
	font-weight: bold;
	font-size: 15px;
	margin: 5px 0px 5px 0px;
	color: #000000;
	background-color: #bce2e8;
	text-valign: middle;
	padding: 10px 0px 10px 0px;
	border-top: 2px solid #003B90;
}
/** ---2016/11/10 GDC_SUNZJ  重要メッセージ追加END --- */
/** ---2016/11/18 GDC_zhangjih  入出金明細照会追加START --- */
.table_list_zandaka1{
	width: 100%;
	border-top: solid 3px #003B90;
	border-bottom: solid 1px #bbb;;
	border-collapse: collapse;
	word-break: break-all;
	word-wrap: break-word;
	margin-top:10px !important;
}
.table_list_zandaka1 th{
	font-size:12px;
	border-right:none;
	background-color: #eaf4fc;
	border-bottom: solid 1px #bbb;
	height: 25px;
	padding: 0;
}
.table_list_zandaka{
	width: 100%;
	border-top: solid 3px #003B90;
	border-bottom: solid 3px #003B90;
	border-collapse: collapse;
	word-break: break-all;
	word-wrap: break-word;
	margin-top:10px !important;
}
.table_list_zandaka th{
	font-size:12px;
	border-right:none;
	background-color: #eaf4fc;
	border-bottom: solid 1px #bbb;
	height: 25px;
	padding: 0;
}

.table_list_zandaka tr{
	border-right:none;
	background-color: #FFFFFF;
	border-right:none;
}

.table_list_zandaka tr:nth-child(4n+2){
	border-bottom: solid 1px #bbb;
}

.table_list_zandaka tr:nth-child(4n+3){
	background-color: #eaf4fc;
}

.table_list_zandaka tr:nth-child(4n+4){
	background-color: #eaf4fc;
	border-bottom: solid 1px #bbb;
}

.table_list_zandaka td{
	font-size:12px;
	border-right:none;
	height: 25px;
	padding: 0;
	}
/** ---2016/11/18 GDC_zhangjih  入出金明細照会追加END --- */
#pageJump{
	float: right;
	position: fixed;
	bottom: 2px;
	right: 3px;
	z-index: 99;
}
/* スライドメニュー対応 */
.viewport{
	overflow-x: hidden;
	width: 100%;
}

.mainPage{
	z-index: 1;
	background-color: #fff;
}
header.wrapper{
	width: 100%;
	margin:0;
	background-color: #fff;
	overflow: hidden;
}
.slideMenu {
	top: 0;
	left: 0;
	width: 240px;
	position: fixed;
	visibility: hidden;
	z-index: -1;
}

.slideMenu .slideMenuHeader{
	position: relative;
}

.slideMenu .slideMenuBody{
	height: 100%;
	overflow: hidden;
	position: relative;
}

.slideMenu .slideMenuContent{
	background-color: #F0F1F2;
	border-right:2px solid #003B90;
	color: #000;
	position: relative;
}

/* スライドメニュー中身の書式 */
.slideMenuTitle{
	color: #333;
	font-weight: bold;
	/*padding-bottom: 5px;*/
	padding: 11px 0 7px 5px;
	margin-bottom: 5px;
	font-size: 14px;
	border-bottom: 2px solid #003B90;
}

.slideMenuTitle img{
	padding:0 3px 3px;
	width: 18px;
}

.slideMenuTitle:empty{
	padding: 2px 0;
}

.slideMenuBtn{
	color: #333;
	font-size: 12px;
	font-weight: bold;
	line-height:1.0;
	margin:0 0 5px;
	padding:15px 0 15px 15px;
	display: block;
}
.slideMenuBtn:link {
	text-decoration: none;
}
.slideMenuBtn:visited {
	color: #333;
}

.slideMenuBtn:before{
	content:' ';
	background:url("./images/mrk_01_p4.png") no-repeat #fff;
	float:left;
	margin:0 5px;
	height:15px;
	width:15px;
}

.slideMenuBtn:hover{
	background: #a0d8ef;
	color: #000;
	cursor:pointer;
	text-decoration:underline;
}
.menuMarginBottom {
	height: 30px;
}
#err_msg, #risukubesu_msg{
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	word-wrap: break-word;
}

#kbn_msg, #kbn_html, #kbn_img{
	color: #343434;
	font-size: 12px;
	padding-top: 5px;
	word-wrap: break-word;
}

#err_msg:empty, #kbn_msg:empty, #kbn_html:empty, #kbn_img:empty, #risukubesu_msg:empty{
	padding-top: 0;
	padding-bottom: 0;
}
.msg_area{
	background-color: #FFFFFF;
	padding: 1px 5px 1px 5px;
}

.msg_area div{
	width: 100%;
}
.back_B{
	text-align: center;
	background-color: #eee;
	line-height: 1;
	box-sizing: border-box;
	border-radius: 6px;
	border-style: solid;
	border-color: #595959;
	border-width: 0px 1px 1px 0px;
	display: inline-block;
	cursor: pointer;
	min-width: 50px;
	padding: 7px 5px;
	margin-left: 7px;
	font-size: 12px;
}
.back_B:hover {
	background-color: #f5f5f5;
}
#title tr{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#title{
	margin: 3px 0 0 0;
}

#title table{
	width: 100%;
	height: 43px;
	border: 0;
	border-collapse: collapse;
}

#title td{
	font-size: 16px;
/*	color: #FFFFFF; */
	font-weight: bold;
}
.td30 {
	width: 30%;
}
.td40{
	width: 40%;
}
.tit05 {
	 padding-bottom: 5px;
}
.AlVm {/*左揃え*/
	VERTICAL-ALIGN: middle !important; TEXT-ALIGN: left !important;
}
.AcVm {/*中央揃え*/
	VERTICAL-ALIGN: middle !important; TEXT-ALIGN: center !important;
}
.progressList01:empty
{
	background-color: #FFF;
}
.tit06 {
	padding-top:10px;
}

/* メッセージ一覧のページ番号、ページボタン用 */
.msgBtnTbl{
	width: 100%;
}

.msgBtnTbl .btnR{
	float: right;
}

.msgBtnTbl .btnL{
	float: left;
}


/*
 * "pageJump"表示制御
 */
.display_none{
display: none; 
}
.ImeOn {
	ime-mode:active;
}

.ImeOff {
	ime-mode:disabled;
}

.pageWidth {
	width:33%;
}
.button_link_Initial {
	width:100%;
}
.word_break_td {
	word-break: break-all;
	word-wrap: break-word;
}
.borderRed {
	border-color: #FF0000;
}
.tblBg01 {
	background-color: #e3e3e3 !important;
}
.btn06 {
	display: inline-block;
	min-width: 100px;
	padding: 8px 10px;
	margin: 0 1px 1px 0;
	box-sizing: border-box;
	border-radius: 5px;
	border: solid 1px #cdcdcd;
	background-color: #fff;
	-moz-box-shadow:1px 1px 0px 0px #cdcdcd;
	-webkit-box-shadow:1px 1px 0px 0px #cdcdcd;
	box-shadow:1px 1px 0px 0px #cdcdcd;
	cursor: pointer;
}
.btn06.w100 {
	width: 90% !important;
	margin: 0 auto;
	display: block;
}
.btn06.w100:hover {
	margin: 1px auto 0;
}
a.btn06 {
	color: #000;
	text-decoration: none;
}
.btn06.btn06SizeS {
	padding: 4px 7px;
	min-width: 25px;
}
.btn06:hover {
	margin: 1px 0 0 1px;
	border: solid 1px #cdcdcd;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.setColorB .btn06,
.setColorC .btn06 {
	border-color: #172a88;
	-moz-box-shadow:3px 3px 0px 0px #172a88;
	-webkit-box-shadow:3px 3px 0px 0px #172a88;
	box-shadow:3px 3px 0px 0px #172a88;
}
.setColorB .btn06:hover { background-color: #172a88; color:#fff; }
.setColorC .btn06:hover { background-color: #ffff00; color:#172a88; }


.tbl02.mtM.pwBoxSp > tbody > tr > td > input {
	padding: 1px;
	height: 2.1666em;
	width: 2.3333em;
	text-align: center;
}
.tbl02.mtM.pwBoxSp > tbody > tr > th {
	height: 2.5em;
}
.tbl02.mtM.pwBoxSp > tbody > tr:first-child > th {
    height: auto;
}

table.tbl01 tr > td > input.widthFix {
    width: 90%;
    min-width: 191.25px;
    max-width: 80em;
}
.txtLLPrint { font-size: 100% /* 18px */; line-height: 1.55555556 /* 28px */; }
.txtLLPrint:before { margin-bottom: -1.25em /* 18px + 5px */; }
.txtLLPrint:after { margin-top: -1.27777778em /* 18px + 5px */; }
.txtLLPrint img { margin: 0.27777778em 0 0.27777778em; }

@media print {
.txtLLPrint {
display: none;
}