@charset "UTF-8";
/* CSS Document */
.sub_title {
    background-image: url(../images/h2_bg.jpg);
    background-repeat: no-repeat;
    background-position: 0% top;
    background-size: cover;
}
.d-name_all {
width: 50%;
	float: right;
	text-align: right;
}
.d-name {
width: 50%;
	margin-top: 10px;
		text-align: right;
	float: right;
}
table.gairai {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
 border: thin solid #0073BE;
}

table.gairai tr {
    background-color: #FFFFFF;
    /*  padding: 2%;*/
/*    border-bottom: 1px solid #4673A2;*/
    
}
table.gairai th {
  padding: 1px;
/*  border-right: 1px solid #4673A2;*/
  color: #0073BE;
     border: thin solid #0073BE;
	background-color:#D3EDFB;}
table.gairai td {
  padding: 10px 0px 10px 0px;
/*  border-right: 1px solid #4673A2;*/
     border: thin solid #0073BE;
}
table.gairai  th {
}
table.gairai  thead tr{
    background-color: #FFFFFF;
    color: #0073BE;
}
table.gairai  tbody th {
    background-color:#D3EDFB;
    color: #0073BE;
	
}
.txt{
   text-align: center;
}
.name{
  text-align: center;
}
.non{
    background-color:#D3EDFB;
    text-align: center;
    font-weight: bold;
     color: #0073BE;
}
@media screen and (max-width: 600px) {
		
	
table.gairai  {
    border: 0;
    width:98%;
	margin-left: auto;
	margin-right: auto;
		
  }
table.gairai  th{
    background-color: #FFFFFF;
    display: block;

  }
table.gairai  thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
table.gairai  tr {
    display: block;
    margin-bottom: .625em;
  }
table.gairai  td {
   /* border-bottom: thin solid #5892B5;*/
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
  }
  
table.gairai  td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
   color: #0073BE;
  }
table.gairai  td:last-child {
   /* border-bottom: 0;*/
  }
table.gairai  tbody th {
  color: #0073BE;
}
    .name{
  text-align: center;
 color: #000000;
  font-weight: normal;
}
}