@charset "UTF-8";
/* CSS Document */

body{padding-top: 60px;}

body,text,tspan{
	font: 'Hiragino Maru Gothic Pro','ヒラギノ丸ゴ Pro W4','HG丸ｺﾞｼｯｸM-PRO','HGMaruGothicMPRO', sans-serif;
	word-break: break-all;
  line-height: 2em;
	-webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;

}

.fmap a {
   display: inline-block;
}

.fmap object {
   pointer-events: none;
}

.fmap a:hover polygon {
  fill: #FFC0CB;
}

.fmap a:hover polyline {
  fill: #FFC0CB;
}

.fmap a:hover path {
  fill: #FFC0CB;
}


.col-head-type1 {
  border-collapse: collapse;
  width: 100%;
}
 
.col-head-type1 th,
.col-head-type1 td {
  border: 1px solid #dbe1e8;  
  padding: 8px;
}
 
.col-head-type1 th {
  background: #f9fafc;
  text-align: left;
  width: 120px;
}
 
@media only screen and (max-width: 800px) {
  .col-head-type1 tr,
  .col-head-type1 th,
  .col-head-type1 td {
    display: block;
    width: auto;
  }
  
  .col-head-type1 tr:first-child {
    border-top: 1px solid #dbe1e8;  
  }
  
  .col-head-type1 th,
  .col-head-type1 td {
    border-top: none;
  }
}

.b_cate{
     padding-top: 15px;
     text-align: center;
}
