﻿html,body,h1,h2,ul,li,label,table,tr,th,td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-family: "メイリオ",Meiryo,arial,sans-serif;
}

#header_main {
    height: 50px;
    background:linear-gradient(#37a3df,#2e96cf);
    position: relative;
    box-shadow: 0 1px 10px rgba(0,0,0,0.4);
    z-index: 100;
}

#logo {
    position: relative;
    top: 15px;
    height: 21px;
    width: 110px;
    margin: auto;
    display: block;
    background-image: url(./custom-2.png);
    background-repeat: no-repeat;
    background-size: 900px 36px;
    background-position: -711px 50%;
}

#header_sub {
    height: 40px;
    width: 100%;
    background: #f3f3f3;
    position: relative;
    border-bottom: 1px solid #d8d8d8;
    display: table;
}

#page_title {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto 0 auto;
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    color: #000;
    text-shadow: 1px 1px 0 #fff;
}

#contents_area {
    margin: 10px;
}

#contents_area_title, #terms_area_title, #user_name_title, #login_pw_title {
    font-size: 100%;
    font-weight: normal;
    color: #000;
}

ul {
    margin: 10px 0 15px 0;
    border-top: 1px solid #bab5a2;
    border-right: 1px solid #bab5a2;
    border-left: 1px solid #bab5a2;
    border-radius: 0.5em;
}

ul li {
    list-style: none;
    padding: 0.7em 15px;
    border-bottom: 1px solid #bab5a2;
    color: #000;
    text-shadow: 1px 1px 0 #fff;
    background: #fff;
    display: block;
}

.input_field {
    width: 98%;
    height: 2em;
    padding-left: 5px;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    border-width: 1px;
}

.li_first {
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
}

.li_last {
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
}

.btn_box{
    text-align: center;
    margin: 0;
}

.btn {
    margin: 1px;
    width: 100%;
    border-style: none;
    border-radius: 6px;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(255,255,255,.7);
    box-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

#btnLogin, #btnNext, #btnConfirm {
    height: 44px;
    color: #000;
    font-size: 110%;
    background-color: #f7aa24;
    background: linear-gradient(#ffb933,#f93)
}

ol {
    margin: 10px 0 15px 0;
    border: 1px solid #bab5a2;
    border-radius: 0.5em;
}

ol li {
	margin-right: 0.4em;
    padding: 0.4em;
    color: #000;
    text-shadow: 1px 1px 0 #fff;
    background: #fff;
}

.empty {
    background-color: #ffc !important
}

.msg_area {
    background-color: #ccc;
    padding: 10px;
    box-shadow: 0 -1px 3px rgba(0,0,0,0.4) inset;
}

.msg_area ul.error {
    border: 4px solid #c00;
    background-color: #fff;
    padding: 10px;
    margin: 0;
    color: #000;
    border-radius: 0;
}

.error_red {
    color: #c00;
    line-height: 1.4
}

.msg_area ul li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    line-height: 1.4;
    border-bottom: 0;
}

.msg_area span.icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(./common-2.png);
    background-size: 1400px 36px;
    background-repeat: no-repeat;
    background-position: -796px 50%;
}

#contents_area  span.icon {
    position: absolute;
    left: 15px;
    width: 18px;
    height: 18px;
    background-image: url(./common-2.png);
    background-size: 1400px 36px;
    background-repeat: no-repeat;
    background-position: -796px 50%;

}

.error_box {
    text-align: left;
    font-size: 80%;
    color: #c00!important;
    line-height: 1.4;
    padding-top: 5px;
    padding-left: 28px;
}

#guidance_area {
    margin: 10px;
    border: 1px solid #bab5a2;
    border-radius: 0.5em;
    padding: 10px;
}

#guidance_area p {
    margin:5px;
    font-size: 80%;
}

#ifrTermsContainer {
  height: 150px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border:1px solid #bab5a2;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.note {
    font-size: 80%;
}

#chkConfrimDiv{
  padding-top: 5px;
}

#tbl_account {
  margin: 10px auto 0 auto;
  width:55%;
}

#tbl_account tr {
  height: 2.0em;
}

#tbl_account th,td {
  font-weight: normal;
  text-align: left;
}

#user_name_title, #login_pw_title{
  margin-top: 15px;
}

#footer_area {
  width: 100%;
  background: #f3f3f3;
  border-top: 1px solid #d8d8d8;
}

.bottom_fix {
  position: fixed;
  bottom: 0;
}

#footer_small {
  margin: 0 10px;
  display: block;
}

.post_note {
  font-size: 80%;
  margin: 3px 0 20px 5px;
  color: #757575;
}

.space_box {
    height: 20px;
}

span.inf-icon {
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url(./common-2.png);
    background-size: 1400px 36px;
    background-repeat: no-repeat;
    background-position: -856px 50%;
}

.inf-note > .note {
  padding-left: 22px;
}

#chkConfrim {
  height: 17px;
  vertical-align: middle;
}

.invisible {
  display: none;
}