@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);
html {
  overflow-y: scroll
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

caption, th {
  text-align: left
}

q:before, q:after {
  content: ''
}

object, embed {
  vertical-align: top
}

hr, legend {
  display: none
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%
}

img, abbr, acronym, fieldset {
  border: 0
}

li {
  list-style-type: none
}

body {
  background: #eeeeee;
  color: #444444;
  font-size: 77%;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif !important;
  line-height: 1.5
}

* html body {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif !important
}

a:hover {
  text-decoration: none
}

.imgR {
  float: right;
  margin: 0 0 10px 10px
}

.imgL {
  float: left;
  margin: 0 10px 10px 0
}

.btn {
  text-align: center
}

.externalIcon {
  padding-left: 5px;
  vertical-align: middle
}

#hoge:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both
}

.clearFix {
  clear: both
}

.attention {
  font-size: 80%;
  color: #CC0000
}

#page {
  width: 1000px;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  background: #FFFFFF;
  margin: auto;
  text-align: left
}

#page #header {
  margin: 0 20px;
  overflow: hidden;
  _zoom: 1
}

#page #header h1 {
  float: left;
  margin-top: 15px
}

#page #header span.p-mark {
  float: right
}

#page #footer {
  margin: 20px 0 0;
  text-align: center;
  background: #191D6A
}

#page #footer ul {
  margin: auto;
  padding: 20px 0;
  text-align: center;
  overflow: hidden;
  _zoom: 1
}

#page #footer ul li {
  display: inline;
  font-size: 90%
}

#page #footer ul a {
  margin: 0 10px;
  color: #FFFFFF
}

#page #footer ul a:hover {
  color: #FFFFFF
}

#page h2 {
  background: #191D6A;
  padding: 10px 20px;
  margin-bottom: 20px;
  color: #FFFFFF;
  font-size: 120%;
  letter-spacing: 0.1em
}

#page h2.formEnTtl {
  font-family: 'oswald', arial, sans-serif;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0em
}
form p.btn{
  cursor: auto;
}
form p.btn:active{
  box-shadow: none;
}
form p button:hover, .applyBtn:hover{
  cursor: pointer;
}

#page h3 {
  color: #555555;
  margin-bottom: 10px
}

#contents {
  margin: 20px
}

#contents p {
  margin-bottom: 1em
}

#pager {
  margin-bottom: 20px;
  overflow: hidden;
  _zoom: 1
}

#pager li {
  display: block;
  padding: 5px 10px;
  background: #DDDDDD;
  float: left;
  margin-right: 2px;
  color: #FFFFFF
}

#pager li a#back {
  background: #ddd url(../form/img/bg_pagerback.gif) no-repeat left;
  padding-left: 25px;
  padding-right: 15px;
  color: #444444
}

#pager li.this {
  background: #191D6A
}

#form {
  margin-bottom: 20px
}

#form p {
  margin-bottom: 1em
}

#form .article {
  margin-bottom: px
}

#form .article h3.txt {
  font-size: 110%;
  background: #F3F3F3;
  border-left: #ce93bf 2px solid;
  padding: 8px 15px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  color: #444444
}

#form table {
  margin: auto auto 30px;
  margin-bottom: 30px;
  text-align: center;
  border-collapse: separate;
  border: 1px solid #CCCCCC;
  width: 960px
}

#form table th {
  border-top: 1px solid #CCCCCC;
  background: #EEEEEE;
  color: #555555;
  vertical-align: top;
  padding: 10px;
  text-align: left;
  width: 150px
}

#form table th.first {
  border-top: none
}

#form table td {
  border-top: 1px solid #CCCCCC;
  padding: 10px;
  text-align: left;
  vertical-align: top
}

#form table .must {
  font-size: 80%;
  font-weight: bold;
  color: #CC0000
}

#form table .optional {
  font-size: 80%;
  font-weight: bold;
  color: #0000CC
}

#form table td.first {
  border-top: none
}

#form table th.detail {
  text-align: right;
  width: 180px
}

#form table td.detail {
  text-align: right;
  width: 180px
}

#form table td.detail2 {
  text-align: left;
  width: 180px
}

#form table .attention {
  margin-left: 20px;
  font-size: 90%;
  font-weight: normal;
  color: #999999
}

#form table .attention2 {
  font-size: 90%;
  font-weight: normal;
  color: #999999
}

#form input {
  /* background: #fdf9f2; */
  padding: 3px
}

#form input[type="text"]{
  border: 1px #bbb solid;
}

#form input[type="text"]:disabled{
  background-color: #eee;
}

#form textarea {
  /* background: #fdf9f2; */
  padding: 3px;
  border: 1px #bbb solid;
}

#form textarea:disabled{
  background-color: #eee;
}

.agreement {
  width: 916px;
  height: 180px;
  font-size: 90%;
  overflow: auto;
  border: 2px solid #CCC;
  padding: 10px 20px;
  margin: 0px auto 30px;
  background: white
}

.agreement p, .agreement ol {
  margin-bottom: 1em
}

.agreement p, .agreement ol.agreement2 li {
  margin-bottom: 1em
}

.agreement .pBottom0 {
  margin-bottom: 0 !important
}

.agreement ol li {
  margin-left: 20px;
  list-style: decimal
}

.agreement dt {
  padding-left: 1em;
  float: left;
  width: 12em
}

.agreement dd {
  margin-left: 12em;
  padding-right: 1em;
  padding-bottom: 0.2em
}

.btn {
  margin-bottom: 20px
}

.applyBtn {
  background: #FFF url(../form/img/bg_button.gif) repeat-x bottom;
  text-align: center;
  width: 250px;
  padding: 10px 30px;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #333;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px 0 #FFF;
  transition: 0.5s;
}

.applyBtn:hover {
  background: #FFF url(../form/img/bg_button02.gif) repeat-x bottom;
  cursor: pointer
}

.applyBtn:disabled {
  opacity: 0.5;
  cursor: default;
}
.applyBtn02 {
  background: #FFF url(../form/img/bg_button03.gif) repeat-x bottom;
  text-align: center;
  width: 250px;
  padding: 10px 30px;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #333;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px 0 #FFF
}

.applyBtn02:hover {
  background: #FFF url(../form/img/bg_button02.gif) repeat-x bottom;
  cursor: pointer
}

.formBtn {
  background: #e28416 !important;
  font-size: 100%;
  padding: 10px 80px !important;
  color: white;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px
}

.formBtn2 {
  background: #999999 !important;
  font-size: 100%;
  padding: 10px 80px !important;
  color: white;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px
}

#confirm form {
  margin: 10px
}

#confirm {
  width: 550px;
  margin: auto;
  _zoom: 1;
  overflow: hidden
}

#confirm #send {
  float: right
}

#confirm #back {
  float: left
}

.contactBox {
  margin: 20px auto 300px;
  padding: 20px;
  background: #EEEEEE;
  border: 1px solid #CCCCCC;
  width: 500px;
  text-align: center
}

#serviceInfo {
  background: #efebdf;
  margin: 20px 0;
  padding: 20px;
  overflow: hidden;
  _zoom: 1
}

#serviceInfoL {
  width: 440px;
  float: left
}

#serviceInfoR {
  width: 440px;
  float: right
}

#serviceInfo h3 {
  margin-bottom: 10px
}

#serviceInfo ol li {
  font-size: 90%;
  list-style: decimal;
  margin-left: 30px;
  margin-bottom: 5px
}

#serviceInfoR ol {
  margin-bottom: 20px
}

#serviceInfo p {
  font-size: 90%
}

#serviceInfo dl {
  margin-top: 10px;
  font-size: 90%
}

#serviceInfo dt {
  font-weight: bold;
  margin-bottom: 5px
}

#serviceInfo dd {
  margin-left: 5px
}

#error {
  margin: 0 auto 20px;
  background: #FFE0E6;
  border: 1px solid #CC0000;
  padding: 10px;
  width: 500px
}

#error li {
  color: #CC0000;
  text-align: left
}

#wcInfo {
  background: #EEEEEE;
  margin: 20px 0;
  padding: 20px;
  overflow: hidden;
  _zoom: 1
}

#wcInfoL {
  width: 440px;
  float: left
}

#wcInfoR {
  width: 440px;
  float: right
}

#wcInfo h3 {
  margin-bottom: 10px
}

#wcInfo p {
  font-size: 90%
}

#wcInfo ul {
  overflow: hidden;
  _zoom: 1
}

#wcInfo ul li {
  float: left;
  margin-right: 20px
}

#invite {
  margin-bottom: 20px;
  border: #9D8A4F 1px dashed
}

#invite table {
  margin-bottom: 0 !important;
  width: 550px;
  border: none !important
}

#invite table th, #invite table tr, #invite table td {
  border: none !important
}

iframe.agreementBox {
  width: 956px;
  height: 180px;
  font-size: 90%;
  overflow: auto;
  border: 2px solid #CCC;
  margin: 0px auto 30px;
  background: white
}

#captcha-area {
  text-align: center;
}

/* 以下、レスポンシブ用に作成（2019/02/22） */

.sptb-res .table-custom{
	width:550px;
  margin: 0 auto;
  font-size: 15px;
}
.sptb-res .table-custom th{
	width: 100px;
	padding: 7px 10px;
}
.sptb-res .table-custom th span{
	display: block;
	background: #E84795;
	color: #fff;
	text-align: center;
	font-weight: normal;
	padding: 8px 10px;
	border-radius: 50px;
}
.sptb-res .table-custom td{
	padding: 2px 10px;
}
.sptb-res .inv-text{
	line-height: 1.9;
	text-align: center;
}
.sptb-res .font-small{
	font-size: 80%;
}

@media screen and (max-width:540px) {
  .sptb-res .table-custom{
    width: 100%;
  }
}
