@charset "UTF-8";
/* CSS Document */
body{
	background:#c7c7c3;
}
#container{	
	max-width:360px;
	margin:10px auto;
	text-align:center;
}

#content{
	margin:0 10px;
	padding:10px 16px;
	border:solid 4px #01d824;
	-moz-border-radius:12px;
	-ms-border-radius:12px;
	border-radius:12px;
	text-align:left;
	background-color:white
	}
#content img{
	margin:0 4px;
	float:left;	
}
h2,h3{
	color:red;	
}
 
.bd{	
	position:relative;	
 	-moz-border-radius:12px;
	-ms-border-radius:12px;
	border-radius:12px;
	width:90%;
	height:0px;
 	overflow:hidden;
}
.red-p{
	position:absolute;
	left:0;
	top:0;
	height:50%;
	width:50%;
 }
.red{
	color:#F00;	
}
.cent{
	text-align:center;
	font-size:18px;	
}
.wrap{
	margin-top:10px;	
}
.wrap p{
	color:rgb(253,214,0);	
	font-size:16px;
	margin:2px 0 0 30px;
	visibility:hidden;
	
}

.btn{
	background:url(../img/btn_bg.png) repeat-x;
	display:block;
	height:53px;
	line-height:53px;
	font-weight:bold;
	text-align:center;
	font-size:22px;
	margin:20px 0px 0;
	color:#000;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
	text-shadow:1px 1px 0px rgb(118,183,24);
	visibility:hidden;
	white-space:nowrap;
}
.white{
	color:#FFF;	
}

.lang-jp .wrap .p4{
	font-size:20px;
	color:red;
}/* CSS Document */

.footer  {text-align:center;margin-top: 10px;}


.abutton  {
  width:70%;
  font-family:arial;color:#010101!important;
  font-size:16px;padding:10px 25px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  background:#3EFF00;
  margin:auto auto 10px;
  max-width:300px;

}

.abutton:hover {border:1px dotted black;}

p{
  padding:0;
  margin: 0;

}
a{
  text-decoration: none;
}