
@charset "utf-8";
* {
    color: inherit;
}
.title {
    padding: 0 10px;
}
html {
    font-size: 85%;
}
body {
    background-color: #ffffff;
    color: #222222;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    line-height: 1.5em;
}
input {
    color: #222222;
    cursor: pointer;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    margin: 0;
    opacity: 1;
}
textarea {
    color: #222222;
    cursor: pointer;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    margin: 0;
    opacity: 1;
}
a, a:link {
    color: #004caa;
    opacity: 1;
}
a:hover {
    text-decoration: none;
}
a:visited, a:active {
    color: #004caa;
    opacity: 0.9;
}
p, table, dt, dd, li {
    font-size: 100%;
}
.header {
    background-color: #ffffff;
    border-bottom: 15px solid #1c236e;
    border-top: 25px solid #3a3a3a;
    min-width: 930px;
    padding: 10px 15px;
    position: relative;
}
.header .hgroup {
    float: left;
    width: 60%;
}
.header .title {
    border: medium none;
    padding: 0;
}
.header .description {
    font-size: 0.9em;
    font-weight: normal;
}
.header .control-fontsize {
    float: right;
    text-align: right;
    width: 40%;
}
.header .control-fontsize a:hover img {
    opacity: 0.6;
}
.container {
    background-color: #ffffff;
    min-width: 960px;
    overflow: hidden;
}
.container > .main {
    background-color: #ffffff;
    padding: 15px;
}
.footer {
    border-top: 15px solid #1c236e;
    padding: 15px;
    text-align: center;
}
.footer > .copyright {
    font-size: 0.9em;
}
.container > .main .heading-important {
    background: url("../images/headsign-normal.png") no-repeat scroll 0 center transparent;
    font-size: 1.4em;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 22px;
}
.container > .main > .heading-important {
    line-height: 40px;
}
.container > .main .link-important {
    background: url("../images/sign-orange-right.png") no-repeat scroll 0 center transparent;
    font-size: 1.2em;
    font-weight: bold;
    padding-left: 15px;
}
.container .attention-line {
    color: #c80d0d;
}
.container .page-bottom-link {
    margin: 30px 0 50px;
    text-align: center;
}
.container .page-back-link {
    margin: 25px 0 10px;
}
.container .page-back-link a {
    background: url("../images/sign-blue-left.png") no-repeat scroll 0 center transparent;
    padding-left: 12px;
}
.container .small {
    font-size: 90%;
}
.container .strong {
    font-weight: bold;
}
#home .container {
    margin: 15px;
    position: relative;
}
.container > .main > .section-normal {
    line-height: 1.7em;
    margin-bottom: 40px;
    margin-top: 15px;
}
.container > .main > .section-normal.border {
    border: 1px solid #aaaaaa;
    padding: 15px;
}
.container > .main > .section-normal .heading {
    border-bottom: 1px dotted #3a3a3a;
    border-left: 10px solid #3a3a3a;
    font-size: 1.2em;
    line-height: 25px;
    margin-bottom: 10px;
    padding-left: 6px;
}
.container > .main > .section-normal .heading2 {
    background-color: #f1f1f1;
    font-size: 1em;
    line-height: 25px;
    margin-bottom: 10px;
    padding-left: 5px;
}
.container > .main > .section-normal p {
    margin-bottom: 20px;
}
.container > .main > p {
    margin-bottom: 15px;
}
.container > .main .link-list {
    list-style: none outside none;
    margin-bottom: 15px;
    padding-left: 15px;
}
.container > .main .link-list > li {
    background: url("../images/sign-orange-right.png") no-repeat scroll 0 0.5em transparent;
    line-height: 1.8em;
    padding-left: 12px;
}
.container > .main .link-list {
    margin-bottom: 25px;
}
.container > .main > .link-list > li {
    background-image: url("../images/sign-blue-right.png");
}
.container > .main .normal-list {
    margin-bottom: 15px;
    padding-left: 30px;
}
.container > .main .normal-list > li {
    line-height: 1.8em;
    vertical-align: top;
}
.container > .main .normal-list img {
    vertical-align: top;
}
.container > .main > .section-normal .org-list {
    list-style: none outside none;
    margin-bottom: 15px;
}
.container > .main > .section-normal .org-list > li, dt, dd {
    line-height: 1.8em;
    padding-left: 4em;
    text-indent: -3em;
}
.container > .main > .section-normal .org-list-child {
    list-style: none outside none;
}
.container > .main > .section-normal .org-list-child > li, dt, dd {
    line-height: 1.8em;
    padding-left: 4em;
}
.container > .main .normal-table {
    margin-bottom: 15px;
    margin-left: 15px;
}
.container > .main .normal-table th, .container > .main .normal-table td {
    padding: 5px 0;
}
.container > .main .normal-table th {
    padding-right: 10px;
    text-align: left;
    vertical-align: top;
    width: 14em;
}
.container > .main .border-table {
    border: #999 1px solid;
    margin: 15px 0 15px 15px;
}
.container > .main .border-table thead th {
    background-color: #d4ddf3;
    border: none;
    border-left: #999 1px dashed;
    border-bottom: #999 1px solid;
    text-align: center;
}
.container > .main .border-table th, .container > .main .border-table td {
    background-color: #f5f5f5;
    border: none;
    border-left: #999 1px dashed;
    border-bottom: #999 1px solid;
    padding: 5px 10px;
}
.container > .main .border-table tbody th {
    padding-right: 10px;
    vertical-align: top;
}
.container > .main .border-table.mouse-action > tbody > tr:hover th, .container > .main .border-table.mouse-action > tbody > tr:hover td {
    background-color: #f6f5df;
}
.container > .main .border-table.mouse-action th {
    width: 12em;
}
.container > .main .border-table td.important {
    color: #d95f47;
    text-align: center;
    font-weight: bold;
}
.container > .main .faq {
    margin-bottom: 20px;
}
.container > .main .faq .heading {
    border-color: #1c236e;
}
.container > .main .faq .heading a {
    display: block;
    text-decoration: none;
}
.container > .main .faq .heading a:hover {
    text-decoration: underline;
}
.container > .main .faq .heading2 {
    border-color: #1c236e;
}
.container > .main .faq .heading2 a {
    display: block;
    text-decoration: none;
}
.container > .main .faq .heading2 a:hover {
    text-decoration: underline;
}
.container > .main .faq .content {
    margin-bottom: 40px;
}
.container > .main .faq p {
    margin-left: 50px;
}
.container > .main .faq ul {
    margin-left: 35px;
}
.container > .main .faq .faq-a-line {
    text-indent: -2.5em;
}
.container > .main .faq-a-line .faq-a {
    font-size: 1.2em;
    font-weight: bold;
}
.container > .main .faq .no-margin {
    margin-left: 0px;
}
.container > .main .faq .no-margin li{
    margin-left: 10px;
}
.container > .main .collapsible.collapsed > .content {
    display: none;
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
}
.obj-mini {
    float: left;
    height: 0;
    width: 0;
}
body a.top-scroll {
    background: none repeat scroll 0 0 #4465a9;
    bottom: 20px;
    color: #ffffff;
    font-size: 1.1em;
    opacity: 0.5;
    padding: 10px;
    position: fixed;
    right: 20px;
    text-decoration: none;
}
body a.top-scroll:hover {
    opacity: 0.8;
}

.header .control-fontsize,
.header .nav {
  float: right;
  text-align: right;
  width: 40%;
}

.header .control-fontsize a:hover img,
.header .nav a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}