/*--------------------------------------------
		common
---------------------------------------------*/
a {
  color: #1d50a2;
}

.sp {
  display: none;
}

.inner {
  width: 1000px;
  margin: 0 auto;
  padding: 1px 0;
}

.wrap {
  background: url("/common/img/bg_body.gif") repeat 0 0;
}

.txt-bold {
  font-weight: bold;
}

.txt-normal {
  font-weight: normal;
}

.align-justify {
  text-align: justify;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.indent-list > li,
.indent-txt {
  text-indent: -1em;
  padding-left: 1em;
}

.indent-list--note > li {
  font-weight: bold;
}

.indent-half-list > li,
.indent-half {
  text-indent: -0.5em;
}

.headline-indent {
  margin-left: 1em;
  margin-right: 1em;
  text-indent: 1em;
  text-align: justify;
}

.headline-indent--half {
  text-indent: 0.5em;
}

.headline-indent--list {
  text-indent: 0;
}

.headline-indent--note {
  display: inline-block;
  margin-top: 1em;
  padding-left: 1em;
  font-weight: bold;
  text-indent: -1em;
}

.headline-indent-wrap {
  margin-right: 1em;
  margin-left: 1em;
}

.pc-block-word {
  display: block;
}

.ttl {
  line-height: 1.2;
}

.ttl--style01 {
  display: block;
  text-align: center;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 168%;
  color: #333;
  margin-bottom: 1em;
}

.ttl--style01__border {
  display: inline-block;
  background: url("/common/img/bg_dotted.png") repeat-x 0 bottom;
  padding: 0 0.6em 0.4em;
}

.ttl--style02 {
  display: block;
  font-weight: bold;
  font-size: 135%;
  text-align: left;
  margin-bottom: 0.5em;
}

.ttl--style02--center {
  text-align: center;
}

.ttl--style03 {
  display: block;
  text-align: center;
  margin-bottom: 2.5em;
}

.ttl--style04 {
  border-top: 4px solid #1d50a2;
  border-bottom: 1px solid #1d50a2;
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 18px;
  padding: 14px 18px;
  width: 100%;
}

.ttl--style05 {
  display: block;
  width: 100%;
  background: #1d50a2;
  font-size: 168%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 0.35em 0.5em 0.38em;
  margin-top: 15px;
}

.block-line {
  display: block;
}

.conversion-frame {
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
  background-color: #053C97;
  visibility: hidden;
}
