
#footer_btn { display: none;} /* 新規ウィンドウで表示されるので不要 */

h2.page_title { margin-bottom: 20px;}

.msg {
  padding: 0 6.25%;
}

.tbl_wrap { padding: 0 3.125%;}

.tbl_color1, .tbl_color2 { width: 100%;}

.tbl_color1 .col1, .tbl_help1 th {
  display: block;
}

.tbl_help2 .col1 {
  display: none;
}
.tbl_color1, .tbl_help1, .tbl_help2 {
  border-collapse: separate;
  *border-collapse: collapse; /* IE7 and lower */
  border-spacing: 0;
  border: solid #ccc 1px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow:  0 1px 3px rgba(0,0,0,.1);
  -moz-box-shadow:  0 1px 3px rgba(0,0,0,.1);
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
}

.tbl_color1 th, .tbl_color1 td,
.tbl_help1 th, .tbl_help1 td,
.tbl_help2 th, .tbl_help2 td{
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  background: #FFFFFF;
  padding: 5px;
}
.tbl_color1 th, .tbl_help1 th, .tbl_help2 th {
  background: #e3dcd5; /* Old browsers */
  background: -moz-linear-gradient(top,  #f1efed 1%, #e3dcd5 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f1efed), color-stop(100%,#e3dcd5)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f1efed 1%,#e3dcd5 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f1efed 1%,#e3dcd5 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f1efed 1%,#e3dcd5 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f1efed 1%,#e3dcd5 100%); /* W3C */
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  border-top: none;
  border-bottom: none;
  text-align: left;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.tbl_color1 td:last-child,
.tbl_help1 td:last-child,
.tbl_help2 td:last-child {
  border-right: none;
}
.tbl_color1 th.col1 + th,
.tbl_help1 th.col1 + th,
.tbl_help2 th.col1 + th {
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
.tbl_color1 th:last-child,
.tbl_help1 th:last-child,
.tbl_help2 th:last-child {
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  border-right: none;
}
.tbl_color1 tr:last-child th.col1 + td,
.tbl_help1 tr:last-child th.col1 + td,
.tbl_help2 tr:last-child th.col1 + td {
  -moz-border-radius: 0 0 0 5px;
  -webkit-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
.tbl_color1 tr:last-child td:last-of-type,
.tbl_help1 tr:last-child td:last-of-type,
.tbl_help2 tr:last-child td:last-of-type {
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.tbl_help2 td{
  vertical-align: top;
}
.tbl_color1 td, .tbl_help1 td{
  vertical-align: top;
  display: block;
}
.tbl_color1 th.col1 + td,
.tbl_help2 th.col1 + td {
  min-width: 90px;
}

.submit_area {
  padding: 20px 0;
  text-align: center;
}

.btn_silver, .btn_silver span {
  display: inline-block;
  height: 35px;
  line-height: 36px;
  min-width: 60px;
/*  background: url(../../../images/mobile/btn_white.gif) no-repeat top left;*/
/*  color: #6C6360;*/
  background: var(--bg-btn-main);
  color: var(--tx-btn-main);
  border-radius: var(--rd-btn-main);
  
  font-size: 15px;
  font-weight: bold;
  /* for IE6 */
  *display: inline;
  zoom: 1;
  cursor: pointer;
}

.btn_silver, .btn_silver:hover{
  min-width: 60px;
  padding-left: 30px;
  color: #6C6360;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}

.btn_silver span {
  background-position: right top; padding-right: 30px;
}

.help_head {
  padding: 10px;
}

#opc_help {
 margin-left: 15px;
 margin-right: 15px;
 margin-bottom: 15px;
}

a.btn_green, a.btn_green span {
  background: var(--bg-btn-main);
  color: var(--tx-btn-main);
  border-radius: var(--rd-btn-main);
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  height: 35px;
  line-height: 36px;
  padding: 0px 12px;
}

