@charset "utf-8";

/*ラッパー構造*/
#container {
  width: 990px;
  margin: 0 auto;
  padding: 15px 0 1px;
  background: #fff;
}
#main-wrapper {
  width: 770px;
  float: right;
}
/*右メニュー*/
div.main-title{
  text-align: left;
  color: #333;
  font-size: 20px;
  font-weight: bold;
}
div.main-title + .margin_top10 {
  margin: 12px 0 0;
}
div.main-title + .margin_top10 p {
  font-size: 14px;
  padding: 0 6px;
}
div.main-title + .margin_top10 p a {
  text-decoration: underline;
}
.request_label{
  margin:0px;
  padding: 8px 6px;
  border-bottom:1px solid #CCC;
}
.mydata_check_title{
  font-size:16px;
  font-weight:bold;
}
.mydata_check_title img{
  display: none;
  vertical-align: middle;
  margin-top:-5px;
  margin-right:5px;
  margin-bottom:5px;
  width:20px;
}
.request_form_input{
  margin: 0px 0 10px;
  font-size:12px;
}
input[type="radio"] {
  width: 18px;
  height: 18px;
  background: url(/ext/c/images/form/radioBoxOff.png) no-repeat left top;
  background-size: 18px;
  margin: 0 5px 0 0;
}
input[type="radio"]:checked {
  background: url(/ext/c/images/form/radioBoxOn.png) no-repeat left top;
  background-size: 18px;
}
input[type="text"].text80 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline;
  width: 80%;
  height: 26px;
  padding: 0 3px;
  background: #FFF;
  border: 1px solid #B3B3B3;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  vertical-align: middle;
  font-size: 14px;
}
input[type="text"].text80:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
textarea.text90 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline;
  width: 90%;
  padding: 3px;
  background: #FFF;
  border: 1px solid #B3B3B3;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  vertical-align: middle;
  font-family: arial,sans-serif;
  font-size: 14px;
  line-height: 1.25;
}
textarea.text90:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.label_error{
  width: 50%;
  padding:5px;
  border:1px solid #F00;
  background:#FFF4F7;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  display: inline-block;
  margin: 5px;
  color: #F00;
}
.label_error img {
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 0px !important;
}
a.next_btn{
  display: inline-block;
  width: 260px;
  margin:20px 0 0;
  padding: 8px 0;
  background: #FF3961;
  border: 1px solid #FF1E4A;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  line-height: 1;
  vertical-align: middle; 
  text-align: center; 
  font-size: 13px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  cursor: pointer;  
}
a.next_btn:hover{
  background: #FF7591;
  border: 1px solid #FF5B7C;
}
a.next_btn p{
  color:#FFF;
}
a.can_btn,
a.can_btn2{
  display: inline-block;
  width:160px;
  margin:20px 0 0 10px;
  padding: 10px 0;
  background: #F9F9F9;
  border: 1px solid #B3B3B3;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  line-height: 1;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
a.can_btn2{
  width:260px;
}
a.can_btn:hover,
a.can_btn2:hover{
  background: #FFF;
}
a.can_btn p,
a.can_btn2 p{
  color:#333;
}
a.can_btn2 p span{
  font-size:18px !important;
}