
/** bt_bg **/

.bt_bg{
	padding: 0 10px;
	text-align: center;
}

.bt, .bt:hover{
	display: inline-block;
	vertical-align: top;
	width: 280px;
	border-width: 1px;
	border-style: solid;
	font-size: 19px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	padding: 15px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

a.bt,
input.bt{
	-webkit-appearance: none;
	border-radius: 0;
}

a.bt:hover,
input.bt:hover{
	cursor			: pointer;
	text-decoration: none;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
}
