#container {
  width: 614px;
  margin: 0 auto;
}
#container h2 {
  margin-bottom: 50px;
}
#container .section {
  padding-bottom: 60px;
}
#container .section .title {
  margin-bottom: 20px;
}
#container .section .content > p, #container .section .content > .case, #container .section .content > .note, #container .section .content > table {
  margin-top: 25px;
}
#container .section .content > p:first-child, #container .section .content > .case:first-child, #container .section .content > .note:first-child, #container .section .content > table:first-child {
  margin-top: 0;
}
#container .section .content > p p, #container .section .content > .case p, #container .section .content > .note p, #container .section .content > table p {
  margin-bottom: 5px;
}
#container .section .content .case .wrap {
  margin-top: 20px;
}
#container .section .content .case .image {
  margin-top: 15px;
}
#container .section .content .case ul {
  margin-top: 10px;
  color: #E9638F;
}
#container .section .content .case span {
  font-weight: bold;
}
#container .section .content table {
  width: 100%;
  border-top: 1px solid #DBDBDB;
  border-left: 1px solid #DBDBDB;
}
#container .section .content table th, #container .section .content table td {
  padding: 15px;
  border-right: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
}
#container .section .content table th {
  width: 80px;
  background-color: #F1F1F1;
  font-weight: bold;
}
#container .section .content table td p {
  margin-bottom: 20px;
}
#container .section .content .tel {
  *zoom: 1;
  padding: 15px 10px;
  background-color: #F1F1F1;
}
#container .section .content .tel:after {
  content: "";
  display: block;
  clear: both;
}
#container .section .content .tel .right {
  padding-top: 10px;
}
#container .section .content a {
  color: #0000ff;
}
#container strong {
  color: #E9638F;
  font-size: 117%;
  font-weight: bold;
}

#container .force-nowrap {
  white-space: nowrap;
}
#container .operation {
  *zoom: 1;
}
#container .operation:after {
  content: "";
  display: block;
  clear: both;
}
#container .operation .image {
  float: right;
  width: 280px;
}
#container .operation .texts {
  position: relative;
  z-index: 1;
  float: left;
  width: 295px;
}
#container .operation .oversize {
  position: relative;
  z-index: 0;
}
#container .operation .oversize img {
  margin-left: -334px;
}
#container .operation h4 {
  margin-bottom: 7px;
  font-size: 117%;
  font-weight: bold;
  color: #E9638F;
}
#container .operation ol li {
  margin-top: 45px;
}
#container .operation ol li:first-child {
  margin-top: 0;
}
#container .operation ol li p {
  *zoom: 1;
  margin-bottom: 15px;
}
#container .operation ol li p:after {
  content: "";
  display: block;
  clear: both;
}
#container .operation ol li p img {
  float: right;
  margin-left: 20px;
}
