
/* manual -------------------------------------------------------------------- */
sub {
	font-size: 12px;
	}

.manual_area {
  margin: 0 auto;
  width: 90%;
  font-size: 16px;
  line-height: 1.7;
  }
@media (max-width:767px) {
.manual_area {
  margin: 1.0em auto;
  width: 97.5%;
  font-size: 3.8vw;
  line-height: 1.75em;
  }
 }

.manual_entry_area {
  margin: 0 auto 2em auto;
  padding: 1.0em 1.5em;
  width: 85%;
  border: dashed 2px #552b2b;
  }
@media (max-width:767px) {
.manual_entry_area {
  padding: 0.0em;
  width: 100%;
  border: dashed 2px #552b2b;
  }
 }

.manual_entry_title {
  color: #000;
  font-family: 'Hiragino Mincho Pro', 'MS PMincho', serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  }
@media (max-width:767px) {
.manual_entry_title {
  font-size: 6.0vw;
  }
 }

.manual_entry_title a {
	color: #552b2b;
	text-decoration: none;
	}
.manual_entry_title a:hover {
	text-decoration: none;
	border-bottom: dotted 1px #552b2b;
	}

.manual_text_area {
  margin: 0 2em;
  }
@media (max-width:767px) {
.manual_text_area {
  margin-right: 0.5em;
  margin-left: 0.5em;
  }
 }

.manual_entry_title_mini {
  margin-top: 0.75em;
  color: #e33e00;
  font-family: 'Hiragino Mincho Pro', 'MS PMincho', serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  }
@media (max-width:767px) {
.manual_entry_title_mini {
  font-size: 4.3vw;
  }
 }

.manual_entry_title_mini_bk {
	margin-top: 0.75em;
	color: #000;
	font-family: 'Hiragino Mincho Pro', 'MS PMincho', serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	}

.manual-sub-title {
  color: #006633;
  font-size: 22px;
  margin: 1.0em auto 0.5em 1.5em;
  }
@media (max-width:767px) {
.manual-sub-title {
  font-size:5.3vw;
  }
 }

.caution_text {
	margin: 0.5em 0;
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	}
.note {
	padding: 0.5em 1.5em;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
	}

.link_zone {
  margin: 1.25em;
  padding: 0.5em;
  border: dotted 2px #1d8d55;
  color: #156a40;
  font-size: 16px;
  text-align: center;
  }
@media (max-width:767px) {
.link_zone {
  margin: 1.5em auto 2.0em;
  font-size: 4.0vw;
  }
 }

.link_zone a {
  color: #156a40;
  font-size: 16px;
  font-style: italic;
  }

.switch {
	margin-right: 2em;
	font-size: 14px;
	font-style: italic;
	text-align: right;
	}
.switch a {
	color: #552b2b;
	text-decoration: none;
	}

.manual_list {
  margin-top: 0.75em;
  margin-left: 1.5em;
  }
@media (max-width:767px) {
.manual_list {
  margin-right: 0.0em;
  margin-left: 0.0em;
  }
 }

