@charset "UTF-8";
/* CSS Document */
.y3_map {
	width: 65%;
margin-left:auto;
margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
.dougu_img {
	width: 15%;
	min-height: 200px;
	float: left;
	margin-right: 3%;
	text-align: center;
}
.dougu_img2 {
	width: 20.5%;
	min-height: 200px;
	margin-right: 3%;
	float: left;
	text-align: center;
}
table.gairai {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
 border: thin solid #731F31;
}

table.gairai tr {
    background-color: #FFFFFF;
    /*  padding: 2%;*/
/*    border-bottom: 1px solid #4673A2;*/
    
}
table.gairai th {
  padding: 1px;
/*  border-right: 1px solid #4673A2;*/
  color: #731F31;
     border: thin solid #731F31;
	background-color:#F9F3F4;}
table.gairai td {
  padding: 10px 0px 10px 0px;
/*  border-right: 1px solid #4673A2;*/
     border: thin solid #731F31;
}
table.gairai  th {
}
table.gairai  thead tr{
    background-color: #FFFFFF;
    color: #731F31;
}
table.gairai  tbody th {
    background-color:#F9F3F4;
    color: #731F31;
	
}
.txt{
   text-align: center;
}
.name{
  text-align: center;
}
.non{
    background-color:#F9F3F4;
    text-align: center;
    font-weight: bold;
     color: #731F31;
}
@media screen and (max-width: 600px) {
	
.y3_map {
	width: 96%;
margin-left:auto;
margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
.dougu_img {
	width: 30%;
	min-height: 150px;
	float: left;
	margin-right: 3%;
}
.dougu_img2 {
	width: 33%;
	min-height: 150px;
	float: left;
	margin-right: 0;
}	
	
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: #731F31;
  }
table.gairai  td:last-child {
   /* border-bottom: 0;*/
  }
table.gairai  tbody th {
  color: #731F31;
}
    .name{
  text-align: center;
 color: #000000;
  font-weight: normal;
}
}
	