/* ///////////////////////BASE/////////////////////// */
/* BASE */
table th {
 text-align: left;
}
/* ///////////////////////BASE/////////////////////// */

/* ///////////////////////MP用/////////////////////// */
@media screen and (max-width:1100px){

 /* MP */
 IMG.linkmap {
    width:25%;
 }

 /* MP */
 DIV.topdivbox {
  clear: both;
 }
}
/* ///////////////////////MP用/////////////////////// */

/* ///////////////////////PC用/////////////////////// */
@media screen and (min-width:1100px){

 /* PC */
 DIV.screen0, DIV.screen0_unuse, DIV.screen1{
  height: 160px;
 }
 /* PC */
 DIV.height_auto{
  height: auto;
 }
 /* PC */
 DIV.area_map{
    width:1000px;
    margin-left:40px;
 }
 /* PC */
 img.img_64_64{
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
 }

 /* PC */
 IMG.tb{
  width: 600px;
 }
 /* PC */
 DIV.topdivbox {
  height: 370px;
  overflow: auto;
  background-size: 144px;
 }
}
/* ///////////////////////PC用/////////////////////// */
