@charset "UTF-8";
/* CSS Document */


/*===========================================================================================

	buttonType_A
		
============================================================================================*/

a.buttonType_A {
	width:240px;
	height:56px;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#fff;
	margin:0 auto;
	display:block;
	text-shadow: 1px 1px 3px #000;  
	background:url(/img/sp/registButton.png) no-repeat;
	background-size:240px 56px;
	line-height:56px;
	border-radius:5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.3);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
	-ms-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
}

a.buttonType_A_1 {
	width:120px;
	height:56px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	color:#fff;
	margin:0 auto;
	display:inline-block;
	text-shadow: 1px 1px 3px #000;  
	background:url(/img/sp/registButton.png) no-repeat;
	background-size:120px 56px;
	line-height:56px;
	border-radius:5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.3);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
	-ms-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
}

a.buttonType_A_2 {
	width:240px;
	height:56px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	color:#fff;
	margin:0 auto;
	display:block;
	text-shadow: 1px 1px 3px #000;  
	background:url(/img/sp/registButton.png) no-repeat;
	background-size:240px 56px;
	line-height:56px;
	border-radius:5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.3);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
	-ms-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
}
/*===========================================================================================

	buttonArea_B
		
============================================================================================*/

ul.buttonArea_B{
	margin:0 auto;
	width:285px;
	height:56px;
}

ul.buttonArea_B::after{
	content:'';
	display:block;
	clear:both;
}
	
ul.buttonArea_B li{
	float:left;
	margin-right:10px;
}
	
ul.buttonArea_B li:nth-child(2){
	margin-right:0px;
}
	
a.buttonType_B{
	display:block;
	width:135px;
	height:56px;
	padding-top:15px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	text-shadow: 1px 1px 3px #000; 
	margin-bottom:15px;
	border-radius:8px;
	background:url(/img/sp/button02.png) no-repeat;
	background-size:135px 56px;
	-webkit-box-sizing:border-box;
	box-shadow: 2px 2px 2px rgba(0,0,0,.3);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
}

.btnStylr_A{
	max-width: 500px;
	width:100%;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	display:block;
	padding:10px;
	margin: 0 auto;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow: 2px 2px 2px #CCC;
	-webkit-box-shadow: 2px 2px 2px #CCC;
	-moz-box-shadow: 2px 2px 2px #CCC;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-appearance:none;
}


/*?{?^???̐F*/
.btnColor_A{
	border:1px #F27300 solid;
	color:#FFF;

	
	background:-moz-linear-gradient(top,  #FFAA33 0%, #FF8800 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFAA33), color-stop(100%,#FF8800)); 
	background:-webkit-linear-gradient(top,  #FFAA33 0%,#FF8800 100%);
	
	
	
}

/*?{?^??_?O???[*/
.btnColor_B{
	border:1px #9fa0a0 solid;
	color:#FFF;
	background:-moz-linear-gradient(top,  #b5b5b6 0%, #727171 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5b5b6), color-stop(100%,#727171)); 
	background:-webkit-linear-gradient(top,  #b5b5b6 0%,#727171 100%);
	
}