@charset "utf-8";
/*-----------------------------------------
layout
-----------------------------------------*/
body {
  text-align: left;
  font-family: sans-serif;
  font-size: 12px;
  line-height: 1.4;
  color: #333;
}

header {
  margin-bottom: 11px;
  padding-top: 3px;
  background-color: #003399;
  border-bottom: #cccccc 2px solid;
}

header .header-inner {
  height: 37px;
  padding: 0 10px;
  background-color: #000031;
}

header h1 {
  padding-top: 4px;
}

.note {
  margin-left: 5px;
  font-size: 12px;
  font-weight: normal;
  color: #cc0000;
}

.note2 {
  margin-left: 5px;
  font-size: 12px;
  font-weight: normal;
}

.note-text {
  margin: 5px 0;
}

#main {
  width: 95%;
  margin: 0 auto;
  padding: 0 0 25px 0;
}

#main .page-title {
  width: 300px;
  margin: 0 auto 17px;
  background: #264ea3; /* Old browsers */
  background: -moz-linear-gradient(top, #264ea3 0%, #151553 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #264ea3),
    color-stop(100%, #151553)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #264ea3 0%,
    #151553 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #264ea3 0%,
    #151553 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #264ea3 0%, #151553 100%); /* IE10+ */
  background: linear-gradient(to bottom, #264ea3 0%, #151553 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#264ea3', endColorstr='#151553',GradientType=0 ); /* IE6-9 */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 3px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  color: #fff;
}
#main .page-title.longWords {
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.5;
}
#main .page-title.longWords02 {
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.5;
}
.intro {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #ccc;
}

.intro h2 {
  margin-bottom: 14px;
  padding-bottom: 5px;
  border-bottom: 2px solid #c8c8c8;
  -webkit-box-shadow: 0 2px 0 #e6e6e6;
  box-shadow: 0 2px 0 #e6e6e6;
  font-size: 15px;
  color: #191919;
}

.intro ul li {
  margin-bottom: 3px;
}

.element {
  margin: 0 5px 20px;
  overflow: hidden;
}

.element label {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
}

.error {
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
  color: #cc0000;
}

.error-input {
  background-color: #fadd6b;
}

.element .check {
  padding: 5px;
  background-color: #f5f5f5;
  word-wrap: break-word;
}

select {
  width: 100%;
  font-size: 14px;
}

input {
  display: block;
  width: 100%;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[hidden] {
  display: none;
}
textarea {
  display: block;
  width: 100%;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form .cl-box {
  padding: 6px 10px;
  background-color: #f5f5f5;
}

.note-box {
  margin-bottom: 30px;
  padding: 13px 10px;
  background-color: #f5f5f5;
}

.note-box h2 {
  margin-bottom: 5px;
  font-weight: bold;
}

.note-box ul li {
  margin-bottom: 3px;
}

.cnf-btn {
  width: 270px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;

  background: #4ec7fe; /* Old browsers */
  background: -moz-linear-gradient(top, #4ec7fe 0%, #47b6e8 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #4ec7fe),
    color-stop(100%, #47b6e8)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #4ec7fe 0%,
    #47b6e8 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #4ec7fe 0%,
    #47b6e8 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4ec7fe 0%, #47b6e8 100%); /* IE10+ */
  background: linear-gradient(to bottom, #4ec7fe 0%, #47b6e8 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ec7fe', endColorstr='#47b6e8',GradientType=0 ); /* IE6-9 */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 3px 3px 3px #ccc;
  box-shadow: 3px 3px 3px #ccc;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  -webkit-appearance: none;
}

.cnf-btn:hover,
.cnf-btn:active {
  cursor: pointer;
}

.check-btns {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #c8c8c8;
}

.check-btns ul {
  width: 215px;
  margin: 0 auto;
  clear: both;
  display: block;
  zoom: 1;
}

.check-btns ul:after {
  content: " ";
  height: 0.1px;
  display: block;
  clear: both;
}

.check-btns ul li {
  float: left;
  width: 100px;
}

.check-btns ul li.right {
  float: right;
  margin-right: 0;
}

.check-btns input {
  width: 100px;
  padding: 10px 0;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 3px 3px 3px #ccc;
  box-shadow: 3px 3px 3px #ccc;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  -webkit-appearance: none;
}

.check-btns input.back-btn {
  background: #848484; /* Old browsers */
  background: -moz-linear-gradient(top, #848484 0%, #797979 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #848484),
    color-stop(100%, #797979)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #848484 0%,
    #797979 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #848484 0%,
    #797979 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #848484 0%, #797979 100%); /* IE10+ */
  background: linear-gradient(to bottom, #848484 0%, #797979 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#848484', endColorstr='#797979',GradientType=0 ); /* IE6-9 */
}

.check-btns input.submit-btn {
  background: #4ec7fe; /* Old browsers */
  background: -moz-linear-gradient(top, #4ec7fe 0%, #47b6e8 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #4ec7fe),
    color-stop(100%, #47b6e8)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #4ec7fe 0%,
    #47b6e8 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #4ec7fe 0%,
    #47b6e8 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4ec7fe 0%, #47b6e8 100%); /* IE10+ */
  background: linear-gradient(to bottom, #4ec7fe 0%, #47b6e8 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ec7fe', endColorstr='#47b6e8',GradientType=0 ); /* IE6-9 */
}

.check-btns input:hover,
.check-btns input:active {
  cursor: pointer;
}

.top-btn a {
  display: block;
  width: 270px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;

  background: #4ec7fe; /* Old browsers */
  background: -moz-linear-gradient(top, #4ec7fe 0%, #47b6e8 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #4ec7fe),
    color-stop(100%, #47b6e8)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #4ec7fe 0%,
    #47b6e8 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #4ec7fe 0%,
    #47b6e8 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4ec7fe 0%, #47b6e8 100%); /* IE10+ */
  background: linear-gradient(to bottom, #4ec7fe 0%, #47b6e8 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ec7fe', endColorstr='#47b6e8',GradientType=0 ); /* IE6-9 */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 3px 3px 3px #ccc;
  box-shadow: 3px 3px 3px #ccc;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.top-btn a:link,
.top-btn a:visited,
.top-btn a:hover,
.top-btn a:active {
  text-decoration: none;
  color: #fff;
}

.thanks-text {
  margin-bottom: 18px;
  text-align: center;
  font-weight: bold;
}

.acquisition {
  margin: 15px 0 0 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.acquisition .acq-title {
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

.check-list li {
  margin-bottom: 3px;
}
.check-list-conf {
  background-color: #f5f5f5;
  padding: 5px;
}

.check-list-conf li {
  margin-bottom: 3px;
}

footer {
  color: #fff;
  line-height: 39px;
  text-align: center;
  background-color: #000031;
}
#windowList {
  margin: 20px 0 20px;
  padding: 20px;
  border: 2px solid #c00;
  background: rgba(200, 0, 0, 0.05);
}
#windowList dt {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
}
#windowList dd ul {
  padding: 10px 0 0 !important;
}
#windowList dd ul li {
  margin: 10px 0 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
  list-style: none !important;
  line-height: 1.5;
}
#windowList dd ul li a {
  color: #f00;
}
