body{
/*  background:rgba(255,255,255,0.1); */
  background:#fefefe;
  font-family:"Helvetica Neue" , Helvetica , Arial , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  padding:15px 10px;
}

input{
  width:100%;
}
textarea{
  width:100%;
  resize:vertical;
}
.tright{
  text-align:right;
}
.tcenter{
  text-align:center;
}
.row{
  padding:3px 0;
}

#policy{
  display:inline;
  width:1em;
  margin-right:1em;
}

.mgt10{
  margin-top:10px;
}

.external_link{
transition: all 0.5s ease 0s;

}
.external_link span.icon{
height:11px;
width:12px;
display:inline-block;
padding-right:14px;
background-image:url("/img/external-link-blue.png");
background-repeat:no-repeat;
background-position:right top;
transition: all 0.5s ease 0s;
}

.external_link:hover span.icon{
background-position:right bottom;
transition: all 0.5s ease 0s;
}

.submit_btn {
  width:200px;
  /*background: #80c6f5;*/
  background: #1d6999;
/*
  background-image: -webkit-linear-gradient(top, #80c6f5, #1d6999);
  background-image: -moz-linear-gradient(top, #80c6f5, #1d6999);
  background-image: -ms-linear-gradient(top, #80c6f5, #1d6999);
  background-image: -o-linear-gradient(top, #80c6f5, #1d6999);
  background-image: linear-gradient(to bottom, #80c6f5, #1d6999);
*/
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  color: #ffffff;
  font-size: 20px;
  padding: 3px 40px 3px 40px;
  border: solid #1f628d 2px;
  text-decoration: none;
}

.submit_btn:hover {
  background: #fefefe;
  color:#1f628d;
  text-shadow:none;
/*  background: #b1daf5;*/
/*
  background-image: -webkit-linear-gradient(top, #b1daf5, #266a94);
  background-image: -moz-linear-gradient(top, #b1daf5, #266a94);
  background-image: -ms-linear-gradient(top, #b1daf5, #266a94);
  background-image: -o-linear-gradient(top, #b1daf5, #266a94);
  background-image: linear-gradient(to bottom, #b1daf5, #266a94);
*/
  text-decoration: none;
}
