/*文中の文字を囲む*/
.h_icon::before{
	content: "WFS";
	padding:8px 8px;
	margin:0 5px;
	background-color:#191970;
	border:1px solid #777;
	border-radius:2px;
	box-shadow: 1px 2px 2px #ddd;
	font-family:inherit;
	font-size:0.85em;
  color:#ffffff;
}

.w_title{
  width:35%;
}
@media screen and (max-width:992px) {
  .w_title{
    width:70%;
  }
}

.c_title{
  background-color:#add8e6;
}

#title_name{
  color:#000000;
}

}

.bg_gray{
  background-color:#fafafa;
}

.border_gray{
  border:1px solid;
  border-color:#dddddd;
}

header{
  position : fixed;
  width : 100%;
  height : 65px;
  z-index: 1;
}

.containerTop{
  margin-top : 70px;
}

.msgDisp.containerTop{
  margin-top : 180px;
}

.m-tb-5{
	margin : 5px 0 5px 0;
}

.m-b-2{
	margin : 0 0 2px 0;
}

.m-b-5{
	margin : 0 0 5px 0;
}
.t-center{
	text-align : center;
}

.t-left{
	text-align : left;
}

.t-right{
	text-align : right;
}

.font-size-08{
  font-size : 0.8rem;
}

.hr-double{
	border-top: double;
}

.dis-table{
  display : table;
}

.dis-table-cell{
  display : table-cell;
}

.vertical-top{
  vertical-align : top;
}