body {
  font-family: "メイリオ","Meiryo",sans-serif;
  font-size: 14px;   
  background-color: #fff;
  min-width: 320px; 
  margin: 0 auto;
  padding: 0 ;  
}
img{
  vertical-align: middle;
}
h1{
  margin: 0 auto;
}
a{
  color: #517fe8;
  font-size: 14px;
  vertical-align: middle; 
}

a:hover , .form-submit:hover{
  opacity: 0.6;
}
p{
  color: #333;
  font-size: 14px;
  padding: 0;
  margin: 0 auto;
}
#contents{
  width: 640px;
  margin: 0 auto;
  text-align: center;  
}
.clearfix {
  overflow: hidden;
}
.logo{
  margin: 0 auto;
  text-align: left;
  padding: 5px 15px 5px 15px;  
}
.text-box{
  background: #EF8C16;
  margin: 20px 10px;
  padding: 20px;
  border:5px solid #EF8C16;
  border-radius: 2em;
}
.text-box p{
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 2;
}

.text-box-thanks{
  background: #EFEFEF;
  margin: 30px 10px;
  padding: 20px;
  border:1px solid #7F7F7F;
  border-radius: 2em;
}
.text-box-thanks p{
  font-size: 20px;
  color: #333;
  letter-spacing: 1.5px;
  line-height: 2;
  text-align: left;
}


.text-box-unsubscribe{
  background: #EFEFEF;
  margin: 30px 10px;
  padding: 20px;
  border:1px solid #7F7F7F;
  border-radius: 2em;
}

.text-box-unsubscribe p{
  font-size: 20px;
  color: #333;
  letter-spacing: 1.5px;
  line-height: 2;
  text-align: center;
}


table{ 
  width: 100%;
 
}
table, th, td {
    padding: 10px 15px;
    margin: 0 auto;
    text-align: left; 
    font-size: 20px;
    font-weight: normal;
    word-break:break-all;
}
table th {
  background-color: #FCA838; 
  color: #fff;
  width: 30%;
}
table td {
  background-color: #f7f7f7;  
  color: #333; 
}
.table-title{
  font-size: 25px;
  letter-spacing: 2px;   
}
.field-img{
  margin: 0 auto;
  text-align: center; 
  padding: 20px 15px;
  background-color: #fff;
  width: 100%;  
}

.field-bold{ 
  font-weight: bold;
}
.form-submit{
  background:url(../img/confirm_btn.png) no-repeat;
  width: 301px;
  height: 51px;
  border: none;
  margin: 25px 0;
}
footer{
  display: block;
  float: static;
}

footer table {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0;

}
footer table , footer table th, footer table td{
  /*border: 1px solid #7A7A7A;
  background-color: #EAEAEA;*/
  background-color: #fff;
  color: #333;
  margin: 0 auto;
  text-align: center;
  border-spacing: 0px;
  border-collapse: collapse; 
}
footer table td{
  width: 50%;
  height: 40px;
}

footer table a{
  font-size: 20px; 
}

footer table td:hover{
  opacity: 0.6;
}

.thanks_Num{
  font-size: 30px;
  text-align: left;
  padding-left: 15px;
  letter-spacing: 2px;
}
.thanks_Num_span{
  color: #FF0043;
}

.store img{
  width: 50%;
  float: left;
  vertical-align: middle;
  padding: 15px 0;
}

.img-login{
  width: 100%;
  margin: 10px 0;
}
@media (max-width: 639px){
  #contents{
  width: 100%;
  margin: 0 auto;
  text-align: center;  
}
}
@media (max-width: 500px){

.table-title {
    font-size: 20px;
  
}

.thanks_Num{
  font-size: 22px; 
}

.text-box-thanks p{
  font-size: 16px;  
}

table, th, td {  
    font-size: 16px; 
    padding: 10px 6px;
}


footer table a{
  font-size: 14px;
 
}

.text-box p {
    font-size: 16px;   
}

}


.submit-button{
	color:black;
	font-weight:normal;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #efd699;
	padding:9px 18px;
	text-decoration:none;
	background: #efd699; /* Old browsers */
	background: -moz-linear-gradient(top, #efd699 0%, #deb752 50%, #deb752 100%); 
	background: -webkit-linear-gradient(top, #efd699 0%,#deb752 50%,#deb752 100%); 
	background: linear-gradient(to bottom, #efd699 0%,#deb752 50%,#deb752 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd699', endColorstr='#deb752',GradientType=0 ); 
	text-align:center;
	display:inline-block;
}
