
@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul li {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #000000;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
body {
  font-size: 13px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #f9fdff;
}
#wrapper {
  width: 750px;
  margin: 0 auto;
  padding-bottom: 10px;
}
h1 {
  font-weight: bold;
  font-size: 25px;
  padding: 30px 10px 25px;
  margin-bottom: 20px;
  border-top: 1px solid #d7d7d7;
  background-image: url(/shared/img/bottom_bar.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}
h2 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
#form {
  padding: 10px;
  margin-bottom: 20px;
}
.Number {
  font-size: 15px;
  font-weight: bold;
  color: #3088d3;
  padding-bottom: 20px;
}
.resultList dl {
  line-height: 1.3em;
  padding: 5px 5px 15px;
  margin-bottom: 10px; /*border-bottom:1px dotted #3088d3;*/
}
.resultList dt {
  float: left;
  padding: 0 20px 20px 0;
}
.resultList dd a {
  color: #3088d3;
  margin-left: 20px;
  text-decoration: none;
}
.resultList dd a:hover {
  text-decoration: underline;
}
/*--20141006追加--*/
.resultList_01 dl {
  line-height: 1.3em;
  padding: 5px 5px 10px;
  margin-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #D6D6D6;
}
.resultList_01 dt {
  float: left;
  padding: 0 20px 20px 0;
}
.resultList_01 dd a {
  color: #3088d3;
  margin-left: 20px;
  text-decoration: none;
}
.resultList_01 dd a:hover {
  text-decoration: underline;
}
/*--/20141006追加--*/
.bold {
  font-weight: bold;
}
.qaBlock {
  display: block;
  height: 35px;
  overflow: hidden;
}
#form td {
  padding: 2px 5px;
  border-bottom: solid 7px #FFFFFF;
  border-collapse: separate;
}
#form td.item {
  vertical-align: middle;
  color: #FFFFFF;
  font-size: 15px;
  background-color: #3088d3;
}
#form div#detail {
  width: 720px;
  padding: 8px 8px 8px;
  margin: 0 auto 10px;
  border: 1px solid #3088d3;
}
#form div#detail th {
  vertical-align: middle;
  border-collapse: separate;
  border-bottom: solid 7px #FFFFFF;
  text-align: center;
  padding: 10px 10px 10px 10px;
  margin: 0 15px 0 0;
  width: 130px;
  color: #FFFFFF;
  font-size: 15px;
  background-color: #3088d3;
}
#form div#detail td {
  vertical-align: middle;
  padding: 5px;
}
#form .pager {
  width: 740px;
  padding: 5px 0 30px;
}
/*-- 20160627ADD --*/
.pager a {
  text-decoration: none;
}
.pager a:hover {
  color: #3088d3;
}
.pager a:active {
  color: #3088d3;
  font-weight: bold;
}
/*-- /20160627ADD --*/
#form .pager p.left {
  float: left;
}
#form .pager p.right {
  float: right;
}
#form .pager span.PageNumber {
  padding: 0 3px;
}
#form .pager span.number:hover {
  color: #3088d3;
}
.category {
  width: 720px;
  padding: 10px 10px 10px;
  margin: 0 auto 10px;
  border: 1px solid #3088d3;
}
.category dt {
  float: left;
  text-align: center;
  padding: 10px 10px 10px 10px;
  margin: 0 15px 0 0;
  width: 130px;
  color: #FFFFFF;
  font-size: 15px;
  background-color: #3088d3;
}
.category dd {
  margin-bottom: 10px;
  padding: 5px 10px 10px;
}
.category dd.check {
  margin-top: 5px;
  padding-top: 10px;
}
.category dd.check_01 {
  padding: 0px;
  margin: 10px;
}
.submit {
  text-align: center;
}
.submit input {
  font-size: 15px;
  text-align: center;
  padding: 5px 50px;
  background-color: #3088d3;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
}
#register {
  padding: 10px;
  margin-bottom: 5px;
}
.listType_top ul {
  margin-left: 15px;
}
.listType_top ul li {
  list-style-type: disc;
  padding-bottom: 5px;
}
.listType_top ul li a {
  text-decoration: none;
}
.listType_top ul li a:hover {
  text-decoration: underline;
}
.jpnlogo {
  border-top: 1px solid #d7d7d7;
  padding-top: 10px;
  text-align: right;
}
p.attention {
  padding: 5px 5px 15px;
  line-height: 1.4em;
  color: #F00000;
}
p.attention span {
  display: block;
  width: 13px;
  float: left;
  padding: 0 5px 15px 0;
}
/* /20200304ADD */
/* ----------------------------------------------------------------
Helpers
----------------------------------------------------------------- */
/* align
----------------------------------------------- */
.top {
  vertical-align: top !important;
}
.middle {
  vertical-align: middle !important;
}
.bottom {
  vertical-align: bottom !important;
}
.left {
  text-align: left !important;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
}
/* width [5-100,col3 col6 col7 col8 col9]
----------------------------------------------- */
.w5 {
  width: 5% !important;
}
.w10 {
  width: 10% !important;
}
.w15 {
  width: 15% !important;
}
.w20 {
  width: 20% !important;
}
.w25 {
  width: 25% !important;
}
.w30 {
  width: 30% !important;
}
.w35 {
  width: 35% !important;
}
.w40 {
  width: 40% !important;
}
.w45 {
  width: 45% !important;
}
.w50 {
  width: 50% !important;
}
.w55 {
  width: 55% !important;
}
.w60 {
  width: 60% !important;
}
.w65 {
  width: 65% !important;
}
.w70 {
  width: 70% !important;
}
.w75 {
  width: 75% !important;
}
.w80 {
  width: 80% !important;
}
.w85 {
  width: 85% !important;
}
.w90 {
  width: 90% !important;
}
.w95 {
  width: 95% !important;
}
.w100 {
  width: 100% !important;
}
.wCol3 {
  width: 33.33333333333333% !important;
}
.wCol6 {
  width: 16.66666666666667% !important;
}
.wCol7 {
  width: 14.28571428571429% !important;
}
.wCol8 {
  width: 12.5% !important;
}
.wCol9 {
  width: 11.11111111111111% !important;
}
/* margin [0-50]
----------------------------------------------- */
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.ml0 {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}
/* padding [0-50]
----------------------------------------------- */
.pt0 {
  padding-top: 0 !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pl50 {
  padding-left: 50px !important;
}


