﻿@charset "utf-8";
/*!
 * import
 * - setting.less
 * - base.less
 * - layout.less
 * - common.less
 */
/* --------------------------------------------------
 base.css
-------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* The global structure of an HTML document
-------------------------------------------------- */
body {
  color: #333333;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'Lucida Sans Unicode', 'Lucida Grande', 'Verdana', 'ＭＳ Ｐゴシック', sans-serif;
  _font-family: 'ＭＳ Ｐゴシック', 'MS PGothic', Sans-Serif;
}
/* address */
address {
  font-style: normal;
}
/* Links
-------------------------------------------------- */
/* anchor */
a {
  color: #006dd9;
  text-decoration: underline;
}
a:link {
  color: #006dd9;
  text-decoration: underline;
}
a:visited {
  color: #9933cc;
}
a:hover {
  color: #006dd9;
  text-decoration: none;
}
a:active {
  color: #9933cc;
  text-decoration: underline;
}
/* Text
-------------------------------------------------- */
/* emphasis */
strong {
  font-weight: bold;
}
em {
  color: #FF6600;
  font-style: normal;
}
/* quotations */
/* superscript, subscript */
sup {
  font-size: 80%;
  line-height: 1.1;
  vertical-align: 3px;
}
sub {
  font-size: 80%;
  line-height: 1.1;
  vertical-align: bottom;
}
/* Objects, Images, and Applets
-------------------------------------------------- */
/* img */
img {
  vertical-align: bottom;
}
a img {
  border: none;
}
div.imageCenter img{
	width: 100%;
}
/* map */
/* Alignment, font styles, and horizontal rules
-------------------------------------------------- */
/* horizon */
hr {
  display: none;
}
hr.border {
  display: block;
  color: #ccc;
  border: 1px solid #ccc;
}
/* Frames
-------------------------------------------------- */
/* inline frame */
iframe {
  width: 100%;
}
/* Forms
-------------------------------------------------- */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
}
input[type="text"],
textarea {
  border: 1px solid #ccc;
}
input[type="text"]:hover,
textarea:hover {
  border: 1px solid #f90;
}
input[type="text"]:focus,
textarea:focus {
  border: 1px solid #f90;
}
textarea {
  overflow: auto;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'Lucida Sans Unicode', 'Lucida Grande', 'Verdana', 'ＭＳ Ｐゴシック', sans-serif;
}
/* --------------------------------------------------
 layout.css
-------------------------------------------------- */
/*
--------------------------------------------------------
outline
--------------------------------------------------------
*/
html {
  overflow: auto;
}
body {
  background: #fff;
  overflow: hidden;
}
div#wrapper {
  margin: 0 auto;
  max-width: 960px;
  font-size: 84%;
  text-align: center;
  line-height: 1.4;
}
div#header,
div#body,
div#footer {
  text-align: left;
}
div#header,
div#footer {
  margin: 0 -500%;
  padding: 0 500%;
}
div#header {
  border-bottom: 2px solid #006BB5;
  position: relative;
  height: 161px;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50px, #ffffff), color-stop(180px, #dbdada));
  background: -webkit-linear-gradient(top, #ffffff 50px, #dbdada 180px);
  background: -moz-linear-gradient(top, #ffffff 50px, #dbdada 180px);
  background: -ms-linear-gradient(top, #ffffff 50px, #dbdada 180px);
  background: -o-linear-gradient(top, #ffffff 50px, #dbdada 180px);
  background: linear-gradient(top, #ffffff 50px, #dbdada 180px);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdbdada', GradientType=0);
}
div#body {
  margin-top: 50px;
  position: relative;
  min-height: 700px;
}
div#contents {
  margin-left: 190px;
  /*position: absolute;*/
  max-width: 770px;
}
div#navwrap{
  position: absolute;
  left: 0px;
  width: 190px;
  float: left;
}
div#contents_navigation{
    width: 190px;
}
div#footer {
  padding-top: 20px;
  padding-bottom: 30px;
  border-top: 2px solid #006BB5;
  clear: both;
  width: auto;
  height: 1%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d4d4d4), color-stop(80px, #ffffff));
  background: -webkit-linear-gradient(top, #d4d4d4 0, #ffffff 80px);
  background: -moz-linear-gradient(top, #d4d4d4 0, #ffffff 80px);
  background: -ms-linear-gradient(top, #d4d4d4 0, #ffffff 80px);
  background: -o-linear-gradient(top, #d4d4d4 0, #ffffff 80px);
  background: linear-gradient(top, #d4d4d4 0, #ffffff 80px);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd4d4d4', endColorstr='#ffffffff', GradientType=0);
}
/*
--------------------------------------------------------
header
--------------------------------------------------------
*/
/* IE alert */
div.ie-alert {
  margin: 0 auto 10px;
  padding: 10px;
  border: 1px solid #fbeed5;
  background: #fcf8e3;
  color: #c09853;
  font-size: 90%;
  text-align: center;
}
div#header .header_inner {
  width: 960px;
  height: 161px;
  margin: 0 auto;
  position: relative;
}
div#header h1,
div#header p.title {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  margin: 10px 0 0;
  padding: 0;
  border: none;
  background: none;
  z-index: 10;
  font-size: 150%;
  font-weight: bold;
}
div#header h1 img,
div#header p.title img {
  width: 467px;
}
div#header div.tel {
  position: absolute;
  top: 70px;
  right: 10px;
  text-align: right;
}
div#header div.tel p span.bluetext{
  display: none;
}



div#header div.search {
  /*display: none;*/
  display: inline;
  position: absolute;
  top: 70px;
  right: 270px;
}
div#header div.search input[type="submit"]{
  text-indent: -9999px;
  overflow: hidden;
  background: url("../img/search_btn.png") no-repeat #fff;
    padding: 0px;
    height: 20px;
    width: 27px;
    margin: 0px;
    position: absolute;
    top: 3px;
    right: 5px;
}
div#header div.search input[type="text"]{
  padding: 5px;
  border: 1px solid #CDCDCE;
  border-radius: 5px;
  position: relative;
  width: 160px;
}


div#header div.search #search {
  padding: 5px;
  border: 1px solid #CDCDCE;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  behavior: url("css/PIE.htc");
  position: relative;
  width: 160px;
}
div#header div.search #searchButton {
  position: absolute;
  top: 3px;
  right: 5px;
}
div#header ul.sub_nav {
  position: absolute;
  top: 30px;
  right: 7px;
}
div#header ul.sub_nav li {
  margin: 0 0 0 10px;
  padding: 0;
  border: 2px solid #0D4C91;
  position: relative;
  float: right;
  width: 106px;
  background: #0D4C91;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  behavior: url("css/PIE.htc");
  text-align: center;
  cursor: pointer;
}
div#header ul.sub_nav li img {
  vertical-align: middle;
}
div#header ul.sub_nav li span.bluetext{
  display: none;
}
div#header ul.sub_nav li ul {
  display: none;
  margin-top: 3px;
  padding: 6px 0;
  background: #fff;
  text-align: center;
}
div#header ul.sub_nav li ul li {
  margin: 0;
  padding-right: 10px;
  border: none;
  display: inline;
  float: none;
  background: #fff;
}
div#header ul.sub_nav li ul li:after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  behavior: url("css/PIE.htc");
  background: #333;
}
div#header ul.sub_nav li ul li.last {
  padding-right: 0;
}
div#header ul.sub_nav li ul li.last:after {
  display: none;
}
div#header ul.nav {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
div#header ul.nav li {
  margin: 0 1px 0 0;
  position: relative;
  float: left;
  width: 239px;
  text-align: center;
}
div#header ul.nav li a {
  display: block;
  padding: 10px 0;
}
div#header ul.nav li ul.slide {
  padding: 20px;
  position: absolute;
  top: 35px;
  background: #fff;
  z-index: 7000;
}
div#header ul.nav li ul.slide li {
  display: block;
  margin: 0;
  text-align: left;
}
div#header ul.nav li ul.slide li a {
  padding: 10px 10px 0 20px;
  color: #0B86D7;
  text-decoration: none;
}
div#header ul.nav li ul.slide li a.pdf {
  background: none;
}
/*div#header ul.nav li ul.slide li a:after {
  content: "";
  position: absolute;
  top: 17px;
  left: 10px;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  behavior: url("css/PIE.htc");
  background: #0B86D7;
}*/
div#header ul.nav li ul.slide li a:hover {
  text-decoration: underline;
}
div#header ul.nav li ul.slide li.last a {
  padding-bottom: 10px;
}
div#header ul.nav li.nav1 {
  background: #007CCC;
}
div#header ul.nav li.nav1 ul.slide {
  left: 0;
  border: 2px solid #00609F;
}
div#header ul.nav li.nav1 ul.slide li {
  float: none;
  width: 270px;
  background: #EDF8FE;
}
div#header ul.nav li.nav2 {
  background: #87B406;
}
div#header ul.nav li.nav2 ul.slide {
  border: 2px solid #769B04;
  left: -230px;
  width: 895px;
  overflow: visible;
}
div#header ul.nav li.nav2 ul.slide li {
  display: block;
}
div#header ul.nav li.nav2 ul.slide li a {
  padding-right: 0;
  padding-left: 7px;
}
div#header ul.nav li.nav2 ul.slide li a:after {
  left: 0;
}
div#header ul.nav li.nav2 ul.slide li.last a {
  padding-bottom: 0;
}
div#header ul.nav li.nav2 ul.slide li h3.nav2a,
div#header ul.nav li.nav2 ul.slide li ul.nav2a {
  background: #EDF8FE;
}
div#header ul.nav li.nav2 ul.slide li h3.nav2b,
div#header ul.nav li.nav2 ul.slide li ul.nav2b {
  background: #DBFBDB;
}
div#header ul.nav li.nav2 ul.slide li h3.nav2c,
div#header ul.nav li.nav2 ul.slide li ul.nav2c {
  background: #F2FBDB;
}
div#header ul.nav li.nav2 ul.slide li h3 {
  margin: 10px 0 0 18px;
  font-weight: bold;
}
div#header ul.nav li.nav2 ul.slide li ul {
  padding: 0 0 10px 10px;
  border: none;
  position: static;
  width: auto;
  overflow: visible;
}
div#header ul.nav li.nav2 ul.slide li ul li {
  /*float: none;*/
}
div#header ul.nav li.nav2 ul.slide li.nav2_1 {
  /*width: 150px;*/
  width: 100%;
  background: #EDF8FE;
}
div#header ul.nav li.nav2 ul.slide li ul li{
  width: 220px;
}
div#header ul.nav li.nav2 ul.slide li.nav2_2 {
  /*width: 175px;*/
  width: 100%;
  background: #EDF8FE;
}
div#header ul.nav li.nav2 ul.slide li.nav2_3 {
  /*width: 175px;*/
  width: 100%;
  background: #DBFBDB;
}
div#header ul.nav li.nav2 ul.slide li.nav2_4 {
  /*width: 190px;*/
  width: 100%;
  background: #DBFBDB;
}
div#header ul.nav li.nav2 ul.slide li.nav2_5 {
  /*width: 205px;*/
  width: 100%;
  background: #F2FBDB;
}
div#header ul.nav li.nav3 {
  background: #C78D07;
}
div#header ul.nav li.nav4 {
  background: #AE067C;
}
div#header ul.nav li.last {
  margin-right: 0;
}
/*
--------------------------------------------------------
contents
--------------------------------------------------------
*/
div#contents ul.topic_path {
  margin: 10px 30px 30px;
}
div#contents ul.topic_path li {
  margin-right: 20px;
  position: relative;
  float: left;
}
div#contents ul.topic_path li:before,
div#contents ul.topic_path li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}
div#contents ul.topic_path li:before {
  top: 3px;
  right: -15px;
  border-width: 6px 0 6px 9px;
  border-left-color: #333;
}
div#contents ul.topic_path li:after {
  top: 5px;
  right: -12px;
  border-width: 4px 0 4px 6px;
  border-left-color: #fff;
}
div#contents ul.topic_path li.last:before,
div#contents ul.topic_path li.last:after {
  display: none;
}
div#contents h1 {
  margin: 0 10px 1.2em;
  padding: 8px 23px 7px;
  color: #fff;
  background: #999;
  font-weight: bold;
  font-size: 182%;
}
div#contents h1 span.en {
  padding-left: 10px;
  font-weight: normal;
  font-size: 65%;
}
div#contents h1.h1_a {
  background: #007CCC;
}
div#contents h1.h1_b {
  background: #87B406;
}
div#contents h1.h1_c {
  background: #C78D07;
}
div#contents h1.h1_d {
  background: #AE067C;
}
div#contents h1.h1_e {
  background: #00B141;
}
div#contents h1.h1_f {
  background: #D79100;
}
div#contents h1.h1_g {
  background: #E97110;
}
div#contents h1.h1_h {
  background: #FA3600;
}
div#contents h1.h1_i {
  background: #ED596F;
}


/* h tag color */
div#contents h1.h1_j {
  background: #00B141;
}
div#contents h1.h1_k {
  background: #D39F21;
}
div#contents h1.h1_l {
  background: #EB812A;
}
div#contents h1.h1_m {
  background: #EB402A;
}
div#contents h1.h1_n {
  background: #EF6B7F;
}
div#header h1.title a span{
  display: none;
}

div#contents div.kango_bnrlink{
  width: 100%;
  text-align: center;
}
div#contents a.bnr_kango img{
  max-width: 100%;
}
div#contents p.desc {
  padding: 0 20px 2em;
}
div#contents div#section1 p.drname {
  text-align: right;
}
div#contents div#section1 table tr th span.number3{
  color: #FF0D0B;
}
div#contents div#section1 table tr th span.number13{
  color: #FFEF3D;
}
div#contents div#section1 table tr th span.number1{
  color: #174FD8;
}
div#contents div#section1 table tr th span.number2{
  color: #66E911;
}
div#contents div.section {
  clear: both;
  margin: 0 10px 3em;
  padding: 0;
}
div#contents div.section div.section {
  margin: 0;
  padding: 0;
}
div#contents div.section h2 {
  padding: 0 10px 1px;
  border-bottom: 1px dotted #006BB5;
  border-left: 5px solid #006BB5;
  font-size: 153.9%;
  font-weight: bold;
}
div#contents div.section h3 {
  padding: 5px 10px 5px 20px;
  border: 1px solid #D6D6D6;
  position: relative;
  font-size: 138.5%;
}
div#contents div.section h3:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 5px;
  height: 1.5em;
  border-left: 4px solid #85C0E7;
}
div#contents div.section h4 {
  padding: 0 5px 3px;
  border-bottom: 3px solid #85C0E7;
  font-size: 123.1%;
}
div#contents div.section p.emglistsum{
  font-weight: bold;
  margin-left: 90px;
}
div#contents div.section ul li {
  padding-left: 20px;
  position: relative;
}
div.hnbn {
  /*max-width: 511px;*/
}
div#contents div.section ul li:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #85C0E7;
}
div#contents div.section ul.gallery li:after {
  display: none;
}
div#contents div.section ul.emergencylist {
  margin-left: 80px;
}
div#contents div.section ul.list {
  padding: 20px 0 20px 40px;
  background: #E3F3FE;
}
div#contents div.section ul.list li {
  padding: 0 25px 0 0;
  /*float: left;
  width: 25%;*/
  list-style: disc;
}
div#contents div.section div.contwrap dl dt {
  width: 100%;
  float: none;
  font-weight: bold;
  border-bottom: 3px solid #85C0E7;
  margin-top: 15px;
}
div#contents div.section div.contwrap dl dd {
  padding: 5px 0 5px 0;
}
div#contents div.section dl dt {
}
div#contents div.section dl dt {
  font-weight: normal;
}
div#contents div.section table.tdleft dt {
  width: auto;
  float: none;
  font-weight: bold;
}
div#contents div.section table.tdleft dl dd{
  padding: 0 0 1em 2.0em;
  border-bottom: none;
}
div#contents div.section table th{
  color: #ffffff;
    background: #01A1C3;
    text-align: center;
   vertical-align: middle;
}
div#contents div.section table td {
  padding: 10px 5px;
  border: 2px solid #fff;
  background: #E3F3FE;
  text-align: center;
  vertical-align: middle;
}
div#contents div.section table.tdleft tr td {
  text-align: left;
}
div#contents div.section table tr td.imgcenter p{
  text-align: center;
}
div#contents div.section table tr td p.pict a img {
    max-width: 70%;
  }
div#contents div.section table tr.col th {
  background: #006BB5;
}
div#contents div.section span.photoMark{
  color: #fff;
  background-color: rgb(155, 15, 15);
}
div#contents div.section table tr td a {
  text-decoration: none;
}
div#contents div.section table tr.col td span.blue {
  color: blue;
}
div#contents div.section table tr.col td span.red {
  color: red;
}
div#contents div.section table tr.col td span.attention {
  font-weight: bold;
}
div#contents div.section table tr.col th span {
  font-size: 77%;
}
div#contents div.section table.calendar td.holiday {
  color: #CC0000;
  background: #FFF0F0;
}
div#contents div.section table.calendar td.saturday {
  color: #0033CC;
  background: #EEF9FF;
}
div#contents div.section form dt {
  font-weight: bold;
  font-size: 108%;
}
div#contents div.section form dd span.example {
  display: block;
}
div#contents div.section form dd span.attention {
  color: #CC0000;
  background: #FFF0EC;
  font-weight: normal;
  font-size: 85%;
}
div#contents div.section form dd #address,
div#contents div.section form dd #comment {
  width: 90%;
}
div#contents div.section form p.submit button {
  padding: 7px 30px 7px 17px;
  position: relative;
  color: #fff;
  border: 1px solid #006BB5;
  background: #006BB5;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
  cursor: pointer;
}
div#contents div.section form p.submit button:hover {
  opacity: 0.5;
}
div#contents div.section form p.submit button:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 6px 0 6px 9px;
  border-left-color: #fff;
}
div#contents div.section div.tabarea ul.tab {
  margin: 0;
  padding: 0;
}
div#contents div.section div.tabarea ul.tab li {
  margin: 0 1% 0 0;
  padding: 0;
  border: 1px solid #006BB5;
  border-bottom: none;
  position: relative;
  top: 1px;
  float: left;
  width: 18%;
  background: #fff;
  text-align: center;
  z-index: 10;
}
div#contents div.section div.tabarea ul.tab li:after {
  display: none;
}
div#contents div.section div.tabarea ul.tab li a {
  padding: 7px 0;
  display: block;
  color: #333;
  text-decoration: none;
}
div#contents div.section div.tabarea ul.tab li.active,
div#contents div.section div.tabarea ul.tab li:hover {
  background: #006BB5;
  z-index: 30;
}
div#contents div.section div.tabarea ul.tab li.active a,
div#contents div.section div.tabarea ul.tab li:hover a {
  color: #fff;
}
div#contents div.section div.tabarea div.tabdetail {
  padding: 10px 20px;
  position: relative;
  border: 1px solid #006BB5;
  background: #fff;
  z-index: 20;
}
div#contents div.section ul.pager {
  text-align: center;
}
div#contents div.section ul.pager li {
  margin: 0 0 5px;
  padding: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 30px;
  line-height: 30px;
  background: none;
  color: #006BB5;
}
div#contents div.section ul.pager li:after {
  display: none;
}
div#contents div.section ul.pager li.page {
  padding: 0 10px;
}
div#contents div.section ul.pager li a {
  padding: 0 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #fff;
  background: #006BB5;
  text-decoration: none;
}
div#contents div.section ul.pager li:hover a,
div#contents div.section ul.pager li.selected a {
  padding: 0 10px;
  position: relative;
  color: #006BB5;
  background: #fff;
}
div#contents div.section ul.pager li.first a,
div#contents div.section ul.pager li.prev a {
  padding-right: 5px;
  padding-left: 18px;
}
div#contents div.section ul.pager li.first a:before,
div#contents div.section ul.pager li.prev a:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 6px 9px 6px 0;
  border-right-color: #fff;
}
div#contents div.section ul.pager li.last a,
div#contents div.section ul.pager li.next a {
  padding-right: 18px;
  padding-left: 5px;
}
div#contents div.section ul.pager li.last a:before,
div#contents div.section ul.pager li.next a:before {
  content: "";
  position: absolute;
  top: 8px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 6px 0 6px 9px;
  border-left-color: #fff;
}
div#contents div.section ul.pager.short li.prev {
  float: left;
}
div#contents div.section ul.pager.short li.next {
  float: right;
}
div#contents div.section p.page {
  text-align: center;
}
div#contents div.section p.back {
  text-align: right;
}
div#contents div.section p.back a {
  padding: 7px 17px 7px 30px;
  position: relative;
  color: #fff;
  background: #006BB5;
  text-decoration: none;
}
div#contents div.section p.back a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 6px 9px 6px 0;
  border-right-color: #fff;
}
div#contents div.section div.important {
  padding: 0 10px;
  border: none;
  background: #E3F3FE;
}
div#contents div.section p.copy {
  text-align: right;
}
p.pagetop {
  position: static;
  margin: 50px 10px 10px 0;
  text-align: right;
}
/*
--------------------------------------------------------
contents_navigation
--------------------------------------------------------
*/
#contents_navigation p.logo {
  margin: 0 0 30px 10px;
}
#contents_navigation dl.navigation {
  margin-left: 10px;
}
#contents_navigation dl.navigation dt {
  margin-bottom: 20px;
  padding: 15px 0 15px 7px;
  border-left: 5px solid #007CCC;
  font-size: 123.1%;
}
#contents_navigation dl.navigation.nav_b dt {
  border-left-color: #87B406;
}
#contents_navigation dl.navigation.nav_c dt {
  border-left-color: #DA9D09;
}
#contents_navigation dl.navigation.nav_d dt {
  border-left-color: #C3078C;
}
#contents_navigation dl.navigation.nav_e dt {
  border-left-color: #00B141;
}
#contents_navigation dl.navigation.nav_f dt {
  border-left-color: #D79100;
}
#contents_navigation dl.navigation.nav_g dt {
  border-left-color: #E97110;
}
#contents_navigation dl.navigation.nav_h dt {
  border-left-color: #FA3600;
}
#contents_navigation dl.navigation.nav_i dt {
  border-left-color: #ED596F;
}
#contents_navigation dl.navigation dd {
  margin: 0 15px 20px 0;
  border-top: 1px dashed #B4B4B4;
}
#contents_navigation dl.navigation dd ul li a {
  padding: 15px 5px;
  border-bottom: 1px dashed #B4B4B4;
  display: block;
  color: #666 !important;
  text-decoration: none;
}
#contents_navigation ul.bn {
  margin-left: 10px;
  text-align: center;
}
#contents_navigation ul.bn li {
  margin-bottom: 20px;
}
/*
--------------------------------------------------------
footer
--------------------------------------------------------
*/
div#footer address {
  margin-left: 10px;
  margin-bottom: 10px;
  float: left;
  width: 340px;
  border-left: 1px solid #AFAFAF;
  font-size: 108%;
  display: inline;
  padding-left: 10px;


  
}
div#footer address img {
  margin-bottom: 7px;
  display: inline;
  width: 285px;
}
div#footer address span {
  padding-left: 10px;
}
div#footer ul.bn 
{

  float: left;
  width: auto;
}
div#footer ul.bn li {
  margin: 0 5px 10px;
  float: left;
}
div#footer ul.bn li img {
  position: relative;

  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.22);
  -o-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.22);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.22);
  behavior: url("css/PIE.htc");
}
/*
--------------------------------------------------------
nav_sp
--------------------------------------------------------
*/
p.nav_sp_control,
div.nav_sp {
  display: none;
}
/*
--------------------------------------------------------
clearfix
--------------------------------------------------------
*/
div#header,
div#body,
div#footer,
ul,
div.section,
div.aside,
div.section dl,
div#navigation dl dd,
div#contents_navigation dl dd,
.clearfix {
  *zoom: 1;
}
div#header:before,
div#body:before,
div#footer:before,
ul:before,
div.section:before,
div.aside:before,
div.section dl:before,
div#navigation dl dd:before,
div#contents_navigation dl dd:before,
.clearfix:before,
div#header:after,
div#body:after,
div#footer:after,
ul:after,
div.section:after,
div.aside:after,
div.section dl:after,
div#navigation dl dd:after,
div#contents_navigation dl dd:after,
.clearfix:after {
  content: "";
  display: table;
}
div#header:after,
div#body:after,
div#footer:after,
ul:after,
div.section:after,
div.aside:after,
div.section dl:after,
div#navigation dl dd:after,
div#contents_navigation dl dd:after,
.clearfix:after {
  clear: both;
}
/*
--------------------------------------------------------
responsive
--------------------------------------------------------
*/
@media screen and (max-width: 960px) {
  div#wrapper,
  div#header div.header_inner,
  div#header ul.nav {
    width: 100%;
  }
  div#header h1,
  div#header p.title {
    margin-left: 10px;
    width: 51%;
  }
  div#header h1 img,
  div#header p.title img {
    width: auto;
    max-width: 100%;
  }
  div#header ul.nav li {
    margin: 0;
    width: 25%;
  }
  div#header ul.nav li img {
    max-width: 95%;
  }
  div#header ul.nav li ul.slide li {
    width: inherit;
  }
  div#header ul.nav li.nav2 ul.slide {
    left: -98%;
    width: 377%;
  }
  div#header ul.nav li.nav2 ul.slide li {
    width: 20% !important;
  }
  div#header ul.nav li.nav2 ul.slide li ul li {
    width: 100% !important;
  }
  div#contents div.section ul.list li {
    width: 33%;
  }
  div#footer address {
    margin: 0 0 10px 20px;
    float: none;
    width: 100%;
    overflow: hidden;
    display: block;
  }
  div#footer address img {
    margin: 0 20px 0 10px;
    padding-right: 20px;
    float: left;
  }
  div#footer ul.bn {
    margin: 5px 5px 5px 20px;
    width: 100%;
    display:block;
  }
  div#footer ul.bn li {
    margin: 0 5px 10px;
    width: 30%;
    display:block;
  }
  div#footer ul.bn li img {
    width: 100%;
    display:block;
  }
}
/* max-width:960px */
@media screen and (max-width: 780px) {

  div#header div.search,
  div#header ul.sub_nav,
  div#header ul.nav {
    display: none;
  }
  div#header {
    height: 65px;
    background: #FCFCFE;
  }
  div#body {
    margin-top: 10px;
  }
  div#contents {
    margin-left: 0;
  }
  div.blank-area {
    display: none;
  }
  div#navwrap{
    display: none;
  }
  div#contents_navigation {
    display: none;
  }
  div#header .header_inner {
    height: 65px;
  }
  div#header h1,
  div#header p.title {
    width: 48%;
  }
  div#header h1 img,
  div#header p.title img {
    width: 305px;
  }
  div#header div.tel {
    top: 20px;
    right: 70px;
    width: 35%;
  }
  div#header div.tel img {
    width: 100%;
  }
  div#contents ul.topic_path {
    margin-bottom: 20px;
  }
  div#footer address img {
    width: 40%;
  }
  p.nav_sp_control {
    border: 1px solid #83BFE6;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 45px;
    height: 45px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #ffffff), color-stop(120%, #dbdada));
    background: -webkit-linear-gradient(top, #ffffff 55%, #dbdada 120%);
    background: -moz-linear-gradient(top, #ffffff 55%, #dbdada 120%);
    background: -ms-linear-gradient(top, #ffffff 55%, #dbdada 120%);
    background: -o-linear-gradient(top, #ffffff 55%, #dbdada 120%);
    background: linear-gradient(top, #ffffff 55%, #dbdada 120%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdbdada', GradientType=0);
    behavior: url("css/PIE.htc");
    cursor: pointer;
    z-index: 200;
  }
  p.nav_sp_control:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    background: url("../img/nav_sp_open.png") no-repeat 50% 50%;
    background-size: 80% auto;
  }
  p.nav_sp_control.opened {
    border-bottom: none;
    background: #fff;
  }
  p.nav_sp_control.opened:after {
    background-image: url("../img/nav_sp_close.png");
  }
  div.nav_sp {
    border: 1px solid #83BFE6;
    position: absolute;
    top: 55px;
    left: 1%;
    width: 98%;
    background: #fff;
    z-index: 7000;
  }
  div.nav_sp dl {
    margin: 5px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    behavior: url("css/PIE.htc");
    text-align: left;
    overflow: hidden;
  }
  div.nav_sp dl a {
    display: block;
    text-decoration: none;
  }
  div.nav_sp dl dt {
    border-bottom: 1px solid #fff;
    position: relative;
    color: #fff;
    background: #87B406;
    cursor: pointer;
  }
  div.nav_sp dl dt a {
    padding: 10px;
    color: #fff;
  }
  div.nav_sp dl dt.nav_sp1,
  div.nav_sp dl dt.nav_sp2,
  div.nav_sp dl dt.nav_sp3,
  div.nav_sp dl dt.nav_sp4 {
    padding: 10px;
  }
  div.nav_sp dl dt.nav_sp1:before,
  div.nav_sp dl dt.nav_sp2:before,
  div.nav_sp dl dt.nav_sp3:before,
  div.nav_sp dl dt.nav_sp4:before,
  div.nav_sp dl dt.nav_sp1:after,
  div.nav_sp dl dt.nav_sp2:after,
  div.nav_sp dl dt.nav_sp3:after,
  div.nav_sp dl dt.nav_sp4:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: #fff;
  }
  div.nav_sp dl dt.nav_sp1:before,
  div.nav_sp dl dt.nav_sp2:before,
  div.nav_sp dl dt.nav_sp3:before,
  div.nav_sp dl dt.nav_sp4:before {
    border-width: 0 2px 2px 0;
    top: 15px;
    right: 15px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  div.nav_sp dl dt.nav_sp1:after,
  div.nav_sp dl dt.nav_sp2:after,
  div.nav_sp dl dt.nav_sp3:after,
  div.nav_sp dl dt.nav_sp4:after {
    top: 12px;
    right: 17px;
    width: 2px;
    height: 13px;
    border-width: 0 0 0 2px;
  }
  div.nav_sp dl dt.nav_sp1.opened:before,
  div.nav_sp dl dt.nav_sp2.opened:before,
  div.nav_sp dl dt.nav_sp3.opened:before,
  div.nav_sp dl dt.nav_sp4.opened:before,
  div.nav_sp dl dt.nav_sp1.opened:after,
  div.nav_sp dl dt.nav_sp2.opened:after,
  div.nav_sp dl dt.nav_sp3.opened:after,
  div.nav_sp dl dt.nav_sp4.opened:after {
    top: 11px;
    right: 17px;
    width: 2px;
    height: 18px;
  }
  div.nav_sp dl dt.nav_sp1.opened:before,
  div.nav_sp dl dt.nav_sp2.opened:before,
  div.nav_sp dl dt.nav_sp3.opened:before,
  div.nav_sp dl dt.nav_sp4.opened:before {
    border-width: 0 0 0 2px;
  }
  div.nav_sp dl dt.nav_sp1.opened:after,
  div.nav_sp dl dt.nav_sp2.opened:after,
  div.nav_sp dl dt.nav_sp3.opened:after,
  div.nav_sp dl dt.nav_sp4.opened:after {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  div.nav_sp dl dt.nav_sp1 {
    background: #007CCC;
  }
  div.nav_sp dl dt.nav_sp5 {
    background: #DA9D09;
  }
  div.nav_sp dl dt.nav_sp6 {
    background: #C3078C;
  }
  div.nav_sp dl dt.nav_sp7 {
    background: #fff;
  }
  div.nav_sp dl dt.nav_sp7 a {
    color: #017DCC;
  }
  div.nav_sp dl dd {
    display: none;
  }
  div.nav_sp dl dd a {
    padding: 10px;
    border-bottom: 1px solid #fff;
    background: #DBFBDB;
  }
  div.nav_sp dl dd.nav_sp1 a {
    background: #EDF8FE;
  }
  div.nav_sp dl dd.nav_sp4 a {
    background: #F2FBDB;
  }
}
/* max-width:780px */
@media screen and (max-width: 640px) {
  div#body {
    margin-top: 20px;
  }
  div#header h1,
  div#header p.title {
    width: 80%;
  }
  div#contents ul.topic_path {
    display: none;
  }
  div#contents div.section p.pict.pict2,
  div#contents div.section p.pict.pict3,
  div#contents div.section p.pict.pict4,
  div#contents div.section p.pict.pict5 {
    max-width: 50%;
  }
  div#contents div.section p.pict img {
    max-width: 100%;
    min-width: 75%;
    max-height: 100%;
  }
  div#contents div.section ul.list li {
    width: 50%;
  }
  div#contents div.section table th,
  div#contents div.section table td {
    padding: 3px 0;
  }
  div#footer address span {
    display: none;
  }
  div#footer ul.bn li {
    margin-bottom: 10px;
    width: 310px;
    margin-left: auto;
    margin-right: 10px;
  }
}
/* max-width:640px */
@media screen and (max-width: 620px) {
  div#header div.tel {
    top: auto;
    bottom: 10px;
    width: 30%;
  }
}
/* max-width:620px */
@media screen and (max-width: 480px) {
  div#footer address {
    padding-left: 15px;
  }
  div#footer address img {
    margin-bottom: 10px;
    margin-left: 0;
    border: none;
    float: none;
    width: 80%;
    max-width: 300px;
  }

}
/* max-width:480px */
@media screen and (max-width: 420px) {
  div#header h1,
  div#header p.title {
    top: auto;
    bottom: 15px;
    width: 65%;
  }
  div#contents div.section form dt {
    padding: 10px 10px 3px;
    float: none;
    width: auto;
  }
  div#contents div.section form dd {
    padding: 0 10px 10px;
  }
  div.map-wrapper {
    display: block;
  }
  div.map-image {
    width: 100%;
    margin-top: 25px;
  }
  div.map-image img {
    width: 100%;
    height: auto;
  }
  div.flow-wrapper {
    display: block;
    width: 100%;
  }
  div.flow-section {
    width: 100%;
  }
  div.flow-section:first-of-type {
    margin-right: 0;
  }
  div.flow-border {
    border-right: 0;
    border-bottom: 3px solid;
    padding-right: 0;
  }
}
/* max-width:420px */
/* --------------------------------------------------
 common.css
-------------------------------------------------- */
a:hover img {
  opacity: 0.7;
}
/* generic
-------------------------------------------------- */
/* section text margin style */
div.section p,
div.section blockquote,
div.section table,
div.section dl,
div.section ul,
div.section ol,
div.section pre {
  margin: 1em 0;
}
/* heading */
div.section h1,
div.section h2,
div.section h3,
div.section h4,
div.section h5,
div.section h6 {
  clear: both;
}
div.section h1 {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: #333333;
  font-size: 120%;
}
div.section h2 {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: #333333;
  font-size: 115%;
}
div.section h3 {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: #333333;
  font-size: 110%;
}
div.section h4 {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: #333333;
  font-size: 105%;
}
div.section h5 {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: #333333;
  font-size: 100%;
}
div.section h6 {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: #333333;
  font-size: 100%;
}
/* text-align */
p.alignleft {
  text-align: left;
}
p.aligncenter {
  text-align: center;
}
p.alignright {
  text-align: right;
}
/* font style */
span.important {
  color: #ff0000;
}
span.large {
  font-size: 120%;
}
span.small {
  font-size: 84%;
}
/* attention */
div.section div.attention {
  margin: 1em 5px;
  padding: 0 5px;
  background: #f5f5f5;
  border: 1px solid #ccc;
}
/* important */
div.section div.important {
  border: 1px solid #ccc;
  padding: 0 10px;
}
/* alert */
.alert {
  margin: 10px 0;
  padding: 0.5em 15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
/* link type */
.pdf {
  padding: 0 0 0 20px;
  background: url("../img/icon_pdf.gif") no-repeat 0 0;
}
li.navpdf a.pdf {
  background-position-x: 190px;
  background-position-y: 28px;
}
li.navpdf2 a.pdf {
  background-position-x: 75px;
  background-position-y: 47px;
}
.doc {
  padding: 0 0 0 20px;
  background: url("../img/icon_word.gif") no-repeat 0 0;
}
.xls {
  padding: 0 0 0 20px;
  background: url("../img/icon_excel.gif") no-repeat 0 0;
}
.img {
  padding: 0 0 0 20px;
  background: url("../img/icon_image.gif") no-repeat 0 0;
}
.sound {
  padding: 0 0 0 20px;
  background: url("../img/icon_sound.gif") no-repeat 0 0;
}
.movie {
  padding: 0 0 0 20px;
  background: url("../img/icon_movie.gif") no-repeat 0 0;
}
ul.file {
  padding: 3px 5px 0 5px;
  border: 1px solid #ccc;
}
/* list
-------------------------------------------------- */
/* definition lists */
div.section dl dt {
  float: left;
  clear: left;
  width: 11em;
  margin: 0 0.5em 1px 0;
  padding: 0.5em 0;
  font-weight: bold;
}
div.section dl dd {
  margin: 0;
  padding: 0.5em 0 0.5em 12em;
  border-bottom: 1px dotted #ccc;
}
div.section dl dd ul {
  margin: 0;
}
div.section dl dd dl {
  margin: 0;
}
div.section dl dd dl dt {
  margin: 0 0.5em 0 0;
  font-weight: normal;
}
div.section dl dd dl dd {
  border: none;
}
div.section dl.titleshort dt {
  width: 5em;
}
div.section dl.titleshort dd {
  padding: 0.5em 0 0.5em 6em;
}
div.section dl.titlelong dt {
  width: 15em;
}
div.section dl.titlelong dd {
  padding: 0.5em 0 0.5em 16em;
}
div.section dl.break dt {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
}
div.section dl.break dd {
  margin: 0 0 0.5em;
  padding: 0.5em 0;
}
/* unordered lists */
div.section ul {
  padding: 0 10px;
}
div.section ul.patients_right {
  font-size: 1.4em;
  font-weight: bold;
}
div.section ul li {
  margin: 0 0 5px;
  padding: 2px 0 2px 20px;
}
div.section ul li ol li {
  background: none;
  list-style: decimal;
  padding: 2px 0;
}
/* ordered lists */
div.section ol {
  list-style: decimal;
  padding: 0 10px 0 30px;
}
div.section ol li {
  padding: 2px 0;
}
div.section ol li ul li {
  padding: 2px 0 2px 20px;
}
/* gallery style lists */
div.section ul.gallery {
  clear: both;
  margin-right: -10px;
  padding: 0;
}
div.section ul.gallery li {
  float: left;
  margin: 0;
  padding: 0 10px 10px 0;
  background: none;
}
/* image
-------------------------------------------------- */
/* pict */
p.pict {
  margin: 1em 0;
}
p.pict img.drpic{
  margin:0 0 5% 10%;
}
p.pict2 {
  float: left;
  margin: 1em 0;
  padding: 0 10px 0 0;
}
p.pict3 {
  float: right;
  margin: 1em 0;
  padding: 0 0 0 10px;
}
p.pict4 {
  float: left;
  margin: 0 0 1em 0 !important;
  padding: 0 10px 0 0 ;
}
p.pict5 {
  float: right;
  margin: 0 0 1em 0 !important;
  padding: 0 0 0 10px;
}
p.pict6 {
  text-align: center;
}

p.resize img{
  width:240px;
}

*.cboth {
  clear:both;
}

/* WordPress Style */
img.alignleft {
  float: left;
  margin-right: 10px;
}
img.aligncenter,
dl.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  float: right;
  margin-left: 10px;
}
/* form
-------------------------------------------------- */
/* text, textarea */
input[type="text"],
input.text,
textarea {
  border: 1px solid #999;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type="text"]:hover,
input.text:hover,
textarea:hover {
  border: 1px solid #666;
}
input[type="text"]:focus,
input.text:focus,
textarea:focus {
  border: 1px solid #666;
}
input[type="text"],
input.text {
  width: 200px;
}
textarea {
  width: 400px;
}
input.shorttext {
  width: 100px;
}
input.longtext {
  width: 400px;
}
/*  button */
p.submit {
  text-align: center;
}
input[type="submit"],
input.submit,
input[type="button"],
input.button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 5px;
  padding: 0.5em 1em;
  border: 1px solid #fff;
  background: #eee;
  color: #333;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'Lucida Sans Unicode', 'Lucida Grande', 'Verdana', 'ＭＳ Ｐゴシック', sans-serif;
  _font-family: 'ＭＳ Ｐゴシック', 'MS PGothic', Sans-Serif;
  cursor: pointer;
  -webkit-border-radius: 0;
}
input[type="submit"]:hover,
input.submit:hover,
input[type="button"]:hover,
input.button:hover {
  background: #333;
  color: #fff;
}
/* form frame */
div.section form table th,
div.section form table td {
  text-align: left;
  padding: 10px;
  border: 1px solid #ccc;
}
div.section form table th {
  background: #f6f6f6;
  white-space: nowrap;
}
/* require */
form span.require,
form span.attention {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 5px;
  color: #ff3300;
  font-weight: normal;
  font-size: 84%;
}
form table td span.attention,
form dl dd span.attention {
  display: inline-block;
  margin: 5px 0;
  color: #ff0000;
  font-size: 100%;
  font-weight: bold;
}
form table td p.attention,
form dl dd p.attention {
  margin: 0;
  color: #ff0000;
  font-size: 100%;
  font-weight: bold;
}
form table td p.example,
form dl dd p.example,
form table td span.example,
form dl dd span.example {
  margin: 0;
  color: #666;
  font-size: 90%;
}
/* captcha */
form img.captcha {
  display: block;
  margin: 0 0 5px;
}
/* agreement */
form div.agreement {
  margin: 30px 0;
  padding: 15px 15px;
  border: 1px solid #ccc;
  background: #f6f6f6;
}
form div.agreement div.article {
  overflow-y: scroll;
  height: 200px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 5px 10px;
}
form div.agreement span.attention {
  color: #ff3300;
  font-weight: normal;
  font-size: 84%;
}
div.section form table tr td div.form_inner {
  float: left;
  padding: 0 15px 0 0;
}
/* table
-------------------------------------------------- */
/* table */
table {
  width: 100%;
  border: 1px solid #cccccc;
  border-collapse: collapse;
  border-spacing: 1;
}
table caption {
  text-align: center;
  margin: 0;
}
table caption.left {
  text-align: left;
}
table caption.right {
  text-align: right;
}
table tr th,
table tr td {
  padding: 0.4em 5px;
  border: 1px solid #cccccc;
  text-align: left;
}
table tr th {
  background: #f6f6f6;
  font-weight: normal;
}
table thead tr th,
table tr.col th {
  border: 1px solid #cccccc;
  background: #333333;
  color: #ffffff;
  text-align: center;
  font-weight: bold;

}
   div.col2 table{
     float: left;
     width: 44%;
     margin-left: 0.5% !important;
     margin-right: 5% !important;
   }
}



   div.col3 table{
     float: left;
     width: 69%;
     margin-left: 0.5% !important;
     margin-right: 0.5% !important;
   }
}


 -------------------------------------------------- */
/* vpi */
div#contents {
  margin-left: 0;
}
div#contents div.section p.about,
div#contents div.section p.info {
  margin-left: 40px;
}

/* 2022/12/12 */
div#contents div.section div.hos-guide p.info {
  background: #ffffff;
  text-align: center;
  margin: 0 auto;
}
div#contents div.section div.hos-guide p.info a {
  border-radius: 0;
  background: #ffff40;
  color: #6610f2;
  padding: 10px 15px 10px 15px;
}
div#contents div.section div.hos-guide p.info a:before {
  content: "";
  display: inline-block;
  background-image: url(../img/icon_hos_guide.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
div#contents div.section div.hos-guide p.info a:hover {
  opacity: 0.75;
}

div#contents div.section p.about {
  font-size: 220%;
}
div#contents div.section p.about span.time {
  padding-left: 15px;
}
div#contents div.section p.about span.attention {
  font-size: 50%;
}
div#contents div.section p.info {
  margin-bottom: 50px;
}
div#contents div.section p.info a {
  padding: 7px 30px 7px 0;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  position: relative;
  width: 210px;
  color: #fff;
  background: #0D4C91;
  font-size: 131%;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  behavior: url("css/PIE.htc");
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}
#wrapper #body #contents #section1 .name {
	text-align: right;
	font-size:15px
}
#wrapper #body #contents #section1 .zeisei {
	border: thin solid #666;
	text-align: center;
	/*width: 450px;*/
}


.map-wrapper {
  display: flex;
  align-items: center;
}
.map-image {
  width: 50%;
  margin-top: 25px;
  text-align: center;
}
.map-image img {
  width: 100%;
  height: auto;
}
.map-image:last-child img {
  width: 75%;
}
.map-image p {
  font-weight: bold;
  text-align: center;
  text-decoration-line: underline;
}
.red-text {
  color: #ff0000;
}
.blue-text {
  color: #0000ff;
}
.bold-text {
  font-weight: bold;
}
.flow-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.flow-section {
  width: calc(97% / 2);
}
.flow-section:first-of-type {
  margin-right: 25px;
}
.flow-border {
  border-right: 3px solid;
  padding-right: 25px;
}
.flow-section p {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
}
.flow-arrow {
  text-align: center;
  margin-bottom: 25px;
}
.flow-arrow img {
  width: 100px;
}
.flow-content {
  display: flex;
  border: 3px solid;
  border-radius: 10px;
  margin-bottom: 25px;
}
.flow-image {
  width: calc(100% / 2);
}
.flow-image img{
  width: 100%;
  margin: 10px;
}
.flow-text {
  width: calc(100% / 2);
  margin: 10px 10px 10px 20px;
}