@charset "utf-8";
/*
  FANDC.CO.JP Official Web Site
  Mobile Information
  Copyright (C)2008 F&C Co.,Ltd. All rights reserved.
*/

/* 見出し画像 */
#mobile-info #h2_mobile-info {
  background-image: url('images/h2_mobile-info.png');
}

#mobile-info #contents h3 {
  font-size: 132%;
  display: none;
}
#mobile-info #contents h4 {
  font-size: 120%;
  margin-bottom: 8px;
}
#mobile-info #contents h5 {
  font-size: 100%;
  margin-top: 1em;
}


#mobile-info #contents p {
  margin: 1em 0;
}

#mobile-info #contents .section {
  margin-left: 2em;
}

#mobile-info .site_info {
  overflow :hidden; 
}
#mobile-info .site_img {
  text-align: center;
  float: right;
  width: 236px;
}
#mobile-info .site_detail {
  width: 480px;
  margin-left: 10px;
}
#mobile-info #contents .site_detail p.note {
  margin: 2em 0 0 1em;
}
#mobile-info .site_detail .property {
  border: 1px solid orange;
  width: 440px;
  margin: 10px auto;
}
#mobile-info .site_detail .property th,
#mobile-info .site_detail .property td {
  padding: 1px 8px;
}
#mobile-info .site_detail .property th {
  width: 6.5em;
}



#mobile-info hr {
  clear: both;
  visibility: hidden;
  height: 1px;
  margin-bottom: 24px;
}

