@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);


/* tuwen2
--------------------------------------------------------------------*/
#content .tuwen2{
  overflow:hidden;
  zoom:1;
  clear:both;
  margin-bottom:35px;
}

#content .tuwen2 .right{
  padding-top:5px;
  margin: 0 0 20px 25px;
}

#content .tuwen2 p{
  margin: 0 0 20px 262px;
}

#content .tuwen2 p.clean{
  margin-bottom:0;
}
#content .tuwen2 p.name{
    font-family: '游明朝体', 'Yu Mincho', YuMincho,serif, 'メイリオ', 'Meiryo', sans-serif;
    font-size: 1.2em;
    font-weight: bold;
}

/* table
--------------------------------------------------------------------*/
#content table {
  margin-bottom:43px;
}

#content table th {
  width: 169px;
  background:#EDEFF3;
  font-weight:normal;
  padding: 3px 0 0 9px;
}

#content table td {
  padding: 3px 0 0 9px;
}

#content .map{
  height: 400px;
  margin-bottom:40px;
}

@media screen and (max-width: 480px){
  #content .left{
    float: none;
    text-align: center;
  }
  #content .tuwen2 p {
      margin: 10px 0;
  }
}