/* ----- defalt style begin ----- */

*{
	font-family:  "Lucida Grande", "segoe UI", "Meiryo", Verdana, Arial, sans-serif; !important
}

html, body {
	color:#333;
	margin:0;
	padding:0;
	border:0 none;
	font-family:  "Lucida Grande", "segoe UI", "Meiryo", Verdana, Arial, sans-serif; !important
	line-height:20px;
	word-wrap:break-word;
	background-color: transparent;
	 -webkit-text-size-adjust: 100%;
}
div{
	text-align:left;
}

nav{
	border-radius:0px; !important
	border:0px;
}
.navbar-default {
  background-color: #ffffff;
}
.navbar-default .navbar-toggle {
	border:none;
	background-color: #fff;
	border-radius:0px;

}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #fff;

}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #10218b;
  height: 3px;
}


/*list link*/

.iLink01 { display:block; padding-left:21px; background:url(/images/ico_link_01.png) no-repeat left top; color:#003366; }
.iLink02 { display:block; border-style:solid; border-color:#FF9F9F; }
.iLink03 { display:block; padding-left:21px; color:#003366; }

a.list-group-item {
  color: #003366;
  background-color:#e5effd;
  border:none;
}

.list-group a.list-group-item{
	border-radius:2px;
}

.list-group a.list-group-item:hover,
.list-group a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

/*accordion*/
.ac_list {

    display:block;
    padding:10px;
    padding-left:20px;
    background-color:#e5effd;
    border:0px;
    font-size:95%;
}

.ac_list:hover,
.ac_list:focus {
	text-decoration: none;
	background-color: #f5f5f5;
}

.panel-title{
	color: #003366;
}

.panel{
	border:0px; !important
}

.panel-body {
  padding: 5px;
  padding-top: 15px;

}
.panel-info{
	background-color:#FAFAFA;
	/*border-right:1px solid #ececec;*/
	border-radius:0;
	box-shadow:0;
	/*margin-top:20px;*/
}
.panel-info > .panel-heading {
  color: #003366;
  background-color:#e5effd;
  border:none;
  border-radius:0px;

}



/* 幅があるときのみ */
@media only screen and (min-width: 768px) {
	.app_area {
		overflow:hidden;
		padding-bottom:15px;
		margin-top:15px;
	}

	.app_box {
		padding-bottom: 32768px;
		margin-bottom: -32768px;
	}

}



.panel-group .panel{
	margin-bottom:5px;
	border-radius:2px;
}

.icon-up {
background:url(/images/i_up.png) no-repeat left top;
width:17px;
height:17px;
margin-right:5px;
margin-left:5px;

}

.icon-down {
background:url(/images/i_down.png) no-repeat left top;
width:17px;
height:17px;
margin-right:5px;
margin-left:5px;

}

/* ----- defalt style end ----- */

/* ----- common begin ----- */
.layout_float_clr {
	clear: both;
}
/* ----- common end ----- */

/* ----- wrapper begin ----- */
#layout_wrapper_outer {
	width:100%;
	height:100%;
	max-width: 960px;
	min-width: 450px;
	margin:0 auto 0 auto;
}
#layout_wrapper_inner {
	margin: 10px 20px;
}
/* ----- wrapper end ----- */

/* ----- header begin ----- */
#layout_header {
	height:74px;
}

#layout_header_logo {
	float:left;
	width: 120px;
  height: 28px;
	margin: 14px 0 14px 18px;
	background-image:url(/images/header_logo.svg);
  background-size: auto 28px;
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent: -9999em;
}


/*UI - btn*/

.btn {
	padding: 10px 15px;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.4;
	border: none;
	border-radius: 2px;

	-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
	transition: border .25s linear, color .25s linear, background-color .25s linear;
	-webkit-font-smoothing: subpixel-antialiased;
  }
.btn:hover,
.btn:focus {
  color: #fff;
  outline: none;
  }
.btn:active,
.btn.active {
  outline: none;
  box-shadow: none;
  }
.btn:focus:active {
  outline: none;
  }
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  color: rgba(255, 255, 255, .75);
  cursor: not-allowed;
  background-color: #bdc3c7;
  filter: alpha(opacity=70);
  opacity: .7;
  }
.btn [class^="fui-"] {
  position: relative;
  top: 1px;
  margin: 0 1px;
  line-height: 1;
  }
.btn-xs.btn [class^="fui-"] {
  top: 0;
  font-size: 11px;
  }
.btn-hg.btn [class^="fui-"] {
  top: 2px;
  }
.btn-default {
  color: #fff;
  background-color: #999999;
  }
.btn-default:hover,
.btn-default.hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #aeaeae;
  border-color: #aeaeae;
  }
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background: #666666;
  border-color: #666666;
  }
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled.hover,
.btn-default[disabled].hover,
fieldset[disabled] .btn-default.hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #bdc3c7;
  border-color: #bdc3c7;
  }
.btn-default .badge {
  color: #bdc3c7;
  background-color: #fff;
  }
.btn-primary {
  color: #fff;
  /*background-color: #3333CC;*/
  background-color: #3c4cb7;
  /*background-color:#333399;*/

  }
.btn-primary:hover,
.btn-primary.hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #4e61d7;
  border-color: #4e61d7;
  }
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background: #10218b;
  border-color: #10218b;
  }
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled.hover,
.btn-primary[disabled].hover,
fieldset[disabled] .btn-primary.hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #bdc3c7;
  border-color: #1abc9c;
  }
.btn-primary .badge {
  color: #1abc9c;
  background-color: #fff;
  }
.btn-info {
  color: #fff;
  /*background-color: #3399CC;*/
  /*background-color: #0099CC;*/
  background-color: #3399CC;
  }
.btn-info:hover,
.btn-info.hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #5dade2;
  border-color: #5dade2;
  }
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background: #2c81ba;
  border-color: #2c81ba;
  }
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled.hover,
.btn-info[disabled].hover,
fieldset[disabled] .btn-info.hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #bdc3c7;
  border-color: #3498db;
  }
.btn-info .badge {
  color: #3498db;
  background-color: #fff;
  }

.btn-inverse {
  color: #fff;
  background-color: #34495e;
  }
.btn-inverse:hover,
.btn-inverse.hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #fff;
  background-color: #415b76;
  border-color: #415b76;
  }
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  background: #2c3e50;
  border-color: #2c3e50;
  }
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled.hover,
.btn-inverse[disabled].hover,
fieldset[disabled] .btn-inverse.hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #bdc3c7;
  border-color: #34495e;
  }
.btn-inverse .badge {
  color: #34495e;
  background-color: #fff;
  }
.btn-embossed {
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
  }
.btn-embossed.active,
.btn-embossed:active {
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, .15);
  }
.btn-wide {
  min-width: 140px;
  padding-right: 30px;
  padding-left: 30px;
  }
.btn-link {
  color: #16a085;
  }
.btn-link:hover,
.btn-link:focus {
  color: #1abc9c;
  text-decoration: underline;
  background-color: transparent;
  }
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #bdc3c7;
  text-decoration: none;
  }
.btn-hg,
.btn-group-hg > .btn {
  padding: 13px 20px;
  font-size: 22px;
  line-height: 1.227;
  border-radius: 2px;
  }
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 19px;
  font-size: 17px;
  line-height: 1.471;
  border-radius: 2px;
  }
.btn-sm,
.btn-group-sm > .btn {
  padding: 9px 13px;
  font-size: 13px;
  line-height: 1.385;
  border-radius: 2px;
  }
.btn-xs,
.btn-group-xs > .btn {
  padding: 6px 9px;
  font-size: 12px;
  line-height: 1.083;
  border-radius: 2px;
  }
.btn-tip {
  padding-left: 10px;
  font-size: 92%;
  font-weight: 300;
  }
.btn-block {
  white-space: normal;
  }

.btn-group > .btn + .btn {
  margin-left: 0;
  }
.btn-group > .btn + .dropdown-toggle {
  padding: 10px 12px;
  border-left: 2px solid rgba(52, 73, 94, .15);
  }
.btn-group > .btn + .dropdown-toggle .caret {
  margin-right: 3px;
  margin-left: 3px;
  }
.btn-group > .btn.btn-gh + .dropdown-toggle .caret {
  margin-right: 7px;
  margin-left: 7px;
  }
.btn-group > .btn.btn-sm + .dropdown-toggle .caret {
  margin-right: 0;
  margin-left: 0;
  }




/*UI dropdown*/

.dropdown-menu,
.select2-drop {
  z-index: 1000;
  min-width: 220px;
  padding: 0;
  margin-top: 9px;
  font-size: 14px;
  background-color: #f3f4f5;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  }
.dropdown-menu .divider {
  height: 2px;
  margin: 3px 0;
  overflow: hidden;
  background-color: rgba(202, 206, 209, .5);
  }
.dropdown-menu > li > a {
  padding: 8px 16px;
  line-height: 1.429;
  color: #606d7a;
  }
.dropdown-menu > li:first-child > a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  }
.dropdown-menu > li:last-child > a:first-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  }
.dropdown-menu.typeahead {
  display: none;
  width: auto;
  padding: 5px 0;
  margin-top: 5px;
  background-color: #fff;
  border: 2px solid #1abc9c;
  border-radius: 6px;
  }
.dropdown-menu.typeahead li a {
  padding: 6px 14px;
  }
.dropdown-menu.typeahead li:first-child a,
.dropdown-menu.typeahead li:last-child a {
  padding: 6px 14px;
  border-radius: 0;
  }
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #55606c;
  background-color: rgba(202, 206, 209, .5);
  }
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #1abc9c;
  }
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #bdc3c7;
  cursor: not-allowed;
  background-color: transparent;
  }




/*form*/
label {
  font-weight: normal;
  }


.form-control::-moz-placeholder,
.select2-search input[type="text"]::-moz-placeholder {
  color: #b2bcc5;
  opacity: 1;
  }
.form-control:-ms-input-placeholder,
.select2-search input[type="text"]:-ms-input-placeholder {
  color: #b2bcc5;
  }
.form-control::-webkit-input-placeholder,
.select2-search input[type="text"]::-webkit-input-placeholder {
  color: #b2bcc5;
  }
.form-control,
.select2-search input[type="text"] {
  height: 42px;
  padding: 8px 12px;
  color: #34495e;
  border: 1px solid #bdc3c7;
  /*
  border-radius: 6px;
  */
  border-radius:2px;

  box-shadow: none;
	-webkit-appearance:none;
  }

.form-group.focus .form-control,
.form-control:focus,
.form-group.focus .select2-search input[type="text"],
.select2-search input[type="text"]:focus {
  border:2px solid #9DCFF9;
  outline: 0;
  box-shadow: none;
  /*-webkit-appearance:none;*/
  }

/**/
  .form-horizontal .control-label {
    padding-top: 3px;
    padding-bottom:5px;
    }


@media (min-width: 768px) {
  .form-horizontal .form-group-hg .control-label {
    padding-top: 2px;
    padding-bottom: 0;
    font-size: 22px;
    }
  }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 3px;
    padding-bottom: 2px;
    font-size: 17px;
    }
  }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 13px;
    }
  }


/*checkbox*/

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  }

checkbox{
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-transition: color .25s linear;
          transition: color .25s linear;

  }



/* input-sm */

.input-sm,
.form-group-sm .form-control,
.form-group-sm .select2-search input[type="text"],
.select2-search input[type="text"] {
  height: 35px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.462;
  /*
  border-radius: 6px;

  */
  border-radius: 2px;
  -webkit-appearance:none;
  }



/*汎用クラス*/


/*margin*/
.m0{margin:0px;}
.m5{margin:5px;}
.m10{margin:10px;}
.m15{margin:15px;}

.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}

.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}

.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}

.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}



/*padding*/
.p0{pagdding:0px;}
.p5{pagdding:5px;}
.p10{pagdding:10px;}
.p15{pagdding:15px;}

.pl5{pagdding-left:5px;}
.pl10{pagdding-left:10px;}
.pl15{pagdding-left:15px;}
.pl20{pagdding-left:20px;}

.pr5{pagdding-right:5px;}
.pr10{pagdding-right:10px;}
.pr15{pagdding-right:15px;}
.pr20{pagdding-right:20px;}

.pt5{pagdding-top:5px;}
.pt10{pagdding-top:10px;}
.pt15{pagdding-top:15px;}
.pt20{pagdding-top:20px;}
.pt25{pagdding-top:25px;}
.pt30{pagdding-top:30px;}
.pt40{pagdding-top:40px;}
.pt50{pagdding-top:50px;}

.pb5{pagdding-bottom:5px;}
.pb10{pagdding-bottom:10px;}
.pb15{pagdding-bottom:15px;}
.pb20{pagdding-bottom:20px;}
.pb25{pagdding-bottom:25px;}
.pb30{pagdding-bottom:30px;}
.pb40{pagdding-bottom:40px;}
.pb50{pagdding-bottom:50px;}




/*header*/
.nav_style{
	border-bottom:2px solid #10218b;
	border-radius:0px;
	margin-bottom:5px;
}
/*footer*/
.footer{
	clear:both;
	border-top:2px solid #10218b;
	margin-top:25px;
	padding-bottom:10px;
	padding-top:10px;
	padding-right:10px;
}

/*color*/
.fcR{
	color:red;
}
/*border*/
.bdGB{
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
}

/*other*/

.service_name{
	font-size:16px;
}

.fs17p{
	font-size:17px;
}



.h3{
		font-family:  "Lucida Grande", "segoe UI", "Meiryo", Verdana, Arial, sans-serif;
		font-weight:bold;
		line-height:1.2em;
}
.h4{
		font-family:  "Lucida Grande", "segoe UI", "Meiryo", Verdana, Arial, sans-serif;
		font-weight:bold;
}

.h5{
		font-family:  "Lucida Grande", "segoe UI", "Meiryo", Verdana, Arial, sans-serif;
		font-weight:bold;
}

.alert {
	border:none;
	border-radius:2px;

}
.alert_error {
	border:none;
	background-color:#FFDFDF;
	color:#990000;

}

.alert_msg {
	color: #466447;
	background-color: #dff0d8;
	border:none;
}






/*select*/
.select {
  position: relative;
  display: inline-block;
  width: auto;
  /*min-width: 200px;*/
  vertical-align: top;
  }
.form-group .select {
  width: 100%;
  }

.selectarea {

	height: 42px;
	padding: 8px 12px;
	color: #34495e;
	box-shadow: none;

	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border-radius: 2px;
    text-indent: 0.5em;
	border: 1px solid #bdc3c7;
    cursor: pointer;
    background:#fff url(images/select_arrow.png) no-repeat;
    background-position: right center;

}

.must{
	background-color:#FFDFDF;
	color:#990000;
	font-size:0.8em;
	margin-left:5px;
	padding:2px 7px 3px 7px;
	vertical-align:center;
    border-radius:8px;
}

/*--------------*/
.e_text{
	color:#990000;
	margin-top:2px;
}
.e_input{
	background-color:#FFDFDF;
	border-color:#990000;
}

.e_input:focus{
	background-color:#ffffff;
}




/*--------------*/
/* Step */
	ul .step_item{
		 padding:10px;
		 width:170px;
		 margin:3px;
		 background-color:#eee;
		 color:#000;
		 font-size:0.9em;
		 border-style: inset;
		 border-width: 3px;

	}

	ul .step_present{
		background-color:#0089e0;
        border-color: #0089e0;
		color:#fff;
	}

	.arrow_icon{
		display:block;
		background:url(/images/step.png) no-repeat left top;
		color:#003366;
		width:15px;
	}

/* help */


.input-group-addon {
  border: 1px solid #cccccc;
  border-left: 0px;
  border-radius: 2px;
}


/*tooltip*/

.popup{
    padding:5px;
}

.tooltip-inner {
    min-width: 250px;
    background-color:#eee;
    color:#333;
    padding:5px;
    margin-left: -200px;

}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #eee;
    border-width: 0 5px 5px;
}
.tiptitle{
    font-size:10pt;
    font-weight:bold;
}
