#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 .section a {
  color: #0326FA;
}
#container .subSection {
  margin-top: 30px;
}
#container .subSection h4 {
  margin-bottom: 14px;
}
#container .bdBlock {
  border: 3px solid #EE82A6;
  border-radius: 6px;
  padding: 17px;
}
#container .grayBlock {
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 16px 13px;
  background-color: #F6F6F6;
}
#container .grayBlock ul li {
  margin-top: 10px;
}
#container .grayBlock ul li:first-child {
  margin-top: 0;
}
#container .grayBlock ul li img {
  vertical-align: middle;
}
#container .grayBlock strong {
  font-size: 100%;
  color: #333;
}
#container ul.notes {
  list-style-type: disc;
  list-style-position: inside;
}
#container ul.notes li {
  margin-bottom: 2px;
}

#point .flow {
  *zoom: 1;
  margin: 28px 0 24px;
}
#point .flow:after {
  content: "";
  display: block;
  clear: both;
}
#point .flow li {
  float: left;
}
#point .bdBlock .head {
  *zoom: 1;
  margin-bottom: 25px;
}
#point .bdBlock .head:after {
  content: "";
  display: block;
  clear: both;
}
#point .bdBlock .head .icon {
  float: left;
  width: 95px;
}
#point .bdBlock .head .text {
  float: right;
  width: 464px;
}
#point .bdBlock .head h4 {
  margin: 6px 0 10px;
}
#point .bdBlock .image {
  margin-bottom: 10px;
}
