/* CSS Document */
.column h2 {
  color: #4484bf;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 13px; }

.column h3 {
  background: #f3faff none repeat scroll 0 0;
  border-top: 2px solid #4484bf;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 18px;
  padding: 10px 12px; }

.column h4 {
  color: #4484bf;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 13px; }

.column p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 10px; }

.column img {
  float: right;
  padding: 0 0 0 23px; }

.column hr {
  background: url("../images/line_dot.png") repeat-x scroll 0 100%;
  border: none;
  padding-bottom: 25px;
  margin-bottom: 23px; }

.column a {
  background: url("../images/icon/icon_link.png") no-repeat scroll left center;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 0 18px; }

.column a[target="_blank"] {
  background: url("../images/icon/ico_outerlink.png") no-repeat scroll left top;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  padding-left: 22px; }

.column ul {
  margin-bottom: 25px; }

.column li {
  margin-left: 2em;
  font-size: 14px;
  list-style: disc; }

.column table {
  border: #cccccc solid 1px;
  margin: 0 0 58px; }

.column th {
  background: #f8f8f8;
  padding: 11px 22px;
  box-sizing: border-box;
  min-width: 143px;
  font-size: 14px;
  text-align: left;
  border: #cccccc solid 1px;
  border-right: none;
  vertical-align: top; }

.column td {
  padding: 11px 20px;
  font-size: 14px;
  border: #cccccc solid 1px;
  border-left: none;
  line-height: 1.6; }
