@charset "utf-8";
/*--調整*/

* {
  color: inherit;
}

#third #main,
#third #container {
  width: 100%;
}

#third #content2,
#third #contents2 {
  margin: 0px 20px;
}

#third #content,
#third #contents {
  min-width: 930px;
  margin-bottom: 20px;
}

#certificate #content,
#certificate #contents,
#signature #content,
#signature #contents {
  min-width: 650px;
  margin-bottom: 20px;
}

#first div#contents h2,
#second div#contents h1,
#third div#contents h2,
#third div#content2 h1,
#certificate div#content2 h1,
#signature div#content2 h1 {
  font-size: 1.2em;
}

.title {
  padding: 0 10px;
}

#first div#contents h3,
#second div#contents h2,
#third div#contents h3,
#second div#contents h3 {
  font-size: 1em;
}

/*-------------------------*/
#third .subcontent2,
#third .subcontents2 {
  margin: 0px 20px;
}

#third .subcontents {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#third .subcontents2 {
  min-width: 650px;
  margin-bottom: 20px;
}

/*-------------------------*/

#topicpath {
  font-size: 90%;

}
table.search-box,
table.log-box,
table.setsumei-box,
table.setsumei-box2,
table.shinsei1-box {
  width: 100%;
}

.Font-1 {
  font-size: 100%;
}

/*共通のタグ-------*/

html {
  font-size: 85%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  line-height: 1.5em;
  background-color: #fff;
  color: #222;
  -webkit-text-size-adjust: 100%;
}

input {
  /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  cursor: pointer;
  margin: 0;
  opacity: 1;
  color: #222;
  filter: alpha(opacity=100);
}

input[type="text"],
input[type="password"] {
  /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  cursor: text;
  margin: 0;
  opacity: 1;
  color: #222;
  filter: alpha(opacity=100);
}

input[type="radio"] {
  filter: margin(0px) !important;
}

textarea {
  /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  cursor: text;
  margin: 0;
  opacity: 1;
  color: #222;
  filter: alpha(opacity=100);
}

a,
a:link {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #004caa;
}

a.blank_link{
  background:url(../images/external-link-blue-default.png) no-repeat 100% 0;
  padding-right: 20px;
}


a:hover {
  text-decoration: none;
}

input[type="button"],
input[type="submit"] {
  height: 1.9em;
}

input[type="image"] {
  outline: none;
}

input[type="image"]:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

a:visited,
a:active,
input[type="image"]:active {
  opacity: 0.9;
  filter: alpha(opacity=90);
  color: #004caa;
}

p, table, dt, dd, li, .outside {
  font-size: 100%;
}

/*ページ共通の構成要素-------*/

.header {
  position: relative;
  padding: 10px 15px;
  min-width: 930px;
  background-color: #fff;
  border-top: #3a3a3a 25px solid;
  border-bottom: #1c236e 15px solid;
}

.header .hgroup {
  float: left;
  width: 60%;
}

.header .title {
  border: none;
  padding: 0;
}

.header .description {
  font-weight: normal;
  font-size: 0.9em;
}

.header .login-infobar {
  position: absolute;
  right: 0;
  top: -25px;
  padding: 1px 15px 0;
  color: #fff;
  line-height: 24px;
}

.header .login-infobar a {
  color: #d4ddf3;
  margin-left: 10px;
}

.header .login-infobar p {
  display: inline;
  color: #fff;
}

.header .login-infobar .name {
  font-weight: bold;
  padding: 0;
  color: #fff;
}

.header .login-infobar .login-btn {
  display: inline-block;
  background: url(../images/btn-login.png) 0 0 no-repeat;
  width: 113px;
  height: 24px;

}

.header .login-infobar .login-btn:hover {
  background-position: 0 -24px;
}

.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);
}

.container {
  overflow:hidden;
  background-color: #fff;
  overflow: hidden;
  min-width: 960px;
}

.container > .sub {
  /*width: 26%;*/
  width: 240px;
  background-color: #d4ddf3;
  padding: 15px;
  float: left;
}

.container > .error-main {
  background-color: #fff;
  /*margin-left: 26%;*/
  padding: 15px;
}

.container > .main {
  background-color: #fff;
  /*margin-left: 26%;*/
  padding: 15px;
  border-left: 270px #d4ddf3 solid;
}

.footer {
  padding: 15px;
  border-top: #1c236e 15px solid;
  text-align: center;
}

.footer > .nav{
  margin-bottom: 15px;
}

.footer > .nav li{
  display: inline-block;
  border-left: 1px #222 solid;
  padding: 0 1em;
  zoom: 1;
  line-height: 1.6em !important;
  *display: inline;
}

.footer > .nav li:first-child {
  border-left: none;
}

.footer > .copyright {
  font-size: 0.9em;
}

/*旧システム画面の調整用css-------*/

table.boxs,
table.shinsei1-box,
table.setsumei-box,
table.setsumei-box2,
table.log-box,
table.search-box,
table.attach-box,
table.attach-box-advanced,
table.shiharai-box,
table.send-box,
table.complete-box,
table.certificate-box,
table.signature-box {
  width: 100%;
  border: none;
  border-top: #999 1px solid;
  border-right: #999 1px solid;
  margin-bottom: 10px;
}

table.boxs caption,
table.shinsei1-box caption,
table.setsumei-box caption,
table.setsumei-box2 caption,
table.log-box caption,
table.search-box caption,
table.attach-box caption,
table.attach-box-advanced caption,
table.shiharai-box caption,
table.send-box caption,
table.complete-box caption,
table.certificate-box caption,
table.signature-box caption {
  /*background-color: #888;*/
  border: none;
  border-width: 1px 1px 0;
  padding: 5px;
}

table.shinsei1-box th,
table.shinsei1-box td,
table.setsumei-box th,
table.setsumei-box td,
table.setsumei-box2 th,
table.setsumei-box2 td,
table.log-box th,
table.log-box td,
table.search-box th,
table.search-box td,
table.attach-box th,
table.attach-box td,
table.attach-box-advanced th,
table.attach-box-advanced td,
table.complete-box th,
table.complete-box td,
table.certificate-box th,
table.certificate-box td,
table.signature-box th,
table.signature-box td {
  padding: 5px;
  border: none;
  border-bottom: #999 1px solid;
  border-left: #999 1px dashed;
  vertical-align: middle;
}

table.boxs td,
table.shiharai-box td,
table.send-box td,
table.setsumei-box2 td {
  padding: 5px;
  border: none;
  border-bottom: #999 1px solid;
  border-left: #999 1px dashed;
  vertical-align: middle;
}

table.boxs th,
table.shiharai-box th,
table.send-box th,
table.setsumei-box2 th {
  padding: 5px;
  border: none;
  border-bottom: #999 1px solid;
  border-left: #999 1px solid;
  vertical-align: middle;
  width:7em;
}

.no-tesuryo {
  width: 200px !important;
}

table.boxs th:first-child,
table.boxs td:first-child,
table.shinsei1-box th:first-child,
table.shinsei1-box td:first-child,
table.setsumei-box th:first-child,
table.setsumei-box td:first-child,
table.setsumei-box2 th:first-child,
table.setsumei-box2 td:first-child,
table.log-box th:first-child,
table.log-box td:first-child,
table.search-box th:first-child,
table.search-box td:first-child,
table.attach-box th:first-child,
table.attach-box td:first-child,
table.attach-box-advanced th:first-child,
table.attach-box-advanced td:first-child,
table.shiharai-box th:first-child,
table.shiharai-box td:first-child,
table.send-box th:first-child,
table.send-box td:first-child,
table.complete-box th:first-child,
table.complete-box td:first-child,
table.certificate-box th:first-child,
table.certificate-box td:first-child,
table.signature-box th:first-child,
table.signature-box td:first-child {
  border-left-style: solid;
}

table.boxs th,
table.shinsei1-box th,
table.setsumei-box th,
table.setsumei-box2 th,
table.log-box th,
table.search-box th,
table.attach-box th,
table.attach-box-advanced th,
table.shiharai-box th,
table.send-box th,
table.complete-box th,
table.certificate-box th,
table.signature-box th {
  text-align: center;
  background-color: #d4ddf3;
  color: #1c236e;
}

table.boxs td,
table.shinsei1-box td,
table.setsumei-box td,
table.setsumei-box2 td,
table.log-box td,
table.search-box td,
table.attach-box td,
table.attach-box-advanced td,
table.shiharai-box td,
table.send-box td,
table.complete-box td,
table.certificate-box td,
table.signature-box td {
  padding: 5px 10px;
  background-color: #f5f5f5;
  color: #000;
}

/*
table.boxs input,
table.search-box input,
table.shiharai-box input {
  height: 1.4em;
}
*/
table.boxs input[type="text"],
table.search-box input[type="text"],
table.shiharai-box input[type="text"],
table.boxs input[type="password"] {
  height: 1.4em;
}

.regist-header {
  text-align: center;
  width: 260px !important;
}

.regist-mandatory {
  text-align: center;
  background-color: #f5f5f5 !important;
  width: 30px !important;
}

input[id] {
 font-size: 1em !important;
}

/*ページ共通の要素-------*/

.container > .sub > .article-normal {
  background-color: #fff;
  padding: 15px;
  border: #a8b7da 1px solid;
  margin-bottom: 15px;
}

.container > .sub > .article-normal > .heading {
  background-color: #4465a9;
  margin: -15px -15px 10px;
  padding: 0 15px;
  border-bottom: #a8b7da 1px solid;
  font-size:  1.1em;
  line-height: 30px;
  text-align: center;
}

.container > .sub > .article-normal .heading2 {
  margin: 15px 0 5px;
  border-bottom: 1px #aaa dotted;
  line-height: 25px;
}

.container > .sub > .article-normal .heading2:first-child {
  margin: 0 0 5px;
  font-size: 1.1em;
}

.container > .sub .heading a {
  color: #fff;
}

.container > .sub .btn-box input,
.container > .sub .btn-box button,
.container > .sub .btn-box a {
  width: 100%;
  height: 2em;
  margin-bottom: 10px;
}

.container > .sub > .maintenance,
.container > .sub .attention-box,
.container > .sub .login-warning {
  background-color: #fff;
  padding: 0 15px 15px;
  border: #a8b7da 1px solid;
  margin-bottom: 15px;
}

.container > .sub > .nav-beginner {
  background-color: #e0e8f8;
  padding: 15px;
  margin: 0 -15px 15px;
}

.container > .sub > noscript + .nav-beginner,
.container > .sub > .nav-beginner:first-child {
  margin-top: -15px;
}

.container > .sub > .maintenance > .heading,
.container > .sub .attention-box > .heading,
.container > .sub .login-warning > .heading {
  background-color: #1c236e;
  margin: -1px -15px 10px;
  border-bottom: #a8b7da 1px solid;
  color: #fff;
  font-size:  1.1em;
  line-height: 30px;
  text-align: center;
}

.container > .sub > .nav-beginner > .heading {
  background: #4465a9 url(../images/sign-pointer.png) 5px center no-repeat;
  margin: 0 0 5px;
  border: 2px solid #2a4b8f;
  color: #fff;
  padding-left: 52px;
  line-height: 30px;
}

.container > .sub > .article-normal ul {
  list-style: none;
}

.container > .sub > .article-normal li {
  line-height: 1.8em;
  background: url(../images/sign-blue-right.png) 0 .5em no-repeat;
  padding-left: 12px;
}

.container > .sub > .nav-beginner ul {
  list-style: none;
  border-bottom: 1px solid #eef1f9;
}

.container > .sub > .nav-beginner li {
  line-height: 2em;
  background: url(../images/sign-blue-right.png) 10px .7em no-repeat;
  padding-left: 22px;
  border-top: 1px solid #eef1f9;
  border-bottom: 1px solid #bfcae6;
  font-size: 1.1em;
}

.container > .sub > .nav-beginner li:first-child {
  border-top: none;
}

.container > .sub > .nav-beginner li a {
  color: #1c236e;
}

.container > .sub > .maintenance > .heading {
  background-color: #888;
}

.container > .sub .attention-box > .heading,
.container > .sub .login-warning > .heading {
  background: #c80d0d url(../images/sign-attention-black.png) 15px center no-repeat;
  line-height: 35px;
}

.container > .sub > .maintenance > .infolist {
  list-style: none;
  margin-bottom: 10px;
}

.container > .sub > .maintenance > .infolist li {
  border-bottom: 1px dotted #bbb;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.container .breadcrumbs {
  overflow: hidden;
  line-height: 25px;
  background-color: #ddd;
  margin-bottom: 10px;
  list-style: none;
}

.container .breadcrumbs li {
  position: relative;
  display: block;
  float: left;
  height: 25px;
  min-width: 5.3em;
  padding: 0 15px;
  text-align: center;
  z-index: 3;
}

.container .breadcrumbs li > a {
  display: inline-block;
  line-height: 25px;
  margin: 0 -15px;
  padding: 0 15px;
}

.container .breadcrumbs li.active {
  color: #fff;
  background-color: #4465a9;
  z-index: 2;
}

.container .breadcrumbs li.active-last {
  color: #fff;
  background-color: #4465a9;
  z-index: 2;
}

.container .breadcrumbs li > img {
  position: absolute;
  top: 0;
  z-index: 10;
  right: -8px;
}

.container .breadcrumbs li.active:last-child {
  border-right: 5px #fff solid;
}

.subcontents > .subcontents2 .heading-important,
.container > .heading-important,
.container > .main .heading-important,
.container > .error-main .heading-important,
.container > .main > .search-result > .result-area > .heading-important,
#main > #contents > #contents2 > .heading-important,
#container > #content > #content2 > .heading-important {
  background: url(../images/headsign-normal.png) 0 center no-repeat;
  font-size: 1.4em;
  line-height: 30px;
  padding-left: 22px;
  margin-bottom: 10px;
  zoom:1;
}

.subcontents > .subcontents2 > .heading-important,
.container > .main > .heading-important,
.container > .main > .search-result > .result-area > .heading-important,
#main > #contents > #contents2 > .heading-important {
  line-height: 40px;
}

.container > .main .link-important {
  background: url(../images/sign-orange-right.png) 0 center no-repeat;
  padding-left: 15px;
  font-weight: bold;
  font-size: 1.2em;
}

.container > .main .top-scroll {
  text-align: right;
  margin-top: 40px;
}

/*.container > .main .top-scroll a{
  padding: 5px 20px;
  background: #5675b4;
  color: #fff;
  margin-right: -15px;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 1.1em;
}*/

/*-------*/

.container > .heading,
.container .heading-oldstyle {
  background-color: #eee;
  padding: 8px;
  font-size: 1.4em;
  line-height: 1.4em;
  margin-bottom: 15px;
}

.container > .heading span,
.container .heading-oldstyle span {
  border-left: 8px #bf4949 solid;
  padding-left: 10px;
}

.container .nav-line {
  text-align: right;
  list-style: none;
}

.container .nav-line li {
  display: inline-block;
  padding-right: 12px;
  *display: inline;
}

.container .nav-line a {
  display: inline-block;
  background: url(../images/sign-orange-right.png) 0 center no-repeat;
  padding-left: 12px;
}

.container .message-box {
  padding: 10px;
  margin-bottom: 15px;
  border: #aaa 1px solid;
}

.container .message-box .errorMessage,
.container .message-box .actionMessage
{
  padding: 5px 20px 5px 20px;
}

/*申請先情報、エラーメッセージ　強調色*/
ul.errorMessage span{
  color: #CC0000;
}

.container .attention-line {
  color: #cc0000;
}

.container .page-bottom-link {
  margin: 30px 0 50px;
  text-align: center;
}

.container .page-back-link {
  margin: 25px 0 10px;
}

.container .error-back-link {
  margin: 25px 0 10px 15px;
}

.container .page-back-link a {
  background: url(../images/sign-blue-left.png) 0 center no-repeat;
  padding-left: 12px;
}

.container .small {
  font-size: 90%;
  font-weight: bold;
}

.container .strong {
  font-weight: bold;
}

/*homeの構成要素-------*/

#home .container {
  position: relative;
  background: #ffffff center top no-repeat;
  background-image: url(../images/home_back.jpg);
  margin: 15px;
  min-width: 960px;
  height: 453px;
}

#home .container > .nav {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -340px;
}

#home .container > .nav-single {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -140px;
}

#home .container > .nav > .btn-box,
#home .container > .nav-single > .btn-box {
  overflow: hidden;
}

#home .container > .nav > .btn-box > li,
#home .container > .nav-single > .btn-box > li {
  float: left;
  margin-right: 100px;
}

#home .container > .nav > .btn-box .nav-btn,
#home .container > .nav-single > .btn-box .nav-btn {
  display: block;
  height: 117px;
  width: 277px;
  margin-bottom: 10px;
}

#home .container > .nav > .btn-box .nav-btn.denshishinsei,
#home .container > .nav-single > .btn-box .nav-btn.denshishinsei {
  background: url(../images/btn-denshishinsei.png) no-repeat;
}

#home .container > .nav > .btn-box .nav-btn.shisetsuyoyaku {
  background: url(../images/btn-shisetsuyoyaku.png) no-repeat;
}

#home .container > .nav > .btn-box .nav-btn:hover,
#home .container > .nav-single > .btn-box .nav-btn:hover {
  background-position: 0 -117px;
}

#home .container > .nav > .btn-box .nav-desc,
#home .container > .nav-single > .btn-box .nav-desc {
  width: 245px;
  padding: 15px;
  margin-left: 1px;
  color: #000;
  min-height: 5em;
  background-color: #fff;
  opacity: 0.85;
  filter: alpha(opacity=85);
  border-radius: .3em;
  font-size: 0.9em;
}

#home .container > .nav a:hover img,
#home .container > .nav-single a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/*home2の構成要素-------*/
#home2 .header {
  margin: 25px 25px 5px;
  padding: 0 0 10px;
  border-top: none;
  border-bottom: 5px #3a3a3a solid;
  min-width: 960px;
}

#home2 .header .control-fontsize{
/*  position: absolute;
  bottom: 5px;
  right: 0;*/
}

#home2 .footer {
  margin: 0 25px;
  padding: 25px 0 10px;
  border-top: 5px #3a3a3a solid;
  min-width: 960px;
}

#home2 .container {
  position: relative;
  background: #8aaccc center top no-repeat;
  background-image: url(../images/home_back.jpg);
  margin: 0 25px 5px;
  min-width: 960px;
  height: 453px;
}

#home2 .container > .nav {
  position: absolute;
  top: 50%;
  left: 50%;
  /*margin-top: -100px;*/
  /*margin-left: -300px;*/
  margin-top: -120px;
  margin-left: -350px;
}

#home2 .container > .nav > .btn-box {
  overflow: hidden;
}

#home2 .container > .nav > .btn-box > li {
  float: left;
  margin-right: 40px;
  background-color: #444;
  background-color: rgba(60,60,60,0.95);
  padding: 25px;
  border-radius: 8px;
  border-bottom: 2px #ccc solid;
  border-top: 2px #000 solid;
}

#home2 .container > .nav > .btn-box .nav-btn {
  display: block;
  height: 117px;
  width: 277px;
  margin-bottom: 10px;
}

#home2 .container > .nav > .btn-box .nav-btn.denshishinsei {
  background: url(../images/btn-denshishinsei.png) no-repeat;
}

#home2 .container > .nav > .btn-box .nav-btn.shisetsuyoyaku {
  background: url(../images/btn-shisetsuyoyaku.png) no-repeat;
}

#home2 .container > .nav > .btn-box .nav-btn:hover {
  background-position: 0 -117px;
}

#home2 .container > .nav > .btn-box .nav-desc {
  margin-left: 1px;
  min-height: 5em;
/*  background-color: #fff;
  width: 245px;
  padding: 15px;
  color: #000;
  opacity: 0.85;
  font-size: 0.9em;
  filter: alpha(opacity=85); */
  color: #eee;
  width: 280px;
  border-radius: .3em;
  padding-top: 15px;
  font-size: 0.9em;
}

#home2 .container > .nav a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/*templateの構成要素-------*/

.container > .main > .section-normal {
  margin-top: 15px;
  margin-bottom: 40px;
  line-height: 1.7em;
}

.container > .main > .section-normal.border {
  border: #aaa 1px solid;
  padding: 15px;
}

.container > .main > .section-normal .heading,
#main > #contents > #contents2 > .heading {
  border-left: 10px solid #3a3a3a;
  border-bottom: 1px dotted #3a3a3a;
  font-size: 1.2em;
  line-height: 25px;
  padding-left: 6px;
  margin-bottom: 10px;
}

.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;
  padding-left: 15px;
  margin-bottom: 15px;
}

.container > .main .link-list > li {
  line-height: 1.8em;
  background: url(../images/sign-orange-right.png) 0 .5em no-repeat;
  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{
  padding-left: 30px;
  margin-bottom: 15px;
}

.container > .main .normal-list > li {
  line-height: 1.8em;
  vertical-align: top;
}

.container > .main .normal-list img {
  vertical-align: top;
}

.container > .main .normal-list > li.img-box {
  display: list-item;
  position: relative;
  margin-left: 333px;
  min-height: 185px;
  padding-bottom: 20px;
}

.container > .main .normal-list > li.img-box img {
  position: absolute;
  left: -363px;
}

.container > .main > .section-normal .org-list{
  margin-bottom: 15px;
  list-style: none;
}

.container > .main > .section-normal .org-list > li {
  padding-left: 4em;
  text-indent: -4em;
  line-height: 1.8em;
}

.container > .main .normal-table {
  margin-left: 15px;
  margin-bottom: 15px;
}

.container > .main .normal-table th,
.container > .main .normal-table td {
  padding: 5px 0;
}

.container > .main .normal-table th{
  vertical-align: top;
  padding-right: 10px;
  text-align: left;
  width: 14em;
}

.container > .main .border-table {
  margin: 15px 0 15px 15px;
}

.container > .main .border-table thead th {
  background-color: #f1f1f1;
  text-align: center;
}

.container > .main .border-table th,
.container > .main .border-table td {
  padding: 5px 10px;
  border: 1px solid #bbb;
}

.container > .main .border-table tbody th{
  vertical-align: top;
  padding-right: 10px;
}

.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;
  text-align: left;
}

.container > .main .border-table td.important{
  color: #d95f47;
  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 .content {
  margin-bottom: 40px;
}

.container > .main .faq  p {
  margin-left: 50px;
}

.container > .main .faq ul,
.container > .main .faq ol {
  margin-left: 35px;
}

.container > .main .faq .faq-a-line {
  text-indent: -2.5em;
}

.container > .main .faq-a-line .faq-a {
  font-weight: bold;
  font-size: 1.2em;
}

.container > .main .collapsible.collapsed > .content{
  display: none;
}

/*indexの構成要素-------*/

.subcontents > .subcontents2 > .article-normal,
.container > .main > .article-normal {
  margin-bottom: 15px;
}

.subcontents > .subcontents2 > .article-normal > .heading,
.container > .main > .article-normal > .heading {
  border-left: 10px solid #3a3a3a;
  border-bottom: 1px solid #3a3a3a;
  font-size: 1.2em;
  line-height: 25px;
  padding-left: 6px;
  margin-bottom: 10px;
}

.subcontents > .subcontents2 > .article-normal p,
.container > .main > .article-normal p {
  margin-bottom: 15px;
}

.subcontents > .subcontents2 > .article-normal > .infolist,
.container > .main > .article-normal > .infolist {
  margin-bottom: 10px;
  list-style: none;
}

.subcontents > .subcontents2 > .article-normal > .infolist li,
.container > .main > .article-normal > .infolist li {
  border-bottom: 1px dotted #bbb;
  padding-bottom: 5px;
  margin-top: 5px;
}

.container > .main > .article-normal .table-applys {
  width: 100%;
  border-top: #aaa 1px solid;
  border-right: #aaa 1px solid;
  margin-bottom: 10px;
}

.container > .main > .article-normal .table-applys th,
.container > .main > .article-normal .table-applys td {
  padding: 3px;
  text-align: center;
  border-bottom: #aaa 1px solid;
  border-left: #aaa 1px dashed;
  vertical-align: middle;
}

.container > .main > .article-normal .table-applys th:first-child,
.container > .main > .article-normal .table-applys td:first-child {
  border-left-style: solid;
}

.container > .main > .article-normal .table-applys th {
  background-color: #d4ddf3;
  color: #1c236e;
}

.container > .main > .article-normal .table-applys td {
  background-color: #f5f5f5;
  color: #000;
}

.container > .main > .article-normal .table-applys th.date {
  width: 11em;
}

.container > .main > .article-normal .table-applys th.about {
  width: 6em;
}

.container > .main > .article-normal .table-applys th.detail {
  width: 4em;
}

.subcontents > .subcontents2 > .article-normal > .heading-important,
.subcontents > .subcontents2 > .select-area > .heading-important,
.container > .main > .select-area > .heading-important,
.container > .main > .search-result > .result-area > .heading-important {
  background-color: #fde0c5;
  border: 2px #ef7804 solid;
}

.container > .main > .select-area > p {
  margin-bottom: 15px;
}

.subcontents > .subcontents2 > .select-area > .heading,
.container > .main > .select-area > .heading {
  border-bottom: 1px dotted #bbb;
  font-size: 1.1em;
  margin-bottom: 5px;
}

.subcontents > .subcontents2 > .select-area .sign-order,
.container > .main > .select-area .sign-order {
  float: left;
  font-size: 1.6em;
  line-height: 1em;
  padding: 8px 15px 5px;
  /*background-color: #d58c5f;
  border-radius: 5px;*/
  background: url(../images/headsign-back.png) no-repeat;
  color: #000000;
}

.subcontents > .subcontents2 > .select-area .list-box,
.container > .main > .select-area .list-box {
  margin-bottom: 20px;
}

.subcontents > .subcontents2 > .select-area .list,
.container > .main > .select-area .list {
  list-style: none;
  margin-left: 65px;
  margin-bottom: 25px;
  overflow: hidden;
}

.subcontents > .subcontents2 > .select-area .list > li,
.container > .main > .select-area .list > li {
  display: inline-block;
  white-space: nowrap;
  line-height: 32px;
  width: 11em;
  *display: block;
  *float: left;
}

.subcontents > .subcontents2 > .select-area .list > li a,
.container > .main > .select-area .list > li a {
  background: url(../images/sign-orange-right.png) 0 center no-repeat;
  padding-left: 12px;
  font-size: 1.3em;
  font-weight: bold;
}

/*fullの構成要素-------*/

#full .container {
  margin: 15px auto;
  padding: 0 15px;
  min-width: 600px;
  width: 600px;
}

.container > .login-box {
  background-color: #eee;
  padding: 20px 170px 30px;
  margin-bottom: 15px;
  text-align: center;
}

.container > .login-box .input-text {
  width: 100%;
  padding: 2px;
}

.container > .login-box label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}

.container > .login-box .btn-box {
  width: 100%;
  margin-top: 20px;
}

.container > .login-otr-box {
  margin-bottom: 15px;
}

.container > .login-otr-box > p {
  margin-bottom: 15px;
}

.container > .login-otr-box .menu {
  border-bottom: #aaa solid 1px;
  margin-bottom: 15px;
  list-style: none;
}

.container > .login-otr-box .menu > li {
  border-top: #aaa dashed 1px;
  padding: 10px 0;
  overflow: hidden;
}

.container > .login-otr-box .menu > li:first-child {
  border-top-style: solid;
}

.container > .login-otr-box .menu > li > .btn-box {
  float: left;
  padding-right: 10px;
  width: 180px;
}

.container > .login-otr-box .menu > li > .btn-box > input,
.container > .login-otr-box .menu > li > .btn-box > a {
  width: 100%;
}

.container > .login-otr-box .menu > li > .btn-box > a img {
 vertical-align: top;
}

.container > .login-otr-box .menu > li > .btn-box > a:hover img {
 opacity: 0.7;
  filter: alpha(opacity=70);
}

.container > .login-otr-box .menu > li > .description {
  margin-left: 193px;
  vertical-align: middle;
  padding: 3px 0;
}

.container > .login-otr-box .menu > li:first-child > .description {
  padding: 0;
}

.container > .not-login-box {
  background-color: #eee;
  padding: 30px 100px;
  margin-bottom: 15px;
  text-align: center;
}

.container > .not-login-box .input-text {
  width: 100%;
  padding: 2px;
  box-sizing: border-box;
}

.container > .not-login-box label {
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: left;
}

/*
.container > .attention-box,
.container > .no-script .attention-box {
  border: #dc8989 dotted 1px;
  padding: 10px;
  color: #c80d0d;
  margin-bottom: 15px;
}
*/

/*searchの構成要素-------*/

.container .navigation > .search-conditions {
  margin-bottom: 15px;
}

.container .navigation > .search-conditions > .heading {
  margin-bottom: 10px;
}

.container .navigation > .search-conditions > .normal {
  display: block;
  position: relative;
  background: #4465a9;
  color: #fff;
  margin-bottom: 10px;
  padding: 15px;
  font-size:  1.1em;
}

.container .navigation > .search-conditions > .normal > .heading a {
  color: #fff;
  font-size:  1.1em;
}

.container .navigation > .search-conditions > .normal > .btn-change {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 15px;
}

.container .navigation > .search-conditions > .normal > .btn-change input {
  height: 2.2em;
}

.container .navigation > .search-conditions > .collapsible {
  position: relative;
  background-color: #fff;
  border: #a8b7da 1px solid;
  margin-bottom: 10px;
}

.container .navigation > .search-conditions > .collapsible > .heading {
  display: block;
  font-weight: bold;
  background: #4465a9;
  margin-top: -1px;
  border-bottom: #a8b7da 1px solid;
}

.container .navigation > .search-conditions > .collapsible > .heading a {
  background: #4465a9 url(../images/btn-minus.png) 10px center no-repeat;
  padding-left: 40px;
  color: #fff;
  font-size:  1.1em;
  line-height: 40px;
}

.container .navigation > .search-conditions > .collapsible > .content {
  padding: 10px;
  position: relative;
}

.container .navigation > .search-conditions .btn-deselect {
  margin: -11px -5px 5px 0;
  text-align: right;
}

.container .navigation > .search-conditions .btn-deselect input {
  height: 2em;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: underline;
  background: #eee;
  border: 1px solid #aaa;
}

.container .navigation > .search-conditions > .collapsible.collapsed > .heading a {
  background-image: url(../images/btn-plus.png);
}

.container .navigation > .search-conditions > .collapsible.collapsed > .content{
  display: none;
}

.container .navigation > .search-conditions > .collapsible > .content > .input-keyword {
  width: 73%;
  line-height: 1.5em;
  height: 1.5em;
  padding-left: 2px;
  padding-right: 2px;
}

.container .navigation > .search-conditions > .collapsible > .content > .input-keyword + input {
  width: 21%;
}

.container .navigation > .search-conditions > .collapsible > .content > .collapsible p {
  margin-top: 5px;
}

.container .navigation > .search-conditions > .collapsible > .content > .point-box {
  background: #efefef url(../images/sign-point.png) 2px 2px no-repeat;
  padding: 5px 5px 5px 30px;
  font-size: 0.9em;
}

.container .navigation > .search-conditions > .collapsible > .content > .select-list {
  list-style: none;
  margin-top: -5px;
  font-size: 1.1em;
}

.container .navigation > .search-conditions > .collapsible > .content > .select-list li {
  padding-top: 5px;
}

.container .navigation > .search-conditions > .collapsible > .content > .select-list .shinsei-type {
  cursor: pointer;
  list-style: none;
}

.container .navigation > .search-conditions > .collapsible > .content > .select-list > .shinsei-type > ul {
  margin-left: 20px;
}

.container .navigation > .search-conditions > .collapsible > .content > .select-list > li a.active {
  color: #c56100;
  font-weight: bold;
  padding-right: 25px;
  background: url(../images/btn-cancel.png) 100% center no-repeat;
}

.container .navigation > .search-conditions > .collapsible > .content > .select-list > li .disabled {
  color: #aaa;
}

.container > .main > .search-result > .result-area > .heading-important {
  /*float: left;*/
}

.container > .main > .search-result > .result-area > .message-box {
  overflow: hidden;
}

.container > .main .fixed-area {
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px dotted #ccc;
  padding: 12px;
  background-color: #f5f5f5;
}

.container > .main .fixed-area.fixed {
  position: fixed;
  top: 0;
  left: 270px;
  right: 0;
}

.container > .main .fixed-area > .result-line {
  /*border-bottom: #aaa dashed 1px;*/
  overflow: hidden;
  margin-bottom: 5px;
  line-height: 2.2em;
}

.container > .main .fixed-area > .result-line > .hits {
  float: left;
  font-weight: bold;
  font-size: 1.1em;
}

.container > .main .fixed-area > .result-line > .hits .value {
  font-weight: bold;
  font-size: 1.8em;
  padding-left: 5px;
}

.container > .main .fixed-area > .result-line > .display-num,
.container > .main .fixed-area > .result-line > .order {
  float: right;
  font-size: 0.9em;
}

.container > .main .fixed-area > .search-condition {
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid #b2c0dd;
  padding: 12px;
  background-color: #f0f3fa;
}

.container > .main .fixed-area > .search-condition > h3 {
  float: left;
  margin: -4px;
  padding: 5px 15px;
  color: #fff;
  background-color: #4465a9;
}

.container > .main .fixed-area > .search-condition > p {
  margin-left: 90px;
  color: #111;
}

.container > .main > .search-result > .result-area > .paging {
  margin-bottom: 15px;
  overflow: hidden;
  font-size: 1.3em;
  background-color: #f5f5f5;
  padding: 15px;
}

.container > .main > .search-result > .result-area > .paging > .prev {
  float: left;
}

.container > .main > .search-result > .result-area > .paging > .prev a {
  background: url(../images/sign-blue-left.png) 0 center no-repeat;
  padding-left: 12px;
}

.container > .main > .search-result > .result-area > .paging > .next {
  float: right;
}

.container > .main > .search-result > .result-area > .paging > .next a {
  background: url(../images/sign-blue-right.png) 100% center no-repeat;
  padding-right: 12px;
}

.container > .main > .search-result > .result-area > .paging > .pages {
  text-align: center
}

.container > .main > .search-result > .result-area > .paging > .pages .active {
  font-weight:  bold;
}

.container > .main > .search-result > .result-area > .result-list {
  list-style: none;
  margin-bottom: 30px;
}

.container > .main > .search-result > .result-area > .result-list > li {
  margin-bottom: 15px;
}

.container > .main > .search-result > .result-area > .result-list > li > a {
  display: block;
  position: relative;
  border: 1px #ccc solid;
  background-color: #f5f5f5;
  padding: 20px 15px 20px;
  text-decoration: none;
}

.container > .main > .search-result > .result-area > .result-list > li > a:hover {
  /*background-color: #f8f5e9;*/
  background-color: #fcf4d7;
  /*border-color: #ef7804;*/
  border-color: #ff7e00;
}

.container > .main > .search-result > .result-area > .result-list > li > a .heading {
  font-size: 1.6em;
  background: url(../images/sign-orange-right.png) 0 .4em no-repeat;
  padding-left: 12px;
  padding-right: 425px;
  margin-bottom: 20px;
  line-height: 1.3em;
  text-decoration: underline;
}

.container > .main > .search-result > .result-area > .result-list > li > a:hover .heading {
  text-decoration: none;
}
.container > .main > .search-result > .result-area > .result-list > li > a > .icons {
  position: relative;
  /* top: 15px; */
  /* right: 15px; */
  width: 500px;
  float: right;
  height: 38px;
  text-align: right;
}

.container > .main > .search-result > .result-area > .result-list > li > a > .icons .attention {
  font-weight: bold;
  font-size: 12px;
  background: #fff;
  padding: 1px 15px;
  margin: -30px -19px 4px;
  display: inline-block;
  color: #222;
  text-align: right;
  border: 1px #ccc solid;
}

.container > .main > .search-result > .result-area > .result-list > li > a:hover > .icons .attention {
  border-color: #ff7e00;
}

.container > .main > .search-result > .result-area > .result-list > li > a > .icons .date {
  font-weight: bold;
  color: #cc0000;
  font-size: 14px;
}

.container > .main > .search-result > .result-area > .result-list > li > a > .icons .closed {
  font-weight: bold;
/*  color: #888;*/
}

.container > .main > .search-result > .result-area > .result-list > li > a > .icons .date2 {
  color: #0d7e93;
  font-size: 14px;
}

.container > .main > .search-result > .result-area > .result-list > li > a > .icons img {
  position: absolute;
}

.container > .main > .search-result > .result-area > .result-list > li > a > .icons .icon-gbiz {
  right: 502px;
}

.container > .main > .search-result > .result-area > .result-list > li > a > .icons .icon-online {
  right: 256px;
}

.container > .main > .search-result > .result-area > .result-list > li > a > .icons .icon-download {
  right: 168px;
}

.container > .main > .search-result > .result-area > .result-list > li > a > .icons .icon-apply {
  right: 78px;
}

.container > .main > .search-result > .result-area > .result-list > li > a > .icons .icon-sign {
  right: 0;
}

.container > .main > .search-result > .result-area > .result-list.not-login > li > a > .icons .icon-gbiz {
  right: 393px;
}

.container > .main > .search-result > .result-area > .result-list.not-login > li > a > .icons .icon-online {
  right: 277px;
}

.container > .main > .search-result > .result-area > .result-list.not-login > li > a > .icons .icon-download {
  right: 200px;
}

.container > .main > .search-result > .result-area > .result-list.not-login > li > a > .icons .icon-apply {
  right: 126px;
}


.container > .main > .search-result > .result-area > .result-list > li > a .description {
  color: #444;
  padding-left: 12px;
}

.container > .main > .search-result > .result-area > .result-notes {
  margin: -20px 0 30px;
  font-size: 12px;
}

.container > .main > .search-result > .result-area > .result-notes h3 {
  color: #555;
  line-height: 35px;
}

.container > .main > .search-result > .result-area > .result-notes ul {
  overflow: hidden;
  padding: 5px 0 5px 10px;
  border: 1px dotted #ccc;
}

.container > .main > .search-result > .result-area > .result-notes li {
  float: left;
  list-style-type: none;
  padding-right: 20px;
  margin: 5px 0;
}
/* アイコン説明のfloatクリア用 */
.container > .main > .search-result > .result-area > .result-notes .float-clear {
  clear: left;
}

.container > .main > .search-result > .result-area > .result-notes img {
  height: 25px;
  vertical-align: middle;
}

/* 幅 1080px以下でタイトルをアイコン下に移動 */

@media screen and (max-width: 1080px) {
  .container > .main > .search-result > .result-area > .result-list > li > a .heading {
  margin-top: 50px;
  padding-right: 1em;
  }
}

/*detailの構成要素-------*/

.container > .main > .detail-area > .table-detail,
.container > .main > .detail-area > p {
  font-size: 1.1em;
}

.container > .main > .detail-area > .table-detail {
  width: 100%;
  border: #aaa solid 1px;
  margin-bottom: 15px;
}

.container > .main > .detail-area > .table-detail th,
.container > .main > .detail-area > .table-detail td {
  padding: 5px 15px;
  border-top: #aaa dashed 1px;
}

.container > .main > .detail-area > .table-detail th {
  width: 8em;
  border-right: #aaa solid 1px;
  background-color: #d4ddf3;
  color: #1c236e;
  vertical-align: middle;
}

.container > .main > .detail-area > .table-detail.head th {
  background-color: #4465a9;
  border-right-color: #4465a9;
  border-top-color: #ddd;
  color: #fff;
}

.container > .main > .detail-area > .table-detail.head td {
  font-size: 1.1em;
  font-weight: bold;
}

.container > .main > .detail-area > .table-detail td{
  background-color: #f5f5f5;
  color: #000;
  line-height: 1.7em;
}

.container > .main > .detail-area > .table-detail.body td{
  padding: 15px;
}

.container > .main > .detail-area > .table-detail td a.collapsible {
  background: url(../images/btn-minus.png) no-repeat;
  border: solid 2px;
  border-radius: 5px;
  display: inline-block;
  height: 15px;
  width: 20px;
  position: relative;
  top: 4px;
}

.container > .main > .detail-area > .table-detail td a.collapsible.collapsed {
  background-image: url(../images/btn-plus.png);
}

.container > .main > .detail-area > .btn-box {
  text-align: center;
}

.container > .main > .detail-area > .btn-box a {
  margin: 0 5px;
}

.container > .main > .detail-area > .btn-box a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.container > .main > .detail-area .attention-box,
.container > .attention-box,
#content > #content2 .attention-box {
  margin-top: 20px;
  margin-bottom: 20px;
}

.container > .main .attention-box > .heading,
.container > .attention-box > .heading,
#content > #content2 .attention-box > .heading {
  background-color: #bbb;
  line-height: 40px;
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 3px;
}

.container > .main .attention-box > .heading span,
.container > .attention-box > .heading span,
#content > #content2 .attention-box > .heading span {
  background: url(../images/sign-attention-black.png) 15px center no-repeat;
  padding-left: 45px;
  padding-top: 7px;
  padding-bottom: 5px;
  background-position-x: 5px;
}

.container > .main .attention-box > .content,
.container > .attention-box > .content,
#content > #content2 .attention-box > .content {
  border: #bbb solid 1px;
  padding: 10px;
}

.container > .main .attention-box.important > .heading,
.container > .attention-box.important > .heading,
#content > #content2 .attention-box.important > .heading {
  background-color: #cc0000;
  color: #fff;
}

.container > .main .attention-box.important > .content,
.container > .attention-box.important > .content,
#content > #content2 .attention-box.important > .content {
  border-color: #db7818;
}

.container > .main > .detail-area .table-settlement-fee {
  margin-bottom: 10px;
  white-space: nowrap;
  width: auto;
}

.container > .main > .detail-area .table-settlement-fee th,
.container > .main > .detail-area .table-settlement-fee td {
  border: #aaa solid 1px;
  padding: 5px 10px !important;
  width: auto;
}

.container > .main > .detail-area .table-settlement-fee .payment-fee {
  text-align: center;
  width: 200px;
}

.container > .main > .detail-area .table-settlement-fee .commission {
  text-align: right;
  width: 100px;
}

.container > .main > .detail-area .pay-easy-explanation {
  margin-top: 2px;
}

.container > .main > .detail-area .commission-explanation {
  margin-top: 10px;
}

.container > .main > .detail-area .credit-card-name,
.container > .main > .detail-area .credit-card-icon {
  margin-left: 15px;
}

.container > .main > .detail-area .credit-card-icon img {
  max-width: 50px;
}

/*共通に使用するclass-------*/

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px,1px,1px,1px);
}

.obj-mini {
  height: 0;
  width: 0;
  float: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.hidden {
  display: none !important;
}

body a.top-scroll {
  position: fixed;
  right: 0;
  bottom: 20px;
  padding: 10px 20px;
  background: #4465a9;
  color: #fff;
  font-size: 1.1em;
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

body a.top-scroll:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

body a.fixed-scroll {
    position: fixed;
    right: 0;
    top: 192px;
    padding: 10px 20px;
    background: #1c236e;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(44, 59, 94, 0.25), 0 1px 2px rgba(255, 255, 255, 0.2) inset;
    border: 1px solid #34538b;
    transition: box-shadow 0.1s, transform 0.1s;
    opacity: 1.0;
}

body a.fixed-scroll:hover {
  box-shadow: 0 2px 5px rgba(44, 59, 94, 0.18);
  transform: translateY(1px);
  background: linear-gradient(180deg, #34538b 0%, #232c5c 100%);
}

body .button_style {
  background: #ddd;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ddd));
  background: -webkit-linear-gradient(top, #f5f5f5, #ddd);
  background:  -moz-linear-gradient(left, #f5f5f5, #ddd);
  background:    -o-linear-gradient(top, #f5f5f5, #ddd);
  background:     linear-gradient(to bottom, #f5f5f5, #ddd);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#dddddd', GradientType=0)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#dddddd', GradientType=0);
  border-radius: 0.2em;
  border: #999 solid 1px;
  box-shadow : 0 0 1px 1px  #fff inset;
  height: 2.2em;
}

body .button_style_oid {
  width: 239px;
  font-size:13px;
}

body a.button_style {
  display: inline-block;
  *display: block;
  color: #000;
  text-decoration: none;
  height: auto;
  line-height: 2em;
  text-align: center;
}

body .button_style:hover {
  border-color: #777;
}

.trial-margin {
  margin-bottom: 15px;
}

/* 手続案内（ポップアップ）detailの構成要素-------*/

.subcontents > .subcontents2 > .article-normal > .table-detail,
.container > .main > .detail-area > p {
  font-size: 1.1em;
}

.subcontents > .subcontents2 > .article-normal > .table-detail {
  width: 100%;
  border: #aaa solid 1px;
  margin-bottom: 15px;
}

.subcontents > .subcontents2 > .article-normal > .table-detail th,
.subcontents > .subcontents2 > .article-normal > .table-detail td {
  padding: 5px 15px;
  border-top: #aaa dashed 1px;
}

.subcontents > .subcontents2 > .article-normal > .table-detail th {
  width: 8em;
  border-right: #aaa solid 1px;
  background-color: #d4ddf3;
  color: #1c236e;
  vertical-align: middle;
}

.subcontents > .subcontents2 > .article-normal > .table-detail.head th {
  background-color: #4465a9;
  border-right-color: #4465a9;
  border-top-color: #ddd;
  color: #fff;
}

.subcontents > .subcontents2 > .article-normal > .table-detail.head td {
  font-size: 1.1em;
  font-weight: bold;
}

.subcontents > .subcontents2 > .article-normal > .table-detail td{
  background-color: #f5f5f5;
  color: #000;
  line-height: 1.7em;
}

.subcontents > .subcontents2 > .article-normal > .table-detail td a.collapsible {
  background: url(../images/btn-minus.png) no-repeat;
  border: solid 2px;
  border-radius: 5px;
  display: inline-block;
  height: 15px;
  width: 20px;
  position: relative;
  top: 4px;
}

.subcontents > .subcontents2 > .article-normal > .table-detail td a.collapsible.collapsed {
  background-image: url(../images/btn-plus.png);
}

.subcontents > .subcontents2 > .message-box {
  padding: 10px;
  margin-bottom: 15px;
  border: #aaa 1px solid;
}

.subcontents > .subcontents2 > .message-box .errorMessage,
.subcontents > .subcontents2 > .message-box .actionMessage
{
  padding: 5px 20px 5px 20px;
}

/* 申請時ログイン・入力開始・一時保存再開画面 */

.wordbreak {
  word-break: break-all;
}

/* 手続案内様式ダウンロードボタン・電子申請をするボタン・URLボタン*/

.tetsuzukidetail-btn {
  width: 273px;
  margin: 0px 5px;
  display: inline-block;
  position: relative;
}

.btn-box .tetsuzukidetail-btn a {
  text-decoration: none;
  color: white;
  font-family: "游ゴシック Medium",  YuGothic, "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: -.04em;
  line-height:1em;
}

.btn-box .tetsuzukidetail-btn #notsigntool {
  text-decoration: none;
  color: white;
  font-family: "游ゴシック Medium",  YuGothic, "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: -.04em;
  line-height:1em;
}

.tetsuzukidetail-btn-child {
  width: 253px;
  height: 33px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-40%);
  -webkit-transform: translate(-50%,-40%);
  transform: translate(-50%,-40%);
  margin: 0px;
  padding: 0px;
}

.tetsuzukidetail-btn-child img {
  vertical-align: middle;
}

.tetsuzukidetail-btn-child > .small-char {
  font-size: 12px;
}

.tetsuzukidetail-btn-child > .inline {
  display:inline-block;
}

.tetsuzukidetail-btn-child > .url-button-name {
  padding: 2px;
}

/* スクリーンリーダー回避用 */
.accessible-hidden {
    position: absolute;
    min-width: 1px!important;
    min-height: 1px!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    top: -100%;
    left: -100%;
}
