html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-bottom: 1px solid #ddd;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 40px 16px;
}

.btn-block {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #FF9933;
}

a.btn-block {
  white-space: pre;           /* CSS 2.0 */
  white-space: pre-wrap;      /* CSS 2.1 */
  white-space: pre-line;      /* CSS 3.0 */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -hp-pre-wrap;  /* HP Printers */
  word-wrap: break-word;      /* IE 5+ */
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  color: #FFFFFF;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: absolute;
}

.alert {
  margin-bottom: 0px;
}

.alert-header {
  color: #fafdff;
  font-size: large;
  font-weight: bold;
  background-color: #22304f;
  border-color: #22304f;
}
.alert-header hr {
  border-top-color: #e4b9c0;
}
.alert-header .alert-link {
  color: #843534;
}

.media-arrow-right{
  margin-top: 12px;
}

.list-group-item-heading {
  margin-bottom: 0px;
}

.panel-footer {
  border-top: 0px;
  background-color: #FFFFFF;
}

.panel-default {
  border-color: #FFFFFF;
  border-style : none none none none;
}

.panel-default > .panel-heading {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.well-list {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  padding: 5px
}


footer {
  text-align: right;
  padding: 20px;
  background: #d7d7d7;
}


/* 背景紺、白字のヘッダー*/
.mbl_heading001 {
	margin-bottom: 15px;
	padding-top: 5px;
	font-size: medium;
	font-weight: bold;
	color: #fafdff;
	background-color: #22304f;
}
.mbl_heading001 span {
	display: block;
	padding: 8px 10px 10px 18px;
}
/* ヘッダー用のPC画像アイコン*/
.headingPicture01 {
	padding-left: 36px;
	background-image: url(../img/pc_medium.png);
	background-repeat: no-repeat;

}

.imgStaffReadTop{
	width: auto;
	height: 18px;
	padding-right: 100px;
	float: right;
}

input[type="submit"]{
	font-weight: bold;
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}
.eq-height {

    flex-wrap: wrap;
    border: 1px solid #e8e8e8;
}
.row-eq {
    display: flex;
    flex-wrap: wrap;
}
.div-padding{
padding: 8px;
}
.div-padding-2{
padding-top: 3px;
padding-bottom: 3px;
}
.wrap{
    display: table;
    -webkit-transiton:.3s;
    transition: .3s;
    overflow: hidden;
}
.wrap:after{
    content:" ";
    display:table;
    clear:both;
}
.pseudo_link{
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    font-size: 1.4rem;
    color: #000;
    box-sizing: border-box;
}

/*------------------------------------------*/
/*l_header
/*------------------------------------------*/
.l_header {
    width: 230px;
    display: table-cell;
    vertical-align: top;
}
/*-------------------sp_nav_btn-----------------------*/
.sp_nav_btn{
    display: inline-block;
}

/*-------------------header_nav-----------------------*/
.l_header{
    overflow: hidden;
}
.l_header .header_nav {
    width: 0px;
    height: 100%;
    margin: 0;
    background: #fff;
    -webkit-transiton:.3s;
    transition: .3s;
}
.l_header .header_nav  .nav_list {
    width: 230px;
    height: 100%;
    margin-top: 0;
    padding-bottom: 30px;
}
.l_header  .nav_list>li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    font-size: 1.4rem;
    color: #000;
    box-sizing: border-box;
}
.l_header  .nav_list>li a:hover{
    color: #006835;
}
/*-------------------header_sub_list-----------------------*/
.l_header  .header_sub_list{
    border-bottom: 1px dotted #ddd;
}
.l_header  .header_sub_list>li>a{
    padding: 5px 20px;
    font-size: 1.3rem;
    border-bottom: none;
}
/*-------------------header_nav is_nav_active-----------------------*/
.l_header .header_nav.is_nav_active {
    width: 230px;
    height: 100%;
    margin: 0;
    background: #fff;
}
/*-------------------header_web_btn-----------------------*/
.l_header  .nav_list>.header_web_btn{
    margin: 10px 10px 15px;
    padding: 5px 0;
    font-size: 1.5rem;
    border-radius: 5px;
    background: #f8910c;
    box-sizing: border-box;
}
.l_header  .nav_list>.header_web_btn>a{
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    color: #fff;
    border-bottom: none;
}
/*-------------------content-----------------------*/
.content{
    display: table-cell;
    width: 100%;

    vertical-align: top;
}
.content_inner{
    margin-top: 10px;
}
.menu-button{
	color: #fff;
    background-color: #337ab7;
    border-radius: 4px;
    display: block;
    padding: 10px 15px;
}
.box2{
	display: flex;
	align-items: center;
}

.	.mini-label {
  background-color: #ffff9e;
}

tr-height {
  height:500px;
}
.bottomtable {

  margin-bottom: 0px;
}
.bottomtable1 {

  margin-bottom: 5px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
 padding: 8px;
 line-height: 1.42857143;
 vertical-align: top;
 border-top: 1px solid #ddd;
 }
.tr-bottom{
 	 border-bottom: 1px solid #ddd;
 }
.th-right{
 	 border-right: 1px solid #ddd;
}

.top-table-bordered {
  border: 2px solid #22304f;
}

.tr-top-table-bordered {
  border: 2px solid #22304f;
}
.prinput{
 width:90%;
 height:75%;
}
.line-form-control{
	width: 250px;
	display: inline-block;
	margin-top: 2px
}

.moving-form-control{
	width: 120px;
	display: inline-block;
}
.moving-input-form-control{
	width: 70px;
	display: inline-block;
}
.form-control110 {
  height: 120%;
}

.form-group-1 {
  margin-bottom: 0px;
}

.mini-label {
  display: inline;
  padding: .2em .6em .3em ;
  font-size: 95%;
  font-weight: bold;  line-height: 1;
  color: #fff;
  text-align: left;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.a-alert {
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.black-alert-danger {
  color: #000000;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.top-list-group-item-info {
  color: #13425a;
  background-color:#a0d8ef;
  border:0.5px solid #000000;

}
.panel-group-bottom {
  margin-bottom: 0px;
}

.panel-info {
   border-color:#e8e8e8;
}
.top-panel-info {
  border: 3px solid #22304f;
  }
.top-panel-info > .panel-heading {
  color: #31708f;
  background-color: #a0d8ef;
  border-color: #ffffff;
}

.w110 {
    width: 35px !important;
}

.col-lg-14 {
  margin-top: 30px;
}

.box4 {
  background-color: #58a;
  width: 220px;
  height: 53px;
  background:
    linear-gradient(-135deg, transparent 35px, #17a2b8 0) top right,/*重なり順番1*/
    linear-gradient(-45deg, transparent 35px, #17a2b8 0) bottom right;/*重なり順番2*/
  background-size: 100% 50%;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 50px;
  /*よくあるおしゃれタグもなんとCSSで実現できてしまいます。わかりやすいように色を変えときましたが、使うときは色調整してください。
  ちなみに、中にテキストを入れて中央ぞろえしたいときは、中にdivタグを入れて、グラデーションで消えた部分のwidthを把握してdivタグにwidthを指定する必要があります。*/
}

.box5 {
  background-color: #58a;
  width: 220px;
  height: 53px;
  background:
    linear-gradient(-135deg, transparent 35px, #123d61 0) top right,/*重なり順番1*/
    linear-gradient(-45deg, transparent 35px, #123d61 0) bottom right;/*重なり順番2*/
  background-size: 100% 50%;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 50px;
  /*よくあるおしゃれタグもなんとCSSで実現できてしまいます。わかりやすいように色を変えときましたが、使うときは色調整してください。
  ちなみに、中にテキストを入れて中央ぞろえしたいときは、中にdivタグを入れて、グラデーションで消えた部分のwidthを把握してdivタグにwidthを指定する必要があります。*/
}
.box4 {
  background-color: #58a;
  width: 220px;
  height: 53px;
  background:
    linear-gradient(-135deg, transparent 35px, #17a2b8 0) top right,/*重なり順番1*/
    linear-gradient(-45deg, transparent 35px, #17a2b8 0) bottom right;/*重なり順番2*/
  background-size: 100% 50%;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 50px;
  /*よくあるおしゃれタグもなんとCSSで実現できてしまいます。わかりやすいように色を変えときましたが、使うときは色調整してください。
  ちなみに、中にテキストを入れて中央ぞろえしたいときは、中にdivタグを入れて、グラデーションで消えた部分のwidthを把握してdivタグにwidthを指定する必要があります。*/
}
.box2{
    display: flex;
    align-items: center;
}
/* ==========================
パンくずリスト設定
========================== */
.breadcrumb{
     background-color: #f5f5f5;
}
.breadcrumb > li + li:before {
    color: #000000;
    content: ">";
}
.breadcrumb > li.active{
    color: #0000ff;
    font-weight:bold;
}

/* ==========================
お仕事の特徴
========================== */
.overTimeType li{
	float:left;
	padding:4px;
	font-weight:normal;
	text-align:center;
	color:#ffffff;
	margin:0 5px 5px 5px;
}
.overTimeType li.company{
	background:#00b59a;
}
.overTimeType li.offer{
	background:#80a9ff;
}
.overTimeType li.environment{
	background:#c7d103;
}
.overTimeType li.other{
	background:#eb81fe;
}
.table_data_order_contract{
	background:#ff9999;
}
