@charset "UTF-8";
@import "../emergency/style.css";
@import "../base/init.css";
@import "../base/style.css";
@import "../piece/style.css";

/* =========================================================
   TOP
========================================================= */
#page-index #container {
    margin-bottom: 80px;
}
#page-company-index #main {
    margin-top: 0;
}
/* top-photo
----------------------------------------------- */
#topPhoto {
  width: 740px;
  margin: 0 auto 30px;
}

#topPhoto .pieceBody {
  width: 100%;
  overflow: hidden;
}

/* topic
----------------------------------------------- */
#topic {
  width: 100%;
  margin-bottom: 15px;
}
#topic .pieceHeader {
  margin-bottom: 10px;
  padding: 3px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  background: #ffb9d5;
}
#topic .pieceHeader h2 {
  padding: 3px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  background:#fff;
  box-shadow: 0px 0px 1px 1px #dd99d5;
  -moz-box-shadow: 0px 0px 1px 1px #dd99d5;
  -webkit-box-shadow: 0px 0px 1px 1px #dd99d5;
  -ms-box-shadow: 0px 0px 1px 1px #dd99d5;
  -o-box-shadow: 0px 0px 1px 1px #dd99d5;
  color: #a00;
  font-weight: bold;
  font-size: 120%;
}
#topic h3 {
  margin-bottom: 5px;
  font-size: 105%;
}
#topic .important {
  margin-bottom: 10px;
  padding: 0 10px 5px 10px;
  border-bottom: 1px dotted #999;
}
