@charset "UTF-8";
/* リセットCSS
----------------------------------------*/
h1, h2, h3, h4, h5, h6, div, p, ul, li, dl, dt, dd, table, tr, td, img {
  margin: 0;
  border: 0;
  padding: 0;
}

table {
  width: 100%;
}

.sp {
  display: none;
}

div.question a:hover {
  text-decoration: none;
}

/* コンテナ
----------------------------------------*/
div#container {
  width: 980px;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

div#container h1 {
  font-size: 1.05em;
  background-color: #f2f2f2;
  padding: 1% 1.5%;
  margin: 0 0 2%;
  border-left: 0.3em #0476c1 solid;
  border-bottom: 0.05em #0476c1 solid;
}

div#container p.q_a {
  display: inline-block;
  vertical-align: bottom;
}

div#container h2 {
  color: #1b4faa;
  font-size: 0.95em;
}

div#container h2 span.q-a {
  font-size: 1.9em;
}

/* span青色
----------------------------------------*/
span.bl-text {
  color: #0099FF;
}

/* span赤色
----------------------------------------*/
span.red-text {
  color: #FF0000;
}

/* span黄色
----------------------------------------*/
span.yellow-text {
  color: #ff9900;
}

/* 上部リンク部分
----------------------------------------*/
div.question {
  background-color: #dceffc;
  width: 98%;
  margin: 1% 0 0;
  padding: 1%;
}

div.question .part {
  margin: 0;
  font-size: 0.8em;
}

div.question .category {
  text-align: center;
  width: 15%;
  font-weight: bold;
  color: #000000;
}

div.question div.category {
  text-align: center;
  float: left;
  width: 15%;
  font-weight: bold;
  color: #000000;
}

div.two-line {
  padding: 2% 0 0;
}

div.three-line {
  padding: 4% 0 0;
}

div.six-line {
  padding: 8% 0 0;
}

div.question ul {
  float: left;
  width: 85%;
}

div.question .category a {
  color: #000000;
}

div.question .category a:hover {
  color: #000000;
}

div.question .sentence {
  background-color: #ffffff;
  padding: 0.5%;
}

.lightblue {
  background-color: #bbe3f9;
}

.blue {
  background-color: #93bfe6;
}

div.question span.que {
  font-size: 1.5em;
  color: #006EC3;
  font-weight: bold;
}

div.question p.text {
  padding: 0.5% 0 0;
}

div.answer {
  margin: 4% 0 0;
}

/* リンク先コンテンツ
----------------------------------------*/
h3 {
  font-size: 1.1em;
  padding: 1%;
}

div.answer dl {
  padding: 1%;
  display: block;
}

div.answer dl dt {
  font-weight: bold;
  font-size: 1em;
  padding: 1% 1% 1% 0;
  padding-bottom: 0.5%;
  color: #1C64B3;
}

div.answer dl dd {
  font-size: 0.9em;
  padding: 1% 0% 0;
  line-height: 1.3;
}

div.answer .left {
  width: 75%;
  float: left;
}

div.answer .des-left {
  width: 90%;
  float: left;
}

div.answer span.que {
  font-size: 1.5em;
  color: #006EC3;
  margin-right: 1.5%;
}

p.que {
  font-weight: bold;
  font-size: 1.5em;
  float: left;
  color: #006EC3;
  margin-right: 1.5%;
}

div.answer p.ans {
  font-size: 1.75em;
  font-weight: bold;
  float: left;
  color: #f44fa5;
  margin-right: 1.5%;
  line-height: 1;
}

div.answer p.text {
  float: left;
  width: 95%;
}

div.answer dl p.picture {
  margin: 2% 0 0;
  float: left;
}

div.answer div.description p.picture {
  margin: 0;
  float: left;
}

div.answer dl p.picture img {
  width: 100%;
}

div.description {
  display: block;
  width: 100%;
  margin: 2% 0 0;
}

div.description .d-left {
  float: left;
  margin-left: 5%;
}

div.description .d-left:first-child {
  margin: 0%;
}

div.description p.text {
  width: 100%;
  margin: 0 0 1%;
  font-size: 0.9em;
  line-height: 1.4;
}

/* 注意 */
p.caution-title {
  background-color: #ff0000;
  color: #ffffff;
  margin: 5% 0 0;
  padding: 1%;
  font-size: 1em;
  font-weight: bold;
}

div.caution {
  padding: 1% 2%;
}

div.caution div.item {
  margin: 2% 0 0;
}

div.caution p.text {
  font-size: 0.9em;
  line-height: 1.4;
}

div.caution div.top {
  border-top: 0.1em solid #ff0000;
  margin: 2% 0 0;
  padding: 2% 0 0;
}

div.caution div.top p.text {
  margin: 1% 0 0 1.5em;
  font-size: 0.8em;
  text-indent: -1.5em;
}

p.other {
  text-align: right;
  font-size: 0.8em;
}

.comment {
  font-size: 0.8em;
  line-height: 1.4em;
}

.baseline_dotted {
  border-top: 1px dotted #1b4faa;
}

.baseline_solid {
  border-top: 1px solid #1b4faa;
}

.baseline_dotted_space {
  border-top: 1px dotted #1b4faa;
  padding-top: 16px;
}

a.LINE:link, a.LINE:visited {
  text-decoration: underline;
}

a.LINE:hover {
  text-decoration: underline;
  color: #CC0000;
}

P.FONTSIZE {
  font-size: 10pt;
}

/* clfx
----------------------------------------*/
.clfx::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  max-height: 0;
  visibility: hidden;
}
