/* --------------------------------------------------------------------------------------
[ 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;
}
sub {
	vertical-align: 0;
	line-height: 1.0em;
}
sup {
	vertical-align: 0.3em;
	line-height: 1.0em;
}


/* --------------------------------------------------------------------------------------
[ Base setting ]
----------------------------------------------------------------------------------------- */
html {
	overflow-y: scroll;
}
body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 12px; /* 12px */
	line-height: 1.5;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-style: normal;
	font-weight: normal;
	font-family: "qMmpS ProN W3", "Hiragino Kaku Gothic ProN", "CI", 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;
}


/* --------------------------------------------------------------------------------------
[ Pageframe ]
----------------------------------------------------------------------------------------- */
#header1 a:link,
#header1 a:visited,
#header1 a:active,
#header1 a:hover,
#header2 a:link,
#header2 a:visited,
#header2 a:active,
#header2 a:hover,
#header a:link,
#header a:visited,
#header a:active,
#header a:hover {
	color: #000;
	text-decoration: none;
}
#headerWrap{
	width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}
#header {
	padding: 4px 0 12px;
	width: 980px;
	margin: 0 auto;
	position: relative;
	border-bottom: solid 1px #1D1DFF;
	min-height: 77px;
}
#header1 {
	padding: 4px 0 17px;
	width: 980px;
	margin: 0 auto;
	position: relative;
	border-bottom: solid 1px #207da8;
	min-height: 77px;
}
#header2 {
	padding: 4px 0 10px;
	width: 980px;
	margin: 0 auto;
	position: relative;
	border-bottom: solid 1px #207da8;
	min-height: 77px;
}
#header1:before,
#header2:before,
#header:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
	height: 2px;
	background-color: #0000D6;
}
#header1 #logo,
#header2 #logo,
#header #logo {
	position: absolute;
	left: 9px;
	top: 28px;
}
#naviHelp {
	float: left;
	padding-left: 0px;
	padding-top: 0px;
	border: solid 0px #c1e4e9;
	position: absolute;
	left: 320px;
	top: 10px;
}

#naviHelpText {
	float: left;
	padding-left: 0px;
	padding-top: 0px;
	border: solid 0px #c1e4e9;
	position: absolute;
	left: 320px;
	top: 30px;
}
#header1 .utilityNavi,
#header2 .utilityNavi,
#header .utilityNavi {
	float: right;
	letter-spacing: -0.4em;
	padding-top: 6px;
	clear: both;
}

#header1 .fontColor,
#header2 .fontColor,
#header .fontColor {
	font-size: 108.333333%;
	background-color: #c1e4e9;
	padding: 4px 4px 4px 14px;
	letter-spacing: -0.4em;
	border: solid 1px #c1e4e9;
	margin-left: 10px !important;
}
#header1 .fontColor > *,
#header2 .fontColor > *,
#header .fontColor > * {
	letter-spacing: normal;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}
#header1 .fontSize,
#header2 .fontSize,
#header .fontSize {
	letter-spacing: -0.4em;
	font-size: 116.666667%;
}
#header1 .fontSize > *,
#header2 .fontSize > *,
#header .fontSize > * {
	letter-spacing: normal;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}
#header1 .logout a,
#header2 .logout a,
#header .logout a {
	display: block;
	border-color: #134a63;
	border-width: 1px 2px 2px 1px;
	width: 95px;
	height: 30px;
	text-align: center;
	color: #192f60;
	box-sizing: border-box;
}
#header1 .logout a:hover,
#header2 .logout a:hover,
#header .logout a:hover {
	border-width: 2px;
}
#header1 .logout a:before,
#header2 .logout a:before,
#header .logout a:before {
	content: url(images/ico_logout_p4.gif);
	display: inline-block;
	vertical-align: middle;
	margin: 2px 4px 2px 0px;
}

#btnPagetop {
	position: fixed;
	right: 50px;
	bottom: 50px;
}
#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;
}
.info {
	width: 980px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 15px 10px 0 8px;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0px 10px;
	box-sizing: border-box;
	display: table;
}
#wrapper:after {
	content: "";
	display: table-cell;
	width: 1px;
}
#wrapper > .contents {
	display: table-cell;
	vertical-align: top;
}
#wrapper > #main1 {
	padding: 7px 0 0;
}
.setSizeM #wrapper > #main {
	font-size: 114.285714%;
}
.setSizeL #wrapper > #main {
	font-size: 142.857143%;
}
#wrapper > #sub {
	width: 220px;
	padding: 30px 0 0 20px;
}
#breadcrumb{
	width: 980px;
	box-sizing: border-box;
	padding-top: 13px;
	float: right;
	text-align: right;
	font-size: 14px;
	margin-top:2px;
}

/* --------------------------------------------------------------------------------------
[ 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\9;
  _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\9;
}
.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\9;
}
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:350px;
}
.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;
	table-layout : fixed;
	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;
}

/* --------------------------------------------------------------------------------------
[ module ]
----------------------------------------------------------------------------------------- */
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	line-height:0;
	visibility: hidden;
}
.fltL { float: left; width: 50%; box-sizing: border-box; padding-right: 20px; }
.fltR { float: right; width: 50%; box-sizing: border-box; padding-left: 20px; }
.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; }
.mrS { margin-right: 5px !important; }
.mrM { margin-right: 15px !important; }
.mrL { margin-right: 30px !important; }
.mlS { margin-left: 5px !important; }
.mlM { margin-left: 15px !important; }
.mlL { margin-left: 30px !important; }
.mtS { margin-top: 10px !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; }
.dipIB { display: inline-block !important; }
.color01 { color: #ff0000; }
.color02 { color: #00f; }
.color03 { color: #000000 }
.color06 { color: #000000 !important; }
.color07 {color: #ff0000;}
.color08 { color: #888888; }
.frM { float: right; }
.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:before, .txtM:after,
.txtL:before, .txtL:after,
.txtLL:before, .txtLL:after {
	content: "|";
	display: block;
	visibility: hidden;
	line-height: 1;
}
.txtM { font-size: 116.7% /* 14px */; line-height: 1.71428571 /* 24px */; }
.txtM:before { margin-bottom: -1.35714286em /* 14px + 5px */; }
.txtM:after { margin-top: -1.35714286em /* 14px + 5px */; }
.txtM img { margin: 0.35714286em 0 0.35714286em; }
.txtL { font-size: 133.333333% /* 16px */; line-height: 1.625 /* 26px */; }
.txtL:before { margin-bottom: -1.3125em /* 16px + 5px */; }
.txtL:after { margin-top: -1.3125em /* 16px + 5px */; }
.txtL img { margin: 0.3125em 0 0.3125em; }
.txtLL { font-size: 150% /* 18px */; line-height: 1.55555556 /* 28px */; }
.txtLL:before { margin-bottom: -1.25em /* 18px + 5px */; }
.txtLL:after { margin-top: -1.27777778em /* 18px + 5px */; }
.txtLL img { margin: 0.27777778em 0 0.27777778em; }
.txtAccent01 {
	font-size: 200%;
	line-height: 1;
}
.txtMrk01 {
	padding-left: 24px;
	position: relative;
	display: inline-block;
}
.txtMrk01:after {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.7em;
	content: url(images/mrk_01_p4.png);
}
.txtMrk02 {
	padding-left: 24px;
	position: relative;
	display: inline-block;
}
.txtMrk02:after {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.7em;
	content: url(images/mrk_02_p4.png);
}
.txtMrk03 {
	padding-left: 30px;
	position: relative;
	display: inline-block;
}
.txtMrk03:after {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -13px;
	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: 50%;
	margin-top: -0.7em;
}
.tit01 {
	padding: 0 0 10px 8px;
	border-bottom: solid 3px #000080;
}
.tit02 {
	background-color: #CDE6FF;
	padding: 12px 15px;
}
.setColorB .tit02 { background-color: #172a88; color: #fff; }
.setColorC .tit02 { background-color: #ffff00; color: #172a88; }
.tit03 {
	font-size: 183.333333%;
	line-height: 1;
	font-weight: bold;
	padding: 0 9px;
}
.tit03.tit03HasBdr {
	border-bottom: solid 2px #bbb;
	padding-bottom: 15px;
}
.tit04 {
	background: url(images/ico_07_p4.png) no-repeat 0 0;
	padding-left: 30px;
    line-height: 33px;

}
.tit05 {
	background: url(images/icon_10_p4.gif) no-repeat 0 0;
	padding-left: 15px;
}
.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: #a4d4ff;
}
.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 #000080;
	padding: 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 #134a63;
}
.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;
}
.borderBox03 {
	border: solid 1px #ccc;
	border-radius: 5px;
	margin-top:5px;
}
.colorBox03 {
	display: table;
	background-color: #134a63;
	padding: 11px 16px;
	width: 100%;
	box-sizing: border-box;
}
.colorBox03 > .cb03Inr {
	display: table-cell;
	vertical-align: middle;
}
.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: 10px;
	display: table-cell;
	vertical-align: top;
}
.list01 > li > .lst01Mrk {
	width: 1%;
	white-space: nowrap;
}
.progressList01 {
	letter-spacing: -0.4em;
	text-align: right;
}
.progressList01 > li {
	letter-spacing: normal;
	display: inline-block;
	padding: 6px 12px 5px;
	background-color: #fff;
	position: relative;
	margin-left: 20px;
	border: solid 1px #999;
}
.progressList01 > li > span {
	display: inline-block;
}
.progressList01 > li:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 6px;
	left: -14px;
	top: 0;
	background: url(images/mrk_05_p4.png) no-repeat left center;
}
.progressList01 > li:first-child {
	margin-left: 0;
}
.progressList01 > li:first-child:before {
	display: none;
}
.progressList01 > li.current {
	background-color: #999;
	color: #fff;
}
.linkList01 {
	display: table;
	width: 100%;
}
.linkList01 > li {
	display: table-cell;
	padding: 0 10px;
}
.setColorB .progressList01 > li.current { background-color: #172a88; }
.setColorC .progressList01 > li.current { background-color: #ffff00; color: #172a88; }
.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;
	white-space: nowrap;
}
.swkeyboardList > .swkListTxt {
	width: 590px;
	margin: 0 auto 22px;
}
.swkeyboardList > ul > li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	min-width: 39px;
	min-height: 31px;
	margin: 5px 1px;
}
.swkeyboardList.swkAbs > ul > li {
	min-width: 38px;
	margin: 5px 0;
}
.swkeyboardList > ul > li > .btn01.btn01SizeS {
	text-align: center;
	padding: 6px 7px;
	min-width: 32px;
	min-height: 28px;
}
.swkeyboardList > ul:nth-child(3) > li.upperCase {
	border-top: 1px solid #ccc;
}
.swkeyboardList > ul > li.upperCase > .btn01 {
	position: relative;
	top: 10px;
}
.swkeyboardList > ul.swkNav {
	margin-top: 20px;
}
.swkeyboardList > ul.swkNav > li {
	margin: 5px 1px;
}
.swkeyboardList > ul.swkNav > li > .btn01.btn01SizeS {
	padding: 6px 20px;
}
.pageList01 {
	text-align: right;
}
.pageList01 > ol {
	display: inline-block;
}
.pageList01 > ol > li {
	display: table-cell;
	padding-left: 5px;
	vertical-align: top;
}
.pageList01 > ol > li.current .btn03 {
	color: #000;
	background-color: #a0d8ef;
}
.setColorB .pageList01 > ol > li.current .btn03 { background-color: #172a88; color: #fff; }
.setColorC .pageList01 > ol > li.current .btn03 { 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(4n-1) td,
.tblBgEvenDouble tr:nth-child(4n-1) th,
.tblBgEvenDouble tr:nth-child(4n) td,
.tblBgEvenDouble tr:nth-child(4n) th {
	background-color: #EBF5FF;
}
.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;
}
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 #000080;
	width: 100%;
}
.tbl01 td,
.tbl01 th {
	border-right: solid 1px #bbb;
	border-bottom: solid 1px #bbb;
	padding: 13px;
	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 {
	background-color: #a4d4ff;
}
.tbl01 tbody th {
	background-color: #E2F7FF;
}
.tbl01Scroll {
	border-top: solid 3px #134a63;
	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;
}
.tbl01.tbl01SizeS td,
.tbl01.tbl01SizeS th{
	padding: 7px 5px;
}
.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: 12px 15px;
	background-color: #fff;
	text-align: left;
	color: #333;
}
.tbl02 td {
	word-break: break-all;
	word-wrap: break-word;
}
.tbl02 th {
	background-color: #CDE6FF;
}
.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: 10px 16px;
	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 th.thNoBor{
	border-bottom: none;
}
.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 #000080;
	border-left: solid 2px #000080;
	width: 100%;
}
.tbl04 td, .tbl04 th {
	border-right: solid 2px #000080;
	border-bottom: solid 2px #000080;
	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: #000080;
	color: #fff;
}
.tbl07 {
	width: 100%;
}
.tbl07 td, .tbl07 th {
	border-right: solid 0px #bbb;
	border-bottom: solid 0px #bbb;
	padding: 0px;
	background-color: #fff;
	text-align: left;
	color: #333;
	font-weight: bold;
	background-color: #CDE6FF;
}
.tbl07 td {
	word-break: break-all;
	word-wrap: break-word;
}
.tbl07 th {
	background-color: #bce2e8;
}
.btn01 input,
.btn02 input,
.btn03 input,
.btn04 input,
.btn05 input,
.btn06 input,
.btn07 input,
.btn08 input,
.btn09 input,
.btn10 input,
.btn11 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,
.btn08 input::-webkit-search-decoration,
.btn09 input::-webkit-search-decoration,
.btn10 input::-webkit-search-decoration,
.btn11 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,
.btn08 input::focus,
.btn09 input::focus, 
.btn10 input::focus,
.btn11 input::focus{
	outline-offset: -2px;
}
.btn01 {
	display: inline-block;
	min-width: 200px;
	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 0px 0px #535c5e;
	-webkit-box-shadow:1px 1px 0px 0px #535c5e;
	box-shadow:1px 1px 0px 0px #535c5e;
	cursor: pointer;
}
.btn01 input {
	padding: 2px;
	font-weight: bold;
}
a.btn01 {
	color: #000;
	text-decoration: none;
}
.btn01.btn01noMrk {
	background-image: none;
	min-width: 147px;
	padding: 8px 15px;
}
.btn01.btn01SizeSSS,
.btn01.btn01SizeSS {
	min-width: 0;
}
.btn01.btn01SizeM {
		font-size: 14px;
}
.btn01.btn01SizeSSS{
	background-size: 10px;
	font-size: 10px;
	padding: 0px 11px 0px 22px;
}
.btn01.btn01SizeSS {
	background-size: 12px;
	padding: 0px 11px 0px 30px;
}
.btn01.btn01SizeS {
	padding: 6px 11px 6px 30px;
	min-width: 0;
	font-size: 14px;
}
.btn01.btn01SizeL {
	padding: 16px 30px;
	min-width: 250px;
}
.btn01.btn01Size315{
	padding: 16px 30px;
	width: 315px;
	font-size: 18px !important;
}
.btn01.btn01Size316{
	font-size: 14px !important;
}
.btn01.btn01Print{ 
	background-image: none;
}
.btn01.btnColor01 input{
	color: #fff;
}
.btn01:hover{ background-color: #CDE6FF;}
.btn01.btnColor01:hover{ background-color: #134a63;}

.btn01:active {
	margin: 0 1px 1px 0;
	border: solid 1px #535c5e;
	background-color: #f8f8f8;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.setColorB .btn01:active { background-color: #172a88; color: #fff; }
.setColorC .btn01:active { background-color: #ffff00; color: #172a88; }

.btn01.disabled:hover,
.btn01.disabled:active{
	background-color: #fff;
	margin: 0 1px 1px 0;
	border: solid 1px #ccc;
	-moz-box-shadow:1px 1px 0px 0px #535c5e;
	-webkit-box-shadow:1px 1px 0px 0px #535c5e;
	box-shadow:1px 1px 0px 0px #535c5e;
	cursor: default;
}

.btn01.disabled{
	background-color: #e3e3e3;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	cursor: default;
}
.btn01.disabled input:disabled {
	cursor: default;
}
.btn02.disabled input:disabled ,
.btn03.disabled input:disabled ,
.btn04.disabled input:disabled ,
.btn05.disabled input:disabled,
.btn06.disabled input:disabled ,
.btn07.disabled input:disabled ,
.btn08.disabled input:disabled ,
.btn09.disabled input:disabled ,
.btn10.disabled input:disabled ,
.btn11.disabled input:disabled  {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	cursor: default;
}
.printBtn{
	overflow: hidden;
	padding-top: 20px;
	position: relative;
}
.printBtn .printBtnItem{
	font-size: 14px;
	position: absolute;
	right: 0px;
	bottom: 7px;
	line-height:1;
}
.btnSet {
	position: relative;
}
.btnSet .bsItem01 {
	text-align: right;
}
.btnSet .bsItem02 {
	position: absolute;
	left: 0;
	bottom: 0;
}
.btnSet .bsItem03 {
	text-align: center;
}
.iptTxt,
.txtArea {
	padding: 0 10px;
	font-size: 116.7%;
	border: 1px solid #ccc;
	line-height: 1;
	height: 34px;
	box-sizing: content-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
}

.txtArea {
	padding: 10px;
	margin: -1px 0;
	min-height: 80px;
	resize: vertical;
}
.iptTxt:focus,
.txtArea:focus {
	border: 1px solid #1D1DFF;
}
.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: 31px;
	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: 19px;
	height: 19px;
	background: #fff;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #697072;
	border-radius: 4px;
	box-sizing: border-box;
}
.iptCheck input:checked + span:after {
	content: "";
	position: absolute;
	left: 5px;
	top: 0.2em;
	width: 8px;
	height: 5px;
	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: 18px;
	height: 18px;
	margin: 1px 0 0 1px;
}
.iptRadio input + span:before {
	border-radius: 50%;
	border-width: 1px;
}
.iptRadio input:checked + span:after {
	content: "";
	position: absolute;
	top: 0.2em;
	left: 6px;
	width: 7px;
	height: 7px;
	background-color: #000;
	border-radius: 50%;
	margin-top: 6px;
}
.iptCheck.iptCheckSizeS > span{
	padding-left: 25px;
}
.iptCheck.iptCheckSizeS input + span:before{
	top: -0.3em;
}
.iptCheck.iptCheckSizeS input:checked + span:after{
	top: -0.3em;
}
.iptCheck input:disabled + span:before,
.iptRadio input:disabled + span:before,
.iptCheck input:disabled + span:after,
.iptRadio input:disabled + span:after {
	background-color: rgb(235, 235, 228);
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.spanFix .iptCheck > span {
	display: inline;
}
.spanFix .iptCheck input[type=checkbox] + span:before, 
.spanFix .iptCheck input[type=checkbox] + span:after,
.spanFix .iptCheck input:checked + span:before, 
.spanFix .iptCheck input:checked + span:after {
	top: 0.14em;
}

.slct::-ms-expand {
	display: none;
}
.slct::-moz-focus-inner{
    border :0px;
}
.slct {
	padding: 0 30px 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;
}
.slctWrap {
	letter-spacing: -0.4em;
}
.slctWrap > * {
	letter-spacing: normal;
	display: inline-block;
	margin-right: 10px;
}
.slctWrap > *:last-child {
	margin-right: 0;
}
.slctWrap.slctSizeS .slct{
	height: 28px;
	line-height: 28px;
}
.slctWrap.slctSizeS > * {
	margin-right: 5px;
}
.slctWrap.slctSizeS > *:last-child{
	margin-right: 0;
}
.slct option {
	padding: 0;
}
select:disabled{
	background: rgb(235, 235, 228);
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.iptFile {
	display: inline-block;
	position: relative;
}
.iptFile > input {
	opacity: 0;
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
}
.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: 10px;
}
.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;
}
/** ---2016/09/30 GDC_ShenYang €ΚΒΟΆΎΗΑ START --- */
/* For Demo ζͺbZ[Wp[iframe]θ` */
iframe.Kbnframe {
	overflow: hidden;
	border: none;
	vertical-align: top;
	width: 100%;
}

.kbn_erea {
	width: 100%;
	background-color: #FFFFFF;
	padding: 0;
}

#kbn_msg,
#kbn_html,
#kbn_img
{
	padding-top: 20px;
	word-wrap: break-word;
}
/** ---2016/09/30 GDC_ShenYang €ΚΒΟΆΎΗΑ END --- */

/*ΘΊAcommon frameΜclassπθ`*/
#header_wrapper2 {
	width: 980px;
	margin: 0 auto;
}
#header_wrapper3 {
	width: 980px;
	margin: 0 auto;
}

#naviLeft {
	display: table;
	text-align: center;
	height: 65px;
	float: right;
	margin-bottom: 10px;
}

#naviRight {
	float: right;
}

#naviTop {
	border: solid 1px #EBF5FF;
	padding: 0px 5px;
	position: absolute;
	right: 0px;
	top: 10px;
	background-color: #EBF5FF;
}

#naviBottom {
	display: table;
	float: right;
	margin-top: 34px;
}
#naviBottom4 {
	display: table;
	float: right;
	margin-top: 34px;
}
#naviBottom5 {
	display: table;
	float: right;
	margin-top: 34px;
}
#naviBottom1 {
	display: table;
	float: right;
	margin-top: 54px;
}
#naviBottom2 {
	display: table;
	float: right;
	margin-top: 54px;
}
#naviBottom3 {
	display: table;
	float: right;
	margin-top: 54px;
}

#naviBottomOnly {
	display: table;
	float: right;
	padding: 45px 0 0 0;
}

.naviMenu {
	display: table-cell;
	vertical-align: bottom;
	color: #392C94;
	font-weight: bold;
}

.colorChange {
	display: table-cell;
	vertical-align: top;
	padding: 5px;
}

.fontChange {
	display: table-cell;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #EBF5FF;
}

.utilityChangeLabel {
	display: table-cell;
	vertical-align: middle;
	padding-right: 5px;
	font-size: 14px;
	background-color: #EBF5FF;
}

.utilityChangeLabel2 {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 5px;
	font-size: 13px;
}


#naviBottom span.logout, #naviBottom4 span.logout, #naviBottomOnly span.logout, #naviBottom2 span.logout, #naviBottom3 span.logout, #naviBottom1 span.logout {
	display: table-cell;
	vertical-align: bottom;
	padding-left: 10px;
	text-align:center;
}

div.wrapper {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 30px;
	overflow: hidden;
}

div.wrapper2 {
	width: 980px;
	margin: 0 auto;
	border-top: solid 10px #1f1f1f;
	border-right: solid 3px #dfdfdf;
	border-bottom:  solid 3px #dfdfdf;
	border-left: solid 3px #dfdfdf;

	overflow: hidden;
}

/*€ΚͺΜR|[lgΜclassπθ`*/
.On_B {
	border-top: 2px solid #bfbfbf;
	border-left: 2px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	background: #d4d4d4;
	border-width: 2px 1px 1px 2px;
	color: #777;
}

.Off_B {
	border-top: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	border-right: 2px solid #bfbfbf;
	border-bottom: 2px solid #bfbfbf;
	background: #ffffff;
	color: #d4d4d4;
	border-color: #bfbfbf;
}

.On_B:hover,.Off_B:hover{
	cursor: pointer;
}

.fontChange input[type="submit"] {
	width: 25px;
	height: 21px;
	overflow: hidden;
	box-sizing: border-box;
	border-style: solid;
	
	border-width: 1px 2px 2px 1px;
	text-align: center;
	line-height: 17px;
	color: #999;
	font-size: 14px;
}
.menu_li_left {
	padding-left: 10px;
}
.fontChange input[type="submit"]:hover {
	background: #f8f8f8;
	color: #697072;
}

.top_link_B {
	display: block;
	border-style: solid;
	border-color: #134A63;
	border-width: 1px 2px 2px 1px;
	height:30px;
	margin:0px;
	color:#192F60;
}

.top_link_B:hover {
	border:2px solid #134A63;
	cursor: pointer;
}

.logout_B {
	background: url("images/ico_logout_p4.gif") no-repeat scroll 11px 50% #ffffff;
	width:95px;
	 padding: 1px 5px 0 26px;
}

.QandA_B {
	background: url("images/ico_question_p4.gif") no-repeat scroll 6px 50% #ffffff;
	width:65px;
}

#menu {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
#modalMenu > li {
	float: left;
}
#modalMenu > li > .menuList {
	display: block;
	height: 48px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}


#modalMenu .megaMenu {
	width: 0px;
	position: absolute;
	top: 48px;
	z-index: 1000;
}
#modalMenu .megaMenu:before {
	content: '';
	position: absolute;
	border-bottom: 15px solid #000080;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	top: -14px;
}
.menu1 {
	border-bottom: 1px solid #134a63;
}
#modalMenu #modalMenu1 .megaMenu { left: 127px; }
#modalMenu #modalMenu2 .megaMenu { left: 300px; }
#modalMenu #modalMenu3 .megaMenu { left: 462px; }
#modalMenu #modalMenu5 .megaMenu { left: 0px; }
#modalMenu #modalMenu5 .megaMenu1 { left: 300px; }

#modalMenu #modalMenu1 .megaMenu:before { left: 110px; }
#modalMenu #modalMenu2 .megaMenu:before { left: 103px; }
#modalMenu #modalMenu3 .megaMenu:before { left: 105px; }
#modalMenu #modalMenu5 .megaMenu:before { left: 912px; }
#modalMenu #modalMenu5 .megaMenu1:before { left: 103px; }

#modalMenu .megaMenu > ul {
	display: table;
}

#modalMenu .megaMenu > ul > li {
	display: table-cell;
	min-width: 230px;
	padding: 25px 8px;
	border: 7px solid #000080;
	box-sizing: border-box;
	background-color: #fff;
}

#modalMenu .megaMenu > ul ul li {
	margin-top: 12px;
}
#modalMenu .megaMenu h2,
#modalMenu .megaMenu h2 .menuTitle{
	font-size: 17px;
	font-weight:bold;
}

#modalMenu .megaMenu h2 .menuTitle{
	background: none;
	border: none;
	font-size: 17px;
	font-weight:bold;
	background: url(images/mrk_00_p4.png) no-repeat 0 4px;
}
#modalMenu .megaMenu .menuLink {
	display: inline-block;
	background: url(images/mrk_01_p4.png) no-repeat 0 0;
	border: 0px;
	font-size: 14px;
	color: inherit;
	text-decoration: none;
}
#modalMenu .megaMenu h2 .menuTitle:hover,
#modalMenu .megaMenu .menuLink:hover {
	text-decoration: underline;
	cursor: pointer;
}

#mainContents {
	width: 978px;
	float: left;
	background-color: #FFFFFF;
	border: solid 1px #c9c9c9;
	padding:0 10px;
	margin-left:0px;
	margin-right:0px;
	min-height:360px;
}

/*g*/

#mainContents_center {
	margin-left: 0;
	margin-right: 1px;
	float: left;
	padding: 7px 0 0;
	width: 980px;
}
#mainContents_center:after {
	content: "";
	display: table-cell;
	width: 1px;
}
#mainContents_center_logon  {
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 0;
	padding: 0px;
}
#err_msg{
	padding-top: 20px;
}
#err_msg,
#err_msg_home,
#risukubesu_msg
{
	color: #FF0000;
	font-family: "CI", "Meiryo", "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "lr oSVbN", sans-serif;
	font-size: 14px;
	font-weight: bold;
	word-wrap: break-word;
}
#err_msg_home
{
	color: #FF0000;
	font-family: "Verdana",sans-serif;
	font-size: 13px;
	font-weight: bold;


	padding-bottom: 15px;
	word-wrap: break-word;
}
#breadcrumb:empty{
	padding-top: 0;
}

#err_msg_home:empty,
#err_msg:empty,
#kbn_msg:empty,
#kbn_html:empty,
#kbn_img:empty,
#risukubesu_msg:empty,
#campain_area:empty
{
	padding-top: 0;
	padding-bottom: 0;
}

#pageJump{
	float: right;
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 99;
	
}
/* NE{^ΜhoverΞ */
.top_img:hover{
	opacity: 0.65;
	filter:alpha(opacity=0.65);
	-ms-filter: "alpha(opacity=65)";
	-khtml-opacity: 0.65;
	-moz-opacity: 0.65;
	cursor: pointer;
}
.top_img1:hover{
	cursor: pointer;
}
.top_img2:hover{
	cursor: pointer;
}
.top_img3:hover{
	cursor: pointer;
}
.top_img4:hover{
	cursor: pointer;
}
.top_img5:hover{
	cursor: pointer;
}
.top_img6:hover{
	cursor: pointer;
}

#modalMenu {
	height: 48px;
	overflow:hidden;
	margin: 0 auto;
}


.menuBtn{
	background:url("images/mrk_01_p4.png") no-repeat 0px 2px #fff;
	border:0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	color: #000;
	font-size:14px;
	padding:0px 20px;
	height: 20px;
	position: absolute;
	width: 225px;
}

.menuBtn:hover{
	background:url("images/mrk_01_p4.png") no-repeat 0px 2px;
	color: #000;
	text-decoration:underline;
	cursor: pointer;
}

.menuTitle1{
	background:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	color: #000;
	font-size: 17px;
	font-weight: bold;
	height: 25px;
	font-family: "CI", "Meiryo", "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "lr oSVbN", sans-serif;
}

.menuTitle1:hover{
	color: #000;
	text-decoration:underline;
	cursor: pointer;
}

.menuTitle2{
	height: 18px !important;
	display:block;
	background:url("./images/dummy.gif") no-repeat 245px 21px #fff !important;
}

.menuTitle2:hover{
	text-decoration:none !important;
	cursor: auto !important;
	background:url("./images/dummy.gif") no-repeat 245px 21px #fff !important;
}

.menuTitleNt{
	background:url("./images/payeasy_mini.gif") no-repeat 170px 2px #fff !important;
}
.menuTitlebg{
	height: 30px !important;
	background:url("./images/dummy.gif") no-repeat 245px 25px #fff !important;
	border:0;
}
.menuTitlebg:hover{
	background:url("./images/dummy.gif") no-repeat 245px 25px #fff !important;
}
.menuTitleNt:hover{
	background:url("./images/payeasy_mini.gif") no-repeat 170px 2px #fff !important;
}
.displayNone{
	display:none;
}
/*ΘΊAmain contentΜclassπθ`*/
/*΅¦*/
.AcVm {/*΅¦*/
	VERTICAL-ALIGN: middle !important;
	TEXT-ALIGN: center !important;
}

.AlVm {/*Ά΅¦*/
	VERTICAL-ALIGN: middle !important;
	TEXT-ALIGN: left !important;
}

.ArVm {/*E΅¦*/
	VERTICAL-ALIGN: middle !important;
	TEXT-ALIGN: right !important;
}

.AcVt {/*΅¦*/
	VERTICAL-ALIGN: top !important;
	TEXT-ALIGN: center !important;
}

.AlVt {/*Ά΅¦*/
	VERTICAL-ALIGN: top !important;
	TEXT-ALIGN: left !important;
}

.ArVt {/*E΅¦*/
	VERTICAL-ALIGN: top !important;
	TEXT-ALIGN: right !important;
}

.AcVb {/*κ*/
	VERTICAL-ALIGN: bottom !important;
	TEXT-ALIGN: center !important;
}

.AlVb {/*Άκ*/
	VERTICAL-ALIGN: bottom !important;
	TEXT-ALIGN: left !important;
}

.ArVb {/*Eκ*/
	VERTICAL-ALIGN: bottom !important;
	TEXT-ALIGN: right !important;
}
#footer {
	width: 100%;
	min-width: 1000px;
	zoom: 1;
	margin-top: 150px;
	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 ;
	box-sizing: border-box;
}
#footer:before {
	content: "";
	background:url(images/footer_bg_p4.png) no-repeat center top;
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0;
	top: -100px;
}

#globalNavi {
	width: 985px;
	color: #343434;
	margin: 0 auto;
	padding-top: 0px;
	align: center;
	margin-bottom: 0px;
	overflow: hidden;
	text-align: left;
	/*---border-bottom:2px solid #fff;--------------------- */
}

#bigglobalNavi {
	width: 100%;
	background-color: #575654;
}

.navi_standard {
	float: left;
	width: 240px;
	padding-top: 21px;
}

.navi_standard li.navi_submenu {
	display: table-cell;
	height: 21px;
	padding: 14px 0 3px 0;
	margin: 0;
}

.navi_standard li.navi_submenu2 {
	display: table-cell;
	padding-top: 21px;
	padding-bottom: 3px;
}

.navi_standard li.navi_menu {
	margin-top: 0;
	margin-bottom: 3px;
}

.navi_standard li.navi_menu2 {
	margin-top: 10px;
	margin-bottom: 3px;
}

#globalNavi div ul {
	margin: 0;
	padding: 1px;
}

#globalNavi div ul li {
	list-style-type: none;
}

#extraNavi_center {
	width: 100%;
	min-width: 790px;
	background-color: #575654;
	margin: 0 auto;
	text-align: center;
	font-size: 13px;
}

#extraNavi {
	width: 850px;
	clear: both;
	text-align: center;
	margin: 0 auto;
}

#extraNavi_1 {
	width: 110px;
	text-align: center;
	margin-right: 5px;
	background-color: #FFFFFF;
	float: right;
	padding: 10px;
}

#extraNavi_1 span {
	color: #000000;
	font-size: 13px;
}

#extraNavi_3 {
	clear: both;
	padding: 10px;
}

#extraNavi_3 span {
	color: #f7f8f8;
	font-size: 13px;
}
#copyright {
	clear: both;
	background-color: #575654;
	color: #dfdfdf;
	text-align: center;
	padding: 20px;
	font-size: 12px;
}

#txtCopyright {
	padding-top: 2em;
	font-size: 12px;
	line-height: 1.2;
}
#extraNavi_center p.txt02 {
	padding-top: 2em;
	line-height: 1.2;
	color: #fff;
}
#extraNavi_center p span {
	display: inline-block;
	padding:2px 10px !important;
	border:1px solid #f7f7f7;
	color: #fff;
}
.txt01 {
	width: 100%;
	position: relative;
	font-size: 13px;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	background-color: #575654 ;
}
#footer p.txt01 {
	padding-top: 2em;
	line-height: 2;
}
#footer p.txt01 .globalButton{
	background: none;
	border: none;
	color: #fff;
}
#footer p.txt01 .globalButton:hover{
	cursor: pointer;
	text-decoration: underline;
}
#footer p.txt01 {
	padding-top: 2em;
	line-height: 2;
}
#footer p.txt01 .globalButton{
	background: none;
	border: none;
	color: #fff;
}
#footer p.txt01 .globalButton:hover{
	cursor: pointer;
	text-decoration: underline;
}
.menu_B {
	background: url("./images/menu.jpg") no-repeat;
	background-size: 100% 100%;
	height: 50px;
	width: 110px;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
}

.globalButtonBold {
	background: #575654;
	font-family: "CI", "Meiryo", "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "lr oSVbN", sans-serif;
	font-size: 18px;
	color: #f7f8f8;
	height: 21px;
	line-height: 19px;
	border: 0 #ffffff;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.globalButtonBold1 {
	background: #c9c9c9;
	font-family: "CI", "Meiryo", "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "lr oSVbN", sans-serif;
	font-size: 18px;
	color: #575654;
	height: 21px;
	line-height: 19px;
	border: 0 #ffffff;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.globalButtonBold_nolink {
	font-family: "CI", "Meiryo", "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "lr oSVbN", sans-serif;
	font-size: 18px;
	color: #f7f8f8;
	line-height: 21px;
	margin: 0 0 0 1px;
	padding: 0;
	font-weight: bold;
}

.headglobalButtonBold_nolink {
	font-family: "CI", "Meiryo", "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "lr oSVbN", sans-serif;
	font-size: 18px;
	color: #575654;
	line-height: 21px;
	margin: 0 0 0 1px;
	padding: 0;
	font-weight: bold;
}

.titleglobalButtonBold_nolink {
	background: #c9c9c9;
}
.globalButton:hover, .globalButtonBold:hover ,globalButtonBold1:hover {
	text-decoration: underline;
}
#btnPagetop {
	position: fixed;
	right: 50px;
	bottom: 50px;
}
#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;
}

#footerLinkList01 {
	margin: 0 auto;
	padding-top: 30px;
	width: 980px;
	overflow: hidden;
}
#footerLinkList01 dl {
	float: left;
	display: inline;
	text-align: left;
	padding: 0 3px !important;
	width: 25%;
	box-sizing: border-box;
}
#footerLinkList01 .fLL01 {
	padding-left:0 !important;
}
#footerLinkList01 .fLL05 {
	padding-right:0 !important;
}

#footerLinkList01 dt {
	margin-top:0.8em;
	margin-bottom:0.4em;
	font-size: 15px;
	font-weight: bold;
}
#footerLinkList01 dt.title01{
	background-color: #c9c9c9;
	font-size: 18px;
	color: #575654;
	padding-left: 2px;
}
#footerLinkList01 dt.title01 a{
	color: #575654;
}
#footerLinkList01 li,
#footerLinkList01 dd {
	margin-top:2px !important;
	font-size: 13px;
}
#footerLinkList01 dt.subTitle01 .globalButton{
	font-weight: bold;
}
#footerLinkList01 .globalButton{
	background: none;
	border: none;
	color: #fff;
}
#footerLinkList01 .globalButton:hover{
	cursor: pointer;
	text-decoration: underline;
}
.topFirst{
margin-top: 12px;
}
#header .utilityNavi >li.question{
	margin-left: 10px;
}
.question a {
	display: block;
	border-style: solid;
	border-color: #134A63;
	border-width: 1px 2px 2px 1px;
	width: 64px;
	height: 30px;
	text-align: center;
	color: #192F60;
	box-sizing: border-box;
	margin-left: 10px;
}
.question a:hover {
	border-width: 2px;
	cursor: pointer;
}
.question a:before {
	content: url(images/ico_question_p4.gif);
	display: inline-block;
	vertical-align: middle;
	margin: 2px 4px -1px 0px;
}
.ImeOn {
	ime-mode: active;
}
.ImeOff {
	ime-mode: disabled;
}
.logOffBgColor {
	padding: 2px 1px;
}
.logOffBgColor1 {
	padding: 2px 0px;
}
.logOffInp{
	display: inline-block;
}
.logOffText{
	font-size: 14px;
}
.logOffText span{
	font-size: 12px;
}
.logOffText input{
	font-size: 14px;
	padding: 1px;
	height: 1.58em;
	width: 1.79em !important;
}
.logOffInp{
	font-size: 14px;
}
.logOffInp input{
	font-size: 14px;
	padding: 5px;
	height: 1em;
}
.softtenkey_area{/*\tgL[{[hGA*/
	position:absolute;
	visibility:hidden;
	clear:both;
	text-align:left;
	margin-top: -3px;
	border: solid 3px #bbb;
	padding:  10px 6px 6px 12px;
	margin: 5px 1px;
	z-index: 1;
	background-color: #CDE6FF;
}
.softkeyComment {
	padding-left: 25px;
}

.softKeyImgLabel, .softkeyComment span {
	font-size: 11px;
}

.softKeyImgLabel:hover,
.logon_softkey_area img:hover + .softKeyImgLabel,
.softtenkey_area img:hover + .softKeyImgLabel {
	text-decoration: underline;
}
.softkey_B {/*\tgEFAL[{[h{^*/
	color: #000;
	border-radius:5px;
	font-size: 15px;
	text-decoration: none;
	vertical-align: middle;
	width: 31px;
	height: 29px;
	margin: 0 10px 12px 0;
	border-bottom:3px solid #697072;
	border-right:3px solid #697072;
	padding: 6px 7px;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 0 0 #535c5e;
	box-sizing: border-box;
	 display: inline-block;
	 font-weight: bold;
	 background-color: #fff;
}

.softkey_C {/*\tgEFAL[{[h{^(@\{^)*/
	border:1px solid #AFAFAF;
	border-radius:6px;
	color: #000000;
	font-size: 15px;
	text-decoration: none;
	vertical-align: middle;
	font-weight: normal;
	padding:5px 10px;
	margin-right:5px;
	border-bottom:3px solid #697072;
	border-right:3px solid #697072;
	background-color: #fff;
}

.softkey_space, .softkey_space:hover, .softkey_space:active, .softkey_space:focus {/*\tgL[{[h{^(tL[)*/
	border:none;
	background-color:#D7EFEF;
	width: 35px;
	height: 31px;
	margin-right:2px;
}

.softkey_B:active, .softkey_B:focus, .softkey_B:hover,
.softkey_C:active, .softkey_C:focus, .softkey_C:hover
{
	background-color:#E0F0FF;
	font-weight:bold;
	cursor: pointer;
}
.func_nav_active {/*@\NAVGA*/
	background-color: #3e59a0;
	color: #FFFFFF;
	padding: 4px 12px 3px 12px;
	border: 1px solid #999;
}
.func_nav_unactive {/*@\NAVGA*/
	border: 1px solid #999;
	padding: 4px 12px 3px 12px;
}
.func_nav_img {/*@\NAVGA*/
	margin: 6px 7px;
}

.jsToggleArea.close .jsToggleBtn:after{
	content: "{"
}

.jsToggleArea.close .jsToggleContents {
	display: none;
}

.refineList{
	width: 100%;
	overflow: hidden;
	padding: 0px 10px 0px 72px;
	box-sizing: border-box;
}
.refineList > li{
	float: left;
	width: 40%;
	margin-top: 10px;
}
.refineList > li.oneCol{
	width:100%;
}
.refineList > li.colRight{
	width: 50%;
}
.refineList > li dl{
	overflow:hidden;
	width: 100%;
}
.refineList > li dl > dt,
.refineList > li dl > dd{
	float: left;
}
.refineList > li dl > dt{
	width: 135px;
	text-align: right;
	padding: 10px 0 0 0;
}
.refineList > li dl > dd{
	width: auto;
}

.refineListBtnBox{
	position: relative;
	width: 100%;
}
.refineListBtnBox .refineTermsBtn{
	position: absolute;
	top: 0px;
	left: 0px;
}

.jsToggleBtn{
	position: relative;
	padding-left: 28px;
}
.jsToggleBtn:before{
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	background-color: #00002E;
	width: 16px;
	height: 16px;
	border-radius: 2px;
	text-align: center;
	font-weight: normal;
}
.jsToggleBtn:after{
	content: "|";
	position: absolute;
	top:0px;
	left: 4px;
	color: #fff;
}
.refineListBtnBox.close .jsToggleBtn:after{
	content: "{";
}

.borderBox02 {
	border: solid 1px #ccc;
	padding: 15px;
}
input[type="button"]:disabled:hover,input[type="submit"]:disabled:hover{
	cursor:not-allowed;
}
.tblBgOdd tr:nth-child(2n+1) td,
.tblBgOdd tr:nth-child(2n+1) th{
	background-color: #EBF5FF;
}
.colorBox04{
	background-color: #E0F0FF;
	border: 1px solid #000080;
	padding: 11px 16px;
	width: 100%;
	box-sizing: border-box;
}
.setColorB .colorBox04 { background-color: #172a88; color: #fff; }
.setColorC .colorBox04 { background-color: #ffff00; color: #172a88; }
.tbl01.tbl01Btn tr:hover th,
.tbl01.tbl01Btn tr:hover td{
	background-color: #a4d4ff;
}
.tbl01.tbl01Btn td,
.tbl01.tbl01Btn th{
	border-right: none;
	cursor: pointer;
}
.tbl01 th.thNoBor0{
	border-bottom: 0px;
}
.tbl01 th.thNoBor1{
	border-top: solid 1px #bbb;
}
.btn01.btn01Current.btn01{
	margin: 1px 0 0 1px;
	border: solid 1px #535c5e;
	background-color: #a0d8ef;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.tbl01.tbl01SizeS td,
.tbl01.tbl01SizeS th{
	padding: 7px 5px;
}
.tbl01.tbl01Btn td,
.tbl01.tbl01Btn th{
	border-right: none;
	cursor: pointer;
}
.btn01:active,
.btn01.btn01Current{
	margin: 0 1px 1px 0;
	border: solid 1px #535c5e;
	background-color: #f8f8f8;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn01.btn01Current{ background-color: #a0d8ef;}
/*ξρGA*/
.info_area {
	width: 878px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #E0F0FF;
	border: solid 1px #000080;
	padding: 8px 10px;
}
.tabHeight {
	height: 65px;
}
.pos_right_middle .support_balloon_tip{
  width:20px;
  height:27px;
}
.tr_odd {
	background-color: #FFFFFF !important;
}

.tr_add {
	background-color:#EBF5FF !important;
}

.tbl05 {
	border-top: solid 3px #000080;
	width: 100%;
}
.tbl05 td,
.tbl05 th {
	border-right: solid 1px #bbb;
	border-bottom: solid 1px #bbb;
	padding: 13px;
	color: #333;
}
.tbl05 td {
	word-break: break-all;
	word-wrap: break-word;
}
.tbl05 td:last-child,
.tbl05 th:last-child {
	border-right: none;
}
.tbl05 td.tblHasBdr,
.tbl05 th.tblHasBdr {
	border-right: solid 1px #bbb;
}
.tbl05 td.tblNoBdr,
.tbl05 th.tblNoBdr {
	border-right: none;
}
.tbl05 th {
	background-color: #a4d4ff;
}
.tbl05 tbody th {
	background-color: #eaf4fc;
}
.tbl05Scroll {
	border-top: solid 3px #134a63;
	width: 100%;
	max-height: 590px;
	overflow-x: hidden;
	overflow-y: scroll;
	border-bottom: solid 1px #bbb;
}
.tbl05Scroll .tbl05 {
	border-top: none;
	margin-bottom: 1px;
}
.tbl05Scroll .tbl05 thead {
	position: relative;
	z-index: 1;
}
.tbl05Scroll .tbl05 thead th,
.tbl05Scroll .tbl05 thead td {
	position: relative;
}
.tbl05Scroll .tbl05 thead th:after,
.tbl05Scroll .tbl05 thead td:after {
	content: "";
	position: absolute;
	height: 1px;
	background-color: #bbb;
	left: -1px;
	bottom: -1px;
	right: -1px;
	z-index: 1;
}
.tbl05Scroll .tbl05 thead th:before,
.tbl05Scroll .tbl05 thead td:before {
	content: "";
	position: absolute;
	width: 1px;
	background-color: #bbb;
	right: -1px;
	top: -1px;
	bottom: -1px;
	z-index: 1;
	min-height: 150px;
}
.tbl05.tbl05SizeS td,
.tbl05.tbl05SizeS th{
	padding: 7px 5px;
}
.setColorB .tbl05 th {
	background-color: #172a88;
	color: #fff;
}
.setColorC .tbl05 th {
	background-color: #ffff00;
	color: #172a88;
}
.tbl05.tbl05Btn tr:hover th,
.tbl05.tbl05Btn tr:hover td{
	background-color: #a0d8ef;
}
.tbl05.tbl05Btn td,
.tbl05.tbl05Btn th{
	border-right: none;
	cursor: pointer;
}

/* bZ[WκΜy[WΤAy[W{^p */
.msgBtnTbl{
	width: 980px;
}

.msgBtnTbl .btn{
	float: right;
}
.msgBtnTbl .msgBtn{
	margin-left: 2px;
}
.iptTxt:disabled{
	background-color: rgb(235, 235, 228);
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.kinYoKiKanBtn02Width { width:200px; }
.kinYoKiKanBtn03Width { width:150px; }
.tMoJiBtnWidth { width:35px; }
#mainContents_top{
	width:740px;
	margin-left: 0;
	float: left;
	background-color: #FFFFFF;
	border: solid 0px #c9c9c9;
	padding: 7px 0 0;
}
#subContents {
	width: 220px;
	float: left;
	padding: 0 0 0 20px;
}
.word_break_td {
	word-break: break-all;
	word-wrap: break-word;
}
.borderRed {
	border-color: #FF0000;
}
.btn02 {
	display: inline-block;
	min-width: 147px;
	padding: 8px 15px;
	margin: 0 1px 1px 0;
	box-sizing: border-box;
	border-radius: 5px;
	border: solid 1px #ccc;
	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;
	color: #000;
}
.btn02 input {
	padding: 2px;
	font-weight: bold;
}
.btn02:hover {
	background-color: #CDE6FF;
}
.btn02:active{
	margin: 0 1px 1px 0;
	border: solid 1px #535c5e;
	background-color: #f8f8f8;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn02.disabled:hover{
	background-color: #0f2350;
	cursor: default;
}
.btn02.btn02SizeSS {
	background-size: 12px;
	padding: 0px 10px;
	min-width: 60px;
	text-align: center;
}
.btn02.btn02SizeSSS{
	background-size: 10px;
	font-size: 10px;
	padding: 0px 10px;
	min-width: 40px;
	text-align: center;
}
.btn02.btn02SizeS {
	padding: 8px 10px;
	min-width: 80px;
	text-align: center;
}
.btn02.btn02SizeM {
}
.btn02.btn02SizeL {
	padding: 16px 30px;
	min-width: 250px;
}
.swkeyboardList > ul > li > .btn02.btn02SizeS {
	text-align: center;
	padding: 6px 7px;
	min-width: 32px;
	min-height: 28px;
}
.btn03 {
	text-align: center;
	background-color: #0028AA;
	color: #fff;
	font-weight: bold;
	padding: 16px;
	min-width: 230px;
	box-sizing: border-box;
	border-radius: 6px;
	border-style: solid;
	border-color: #595959;
	border-width: 1px 1px 1px 1px;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	font-size:20px;
	line-height: 1;
}
.btn03SizeS {
	margin: 0 1px 1px 0;
	box-shadow: 1px 1px 0px 0px #535c5e;
	border-radius: 5px;
	font-size:14px;
	padding: 8px 10px;
	min-width: 80px;
	border-width:1px 1px 1px 1px;
}
.btn03 input{
	color: #fff;
	font-weight: bold;
}
.btn03SizeS input{
	padding: 2px;
}
.btn03:hover{
	background-color: #2E5EDC;
}
.btn03:active{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn03.disabled:hover,
.btn03.disabled:active{
	background-color: #0f2350;
	cursor: default;
}
.btn04{
	font-size: 10px !important;
	padding: 0px 11px 0px 22px;
	min-width: 0;
	display: inline-block;
	margin: 0 1px 1px 0;
	box-sizing: border-box;
	border-radius: 5px;
	border: solid 1px #ccc;
	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;
	color: #000;
}
.btn04.btn04AllCheck{
	background: url(images/mrk_allcheck_p4.png) no-repeat 7px center;
	background-size: 10px;
	background-color: #fff;
}
.btn04.btn04AllClear{
	background: url(images/mrk_allclear_p4.png) no-repeat 7px center;
	background-size: 10px;
	background-color: #fff;
}
.btn04 input {
	padding: 2px;
	font-weight: bold;
}
.btn04:hover{ background-color: #CDE6FF;}
.btn04:active{
	margin: 0 1px 1px 0;
	border: solid 1px #535c5e;
	background-color: #f8f8f8;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn05 {
	display: inline-block;
	padding: 16px 30px;
	min-width: 250px;
	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 0px 0px #535c5e;
	-webkit-box-shadow:1px 1px 0px 0px #535c5e;
	box-shadow:1px 1px 0px 0px #535c5e;
	cursor: pointer;
	color: #000;
	font-size:18px !important;
}
.btn05 input {
	padding: 2px;
	font-weight: bold;
}
.btn05.btn05Current{ 
	background-color: #E0F0FF;
	margin: 0 1px 1px 0;
	border: solid 1px #535c5e;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn05:hover{ background-color: #E0F0FF;}
.btn05:active{
	margin: 0 1px 1px 0;
	border: solid 1px #535c5e;
	background-color: #f8f8f8;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;

}
.btn06 {
	font-size:12px;
	text-align:center;
	display: inline-block;
	min-width: 32px;
	padding: 8px 10px;
	margin: 0 1px 1px 0;
	box-sizing: border-box;
	border-radius: 5px;
	border: solid 1px #568FD1;
	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;
	height: 30px;
	line-height:38px;
}
a.btn06 {
	color: #000;
	text-decoration: none;
}
.pageList01 > ol > li.current .btn06 {
	color: #000;
	background-color: #CCF1FF;
}
.setColorB .pageList01 > ol > li.current .btn06 { background-color: #172a88; color: #fff; }
.setColorC .pageList01 > ol > li.current .btn06 { background-color: #ffff00; color: #172a88; }
.btn06.btn06SizeS {
	padding: 0px 0px;
	min-width: 32px;
}
.btn06:hover{
	background-color: #CCF1FF;
}
.btn06:active {
	margin: 1px 0 0 1px;
	border: solid 1px #cdcdcd;
	background-color: #f8f8f8;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.setColorB .btn06:active { background-color: #172a88; color:#fff; }
.setColorC .btn06:active { background-color: #ffff00; color:#172a88; }

.btn06.disabled:hover,
.btn06.disabled:active{
	margin: 0 1px 1px 0;
	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: default;
}
.btn07 {
	font-size: 125%;
	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.btn07 {
	color: #000;
	text-decoration: none;
}
.btn07:hover {
	background-color: #f5f5f5;
}
.btn07.disabled:hover{
	background-color: #eee;
	cursor: default;
}
.btn08{
	font-size:18px;
	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;
	text-align: center;
	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;
}
.btn08.btn08SizeSSS{
	font-size: 10px;
	font-weight: normal;
	padding: 0px 10px;
	min-width: 0;
}
.btn08.btn08SizeSS {
	font-size: 12px;
	padding: 0px 10px;
	min-width: 0;
}
.btn08.btn08SizeS {
	font-size: 14px;
	padding: 8px 10px;
	min-width: 0;
}
.btn08.btn08SizeL {
	font-size: 16px;
	min-width: 250px;
	padding: 16px 20px;
}
.btn08 input {
	padding: 2px;
	color: #0f2350;
	font-weight: bold;
}
.btn08:hover{
	background-color: #CDE6FF;
}
.btn08:active{
	margin: 1px 0 0 1px;
	border: solid 1px #535c5e;
	background-color: #f8f8f8;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn08.btn08SizeSSS.btn08Download input{
	background-size: 10px 12px;
	padding: 0px 0px 0px 15px; 
}
.btn08.btn08SizeSS.btn08Download input{
	background-size: 12px 15px;
	padding-left: 18px;
}
.btn08.btn08SizeS.btn08Download input{
	background-size: 15px 19px;
	padding-left: 22px;
}
.btn08.btn08Download input{
	background: url(images/mrk_csv_p4.png) no-repeat 0px center;
	padding-left: 25px;
}
.btn08.disabled:hover,
.btn08.disabled:active{
	background-color: #fff;
	margin: 0 1px 1px 0;
	border: solid 1px #1c305c;
	-moz-box-shadow:1px 1px 0px 0px #535c5e;
	-webkit-box-shadow:1px 1px 0px 0px #535c5e;
	box-shadow:1px 1px 0px 0px #535c5e;
	cursor: default;
}
.btn09{
	font-size:16px;
	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;
	text-align: center;
	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;
}
.btn09 input {
	padding: 2px;
	color: #0f2350;
	font-weight: bold;
}
.btn09:hover{
	background-color: #CDE6FF;
}
.btn09:active{
	margin: 1px 0 0 1px;
	border: solid 1px #535c5e;
	background-color: #f8f8f8;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn09.btn09PDF input{
	background: url(images/mrk_pdf_p4.png) no-repeat 0px center;
	padding-left: 35px;
}

.btn09.btn09SizeSSS{
	font-size: 10px;
	font-weight: normal;
	padding: 0px 10px;
	min-width: 0;
}
.btn09.btn09SizeSS {
	font-size: 12px;
	padding: 0px 10px;
	min-width: 0;
}
.btn09.btn09SizeS {
	font-size: 14px;
	padding: 8px 10px;
	min-width: 0;
}
.btn09.btn09SizeL {
	font-size: 18px;
	min-width: 250px;
	padding: 16px 20px;
}
.btn09.btn09SizeSSS.btn09PDF input{
	background-size: 10px 12px;
	padding: 0px 0px 0px 15px; 
}
.btn09.btn09SizeSS.btn09PDF input{
	background-size: 15px 18px;
	padding-left: 18px;
}
.btn09.btn09SizeS.btn09PDF input{
	background-size: 20px 24px;
	padding-left: 22px;
}
.btn10{
	font-size:18px;
    min-width: 200px;
    padding: 8px 30px;
	margin: 0 1px 1px 0;
	box-sizing: border-box;
	border-radius: 5px;
	border: solid 1px #00003E;
	font-weight: bold;
	text-align: center;
	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;
}
.btn10.btn10SizeSSS{
	font-size: 10px;
	font-weight: normal;
	padding: 0px 10px;
	min-width: 0;
}
.btn10.btn10SizeSS {
	font-size: 12px;
	padding: 0px 10px;
	min-width: 0;
}
.btn10.btn10SizeS {
	font-size: 14px;
	padding: 8px 10px;
	min-width: 0;
}
.btn10.btn10SizeL {
	font-size: 18px;
	min-width: 250px;
	padding: 16px 20px;
}
.btn10 input {
	padding: 2px;
	color: #192F60;
	font-weight: bold;
}
.btn10:hover{
	background-color: #CDE6FF;
}
.btn10:active {
	margin: 1px 0 0 1px;
	border: solid 1px #535c5e;
	background-color: #f8f8f8;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn10.btn10Print input{
	background: url(images/mrk_print_p4.png) no-repeat 0px center;
	padding-left: 35px;
}
.btn10.btn10SizeSSS.btn10Print input{
	background-size: 10px 8px;
	padding: 0px 0px 0px 15px; 
}
.btn10.btn10SizeSS.btn10Print input{
	background-size: 15px 12px;
	padding-left: 18px;
}
.btn10.btn10SizeS.btn10Print input{
	background-size: 20px 16px;
	padding-left: 22px;
}
.btn11 {
	font-size:14px !important;
	display: inline-block;
	padding: 8px 6px 8px 28px;
	margin: 0 1px 1px 0;
	box-sizing: border-box;
	border-radius: 5px;
	border: solid 1px #ccc;
	background: url(images/mrk_close.png) no-repeat 7px center;
	font-weight: bold;
	background-color: #fff;
	box-shadow:1px 1px 0px 0px #535c5e;
}
a.btn11 {
	color: inherit;
	text-decoration: none;
}
.btn11:hover {
	background-color: #a0d8ef;
}
.btn11:active {
	margin: 1px 0 0 1px;
	border: solid 1px #535c5e;
	background-color: #f8f8f8;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.color01 a {
	color: #ff0000;
}

.color03 {
	background-color: #feff93;
}

.color04{
	background-color: #fdff2f;
}

.color05{
	background-color: white;
}

table.txtM.color03::after {
	visibility: visible;
	background-color: white;
	border-radius: 0 0 5px 5px;
	color: white;
	margin-top: 0;
}

.tit03.tit03HasBdr strong {
	display: inline-block;
	max-width: 888px;
}

.tblBg03 td,
.tblBg03 th {
	background-color: #e3e3e3 !important;
	color: #ff0000;
}
.iptZkRadio input {
	height: 19px;
	width: 19px;
	position: absolute;
}

.iptZkRadio > span{
	padding-left: 31px;
	display: block;
	vertical-align: middle;
	position: relative;
}
.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;
}
}