/**
 * 共通
 */
/* --------Reset Stylesheet */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, a, 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;
  background: transparent;
  box-sizing: border-box;
}
body {
  line-height: 1;
  font-size: 12px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th, table td{
  overflow-wrap:break-word;
}
h1, h2, h3, h4, h5, h6, th {
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
input, select {
  vertical-align: middle;
}
button {
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  background: transparent;
}

body
{
  font-family: Segoe UI, SegoeUI,"メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Arial, sans-serif;

  font-family: Segoe UI, SegoeUI, Meiryo, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.6;
  background-color: #FFF;

  width: 1256px;
  min-height: 0;
  height: auto;
  margin: 0px auto 0px auto;
  border-left: solid 1px #e6e6e6;
  border-right: solid 1px #e6e6e6;
}

/**
 * ヘッダ
 */
div.header
{
  display: table;
  color: #000000;
  border-bottom: solid 1px #c4c4c4;
  background-color: #daedda;
  width: 100%;
  padding: 20px 0px 20px 50px;
}
div.header > div
{
  display: table-cell;
  font-size: 175%;
}
div.header > div:nth-child(1){ width: 300px; }
div.header > div:nth-child(2){ width:  auto; }

/**
 * フッタ
 */
div#block-footer
{
  color: #ffffff;
  background-color: #006644;
  width: 100%;
  text-align: center;
  padding: 3px 0px;
  font-size: 95%;
}

/**
 * 言語選択
 */
div.select-lang
{
  width: 100%;
  padding: 22px 25px;
}
div.select-lang > table
{
  width: 100%;
  border-spacing : 15px 25px;
  border-collapse: separate;
}
div.select-lang td
{
  width: 25%;
  padding: 10px;
  color : #000000;
  background-color: #daedda;
  border: solid 1px #006644;
  font-size: 150%;
  text-align: center;
  vertical-align: middle;
  height: 220px;
}
div.select-lang td:hover
{
  cursor: pointer;
  color : #ffffff;
  background-color: #006644;
}

/**
 * 言語選択(確認)
 */
/** メッセージ */
div.msg
{
  padding: 185px 0px 100px 0px;
  width: 100%;
  font-size: 150%;
}
div.msg > div
{
  margin: 0px auto 0px auto;
  width: 1000px;
  color : #000000;
}
/** ボタン */
div.block-btn
{
  width: 100%;
  text-align: center;
  padding: 0px 0px 60px 0px;
}
div.block-btn > input[type='button']
{
  color : #000000;
  background-color: #ffffff;
  border: solid 1px #006644;
  border-radius: 3px;
  width : 215px;
  height:  50px;
  font-size: 150%;
}
div.block-btn > input[type='button']:nth-child(1){ margin-right: 20px; }
div.block-btn > input[type='button']:nth-child(2){ margin-left:  20px; }
div.block-btn > input[type='button']:hover
{
  cursor: pointer;
  color : #ffffff;
  background-color: #006644;
}

/*----------------------- ボタン汎用 */
.msg .btnArea {
  text-align: center;
  margin-top: 110px;
}

.msg .funcBtn {
  min-width: 64px;
  min-height: 22px;
  font-size: 12px;
  display: inline;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 4px;
  background: linear-gradient(#ffffff 10%, #e7e7e7 100%);
  box-shadow: inset 0 -1px 0 white;
  border: 1px solid #7da6ce;
  color: #1c3349;
}

.msg .btnArea .funcBtn {
  font-size: 24px;
  width: 120px;
  height: 50px;
  margin: 0 50px;
}

.funcBtn.is-disabled {
  cursor: default;
}

.funcBtn:not(.is-disabled):not(.is-selected):hover {
  background: linear-gradient(#ffffff 10%, #f4f4f4 100%);
  color: #20405f;
  border-color: #a2bfdc;
}

.funcBtn.is-disabled {
  background: linear-gradient(#e7e7e7 10%, #e7e7e7 100%);
  color: #aab2ba;
  box-shadow: inset 0 -1px 0 #f2f2f2;
}