@charset "utf-8";
/* CSS Document */

.search_area{
	position: relative;	
	display: flex;
	top:30px;
	width: 100%;
	background: #DBFCB6;
	padding: 5px 10px 0px 10px;
	border-top: solid 6px #1B8D56;
	margin-top: 0;
}

table{
	text-align: center;
 	border-spacing: 0;
	margin-right: auto;
	margin-left: 0;
	padding-top: 10px;
    width: 100%;
	font-size: 14px;
}

table th:first-child{
  border-radius: 5px 0 0 0;
}


table th:last-child{
  border-radius: 0 5px 0 0;

}

table tr{
	border-collapse:collapse;
}


table td{
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  padding: 10px 5px;
	margin-top: 0;
	border-collapse:collapse;	
}

table td .td_center{
  text-align: center;
}

table td:last-child{
  border-right: 1px solid #a8b7c5;
}

table.display thead th{
	position: relative;

	color:white;
  background: linear-gradient(#829ebc,#225588);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  padding: 10px 0px 0px 0px;
	vertical-align: top;
	margin-bottom: 0;
	z-index: 0;
}

table.display thead th.sorting:after,
table.display thead th.sorting_asc:after,
table.display thead th.sorting_desc:after {
	position: absolute;
	top: 12px;
	right: 8px;
	display: block;
	font-family: FontAwesome;
	color: #FFFFFF;
	font-size: 18px;

}

table.display thead th.sorting:after {
	content: "\f0dc";


}
table.display thead th.sorting_asc:after {
	content: "\f0de";
}
table.display thead th.sorting_desc:after {
	content: "\f0dd";
}

div.dataTables_scrollBody table.display thead th.sorting:after,
div.dataTables_scrollBody table.display thead th.sorting_asc:after,
div.dataTables_scrollBody table.display thead th.sorting_desc:after {
	content: "";
}

/* In Bootstrap and Foundation the padding top is a little different from the DataTables stylesheet */
table.table thead th.sorting:after,
table.table thead th.sorting_asc:after,
table.table thead th.sorting_desc:after {
	top: 8px;
}


.form_01{
	position: relative;
	display: inline-block;
	margin: 15px 15px 0.2px 10px;
	vertical-align: top;
	padding-bottom: 10px;

}

h1{
	text-align: center;
	font-size: 200%;
	font-weight:lighter;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.parent{
    position: relative;
    width: 100%;
}


input[type='text']{
  width: 100%;
  max-width: 250px;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.search_box{
	position: relative;
	display: inline-block;
	width: 250px;
	height: 20px;
	padding: 18px;
	border-radius: 5px;
	border: 1px solid #ccc;
}


.btn{
  display: inline-block;
  border-radius: 5px;
  background: linear-gradient(#999999,#666666);
  padding: 6px;
  text-align: center;
  color: white;
  width: 60px;
  margin-left: 2px;
	margin-bottom: 5px;
  cursor: pointer;
  cursor: hand;
}

.btn2{
  display: inline-block;
  border-radius: 5px;
  background: linear-gradient(#829ebc,#225588);
  padding: 6px;
  text-align: center;
  color: white;
  width: 65px;
  margin-left: 5px;
  cursor: pointer;
  cursor: hand;
  
}

.btn3{
	display: inline-block;
	background: linear-gradient(#999999,#666666);
	height: 22px;
	margin-left: 3px;
	color: white;
	margin-bottom: 8px;
	font-size: 8px;
    transform: translateX(0%);
    transform: translatey(-13%);
	cursor: pointer;
	cursor: hand;	
}

.btn4{
  display: inline-block;
  border-radius: 5px;
  background: linear-gradient(#999999,#666666);
  padding: 6px;
  text-align: center;
  color: white;
  width: 140px;
  margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
  cursor: pointer;
  cursor: hand;
}


.td_left{
	text-align: left;
}



select{
	width: 80px;
	height: 26px;
	color: #323232;
	text-align: center;
	font-size: 14px;
	border-radius: 3px;
	border: solid 1px #8F8F8F;	
}

.filter_style{
	width: 100%;	
	margin-top: 5px;
	text-align: center;
		
}

table th select {
	width: 75%;
	height: 24px;
	color: #323232;
	text-align: center;
	font-size: 12px;
  border-radius: 3px;
	border: solid 1px #2F5F8F;
}

.td_width{
	width: 150px;
}



