@charset "utf-8";

*{
margin:0;
padding:0;
}

body,input,select,textarea{
font-size:14px;
font-family: Meiryo, sans-serif;
}

input{
margin:1px;
}

img {
border:0 none;
margin:0;
padding:0;
}

ul li {
margin:0;
padding:0;
}

ul, ol, dl {
list-style:none outside none;
}

.d_width_txt40 {
width:22.2em;
padding:1px;
}

.d_width_select40 {
border: solid 1px #bbbbbb;
padding: 1px 3px;
width:11.7em;
}

.imgButton {
border:0;
background-repeat:no-repeat;
cursor:pointer;
vertical-align:bottom;
margin:0;
}

.d_notice_area {
  padding:5px;
  border:1px solid #F9A527;
  background:#FFFFDD;
  font-size:12px;
  width:480px;
  color: #ad6321;
}

.d_success_area{
  color:#009304;
  font-weight:bold;
  padding:5px;
  background-color:#D3ECC3;
  border:1px solid #009304;
  font-size:12px;
  width:480px;
  position: relative;
  margin: auto auto auto auto;
}

.d_error_area{
color:#CC3300;
font-weight:bold;
padding:5px;
background-color:#FFDBCF;
border:1px solid #CC3300;
font-size:12px;
width:480px;
position: relative;
margin: auto auto auto auto;
}

.d_error_area ul{
list-style-type:none;
}

.btn_login{
background: url(../img/btn_login_def.gif) no-repeat 0 0;
width:211px;
height:32px;
}

.btn-login-theme {
  text-align: center;
  padding: 4px 12px;
  line-height: 1em;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  text-decoration: none;
  outline: none;
  color: #000;
  background: #515151;
  font-family: メイリオ, Meiryo, Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  border-width: 1px;
  border-style: solid;
  border-color: #515151;
  border-radius: 3px 3px;
  background-image: -webkit-linear-gradient(#747474, #515151, #515151);
  background-image: linear-gradient(#747474, #515151, #515151);
  color: #fff;
}

.btn-login-theme:hover {
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-color: #515151;
  background: #5a5a5a;
}

.btn-login {
  width: 220px;
  height: 30px;
}

.bg_logo {
background: no-repeat 0 0;
height:26px;
}

body{
background:#fdf4e5;
}

#d_messages{
min-height:40px;
height: auto !important;
height: 40px;
padding-top:41px;
}

#d_messages_ill {
  min-height: 122px;
  height: auto !important;
  height: 122px;
  padding-top: 15px;
}

#d_contents{
margin:auto;
padding:5px;
border:none !important;
}

#d_wrap{
margin: auto auto 15px auto;
padding: 18px 30px 0 34px;;
text-align:center;
width:477px;
height: 334px;
position:relative;
min-height:100%;
background: url(../img/base_login.png?2) no-repeat;
}

#d_wrap_ill {
  margin: auto auto 15px auto;
  padding: 18px 30px 0 34px;
  text-align: center;
  width: 477px;
  height: 334px;
  position: relative;
  min-height: 100%;
  background: url(../img/base_login_2.png) no-repeat;
}

#d_wrap2{
text-align:center;
padding-bottom:30px;
}

#d_header_ill {
  background: #fff;
  padding: 3px;
  color: #bbbbbb;
}

#d_login_input {
margin: 0 24px 0 17px;
padding-bottom: 38px;
}

#d_login_error {
  margin: 0 24px 0 17px;
  padding-bottom: 38px;
  padding-top: 38px;
}

#d_login_error p {
  font-size: 13px;
  line-height: 19.5px;
  text-align: center;
  font-weight: 400;
}

#d_wrap ul, #d_wrap_forget ul, #d_wrap_ill ul {
  list-style: none;
  line-height: 1.8;
  margin: 10px 60px 0 60px;
  padding-bottom: 10px;
  font-size: 93%;
}

#d_wrap li, #d_wrap_ill li, #d_wrap_forget li {
  margin-bottom: 15px;
}

#d_wrap li input, #d_wrap_ill li input, #d_wrap_forget li input {
  border: solid 1px #bbbbbb;
  padding: 1px 3px;
  width: 11em;
}

#d_footer{
  bottom:0px;
  width:100%;
  line-height: 31px;
  height: 31px;
  font-size:85%;
}

#d_footer_ill {
  background: #fff;
  bottom: 0px;
  width: 100%;
  line-height: 31px;
  height: 31px;
  font-size: 85%;
}

#d_footer p{
  text-align: right;
  padding-right: 10px;
  color: #666666;
}

table.http_notice {
margin-left:auto;
margin-right:auto;
}

table.http_notice th {
vertical-align:top;
width:50px;
}

table.http_notice th img {
margin-top:-15px;
position: relative;
}

table.http_notice td {
text-align:left;
padding-left:20px;
font-size:12px;
font-family: Meiryo, sans-serif;
line-height:14px;
padding-bottom:30px;
}


#d_wrap_forget {
  margin: auto auto 25px;
  padding: 18px 30px 0px;
  text-align: center;
  width: 470px;
  height: 445px;
  position: relative;
  min-height: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 2px 3px 4px #c1bcb4;
}
.input-link {
  margin-top: 20px;
}
.input-link a {
  text-decoration: none;
  color: rgb(11, 108, 218);
}
.link-small {
  font-size: 12px;
}
.d_login_input_forget {
  border-top: 1px solid #ccc;
  padding-top: 25px;
}
.d_login_input_desc {
  text-align: left;
}
.input_desc_title {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
}
.input_desc_text {
  font-size: 13px;
}
#d_wrap_forget .d_login_input_forget .input_item {
  text-align: left;
  font-size: 17px;
  margin: 30px 0 0 0;
  font-size: 13px;
  padding: 0;
}
#d_wrap_forget .d_login_input_forget .input_item li {
  overflow: hidden;
}
.input_item_name {
  width: 100px;
  float: left;
  padding-top: 3px;
  text-align: left;
}
.input_item_value {
  float: left;
}
#d_wrap_forget .d_login_input_forget .input_item input {
  width: 300px;
}
.btn-base {
  text-decoration: none !important;
  text-align: center;
  padding: 4px 12px !important;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  white-space: nowrap;
  vertical-align: middle;
  box-shadow: none;
  border-radius: 3px;
}
.btn-1 {
  color: #333 !important;
  border: 1px solid #888888;
  background-color: #f1f1f1;
  background-image: linear-gradient(#f9f9f9, #f1f1f1, #f1f1f1);
  text-shadow: white 0 1px 1px;
}
.btn-1:not(:disabled):hover {
  background-image: linear-gradient(#f5f5f5, #e8e8e8, #e8e8e8);
}
.btn-1:not(:disabled):active {
  box-shadow: rgba(0, 0, 0, 0.08) 0 0 10px inset;
}
.btn-7 {
  color: #fff !important;
  border: 1px solid #575A60;
  background-color: #63676F;
  background-image: linear-gradient(#71767e, #63676f, #63676f);
  text-shadow: rgba(0, 0, 0, 0.17) 0 -1px 0;
}
.btn-7:not(:disabled):hover {
  background-image: linear-gradient(#696d74, #575b62, #575b62);
}
.btn-large2 {
  width: 30px;
}
.btn-large3 {
  width: 100px;
}
.btn-large4 {
  width: 140px;
}

.btn-application {
  color: #fff !important;
  background-color: #f68800;
  background-image: -webkit-linear-gradient(270deg, rgba(37, 188, 204, 0) 0%, #d66d00 100%);
  background-image: linear-gradient(180deg, rgba(37, 188, 204, 0) 0%, #d66d00 100%);
  border: 1px solid #ca7916;
}

.btn-application:hover{
  color: #fff !important;
  background-color: #f99314;
  background-image: -webkit-linear-gradient(270deg, rgba(37, 188, 204, 0) 0%, #ec7f0d 100%);
  background-image: linear-gradient(180deg, rgba(37, 188, 204, 0) 0%, #ec7f0d 100%);
  border: 1px solid #d27c11;
}

.input_btn_confirm span+span {
  margin-right: 10px
}
.input_btn_confirm {
  margin-top: 35px;
}
.confirm-address {
  padding-top: 1px;
  display: inline-block;
  float: left;
  font-weight: bold;
  text-align: left;
  max-height: 65px;
  font-size: 16px;
}
.d_login_input_address {
  overflow: hidden;
  margin-top: 30px;
}
.colon {
  float: left;
  padding-top: 3px;
}
.d_footer {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}

.d_footer.footer-text {
  bottom: 40px;
}

.ill_error {
  margin-top: 87px !important;
}

#handling-personal {
  position: fixed;
  text-align: left;
  bottom: 7px;
  left: 10px
}

#handling-personal a:link {
  color: #0b6cda;
  text-decoration: none;
  font-size: 12px;
}

#handling-personal a:visited {
  color: #0b6cda;
}

#handling-personal a:hover {
  color: #075190;
  text-decoration: underline;
  background-color: #d2ecff;
  border-radius: 3px;
}
