/***** button style *****/

.bt div:last-child span{
	margin			: 0 5px 10px 5px;
}


.bt_top{
	width			: 100%;
}

.bt_top span{
	display			: block;
	border			: 1px solid #ac822e;
	margin			: 0 5px 5px 5px;
	border-radius	: 4px;
	-webkit-border-radius	: 4px;
}

.bt_top a{
	display			: block;
	color			: #ffffff;
	font-size		: 17px;
	font-weight		: normal;
	text-align		: center;
	text-decoration	: none;
	text-shadow		: 1px 1px 1px #000000;
	border			: 1px solid #000000;
	background: #654302;
	background: -moz-linear-gradient(top, #654302 0%, #f7c972 12%, #654302 24%, #f7c972 94%, #654302 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#654302), color-stop(12%,#f7c972), color-stop(24%,#654302), color-stop(94%,#f7c972), color-stop(100%,#654302));
	background: -webkit-linear-gradient(top, #654302 0%,#f7c972 12%,#654302 24%,#f7c972 94%,#654302 100%);
	background: -o-linear-gradient(top, #654302 0%,#f7c972 12%,#654302 24%,#f7c972 94%,#654302 100%);
	background: -ms-linear-gradient(top, #654302 0%,#f7c972 12%,#654302 24%,#f7c972 94%,#654302 100%);
	background: linear-gradient(top, #654302 0%,#f7c972 12%,#654302 24%,#f7c972 94%,#654302 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#654302', endColorstr='#654302',GradientType=0 );
	padding			: 7px 0px;
	border-radius	: 4px;
	-webkit-border-radius	: 4px;
}

.bt_top input{
	width:100%;
	color			: #ffffff;
	font-size		: 17px;
	font-weight		: normal;
	text-align		: center;
	text-decoration	: none;
	text-shadow		: 1px 1px 1px #000000;
	border			: 1px solid #000000;
	background: #654302;
	background: -moz-linear-gradient(top, #654302 0%, #f7c972 12%, #654302 24%, #f7c972 94%, #654302 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#654302), color-stop(12%,#f7c972), color-stop(24%,#654302), color-stop(94%,#f7c972), color-stop(100%,#654302));
	background: -webkit-linear-gradient(top, #654302 0%,#f7c972 12%,#654302 24%,#f7c972 94%,#654302 100%);
	background: -o-linear-gradient(top, #654302 0%,#f7c972 12%,#654302 24%,#f7c972 94%,#654302 100%);
	background: -ms-linear-gradient(top, #654302 0%,#f7c972 12%,#654302 24%,#f7c972 94%,#654302 100%);
	background: linear-gradient(top, #654302 0%,#f7c972 12%,#654302 24%,#f7c972 94%,#654302 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#654302', endColorstr='#654302',GradientType=0 );
	padding			: 7px 0px;
	border-radius	: 4px;
	-webkit-border-radius	: 4px;
}



.bt_pc{
	width			: 100%;
}

.bt_pc span{
	display			: block;
	border			: 1px solid #cccccc;
	margin			: 0 5px 5px 5px;
	border-radius	: 4px;
	-webkit-border-radius	: 4px;
}

.bt_pc a{
	display			: block;
	color			: #333333;
	font-size		: 17px;
	font-weight		: bold;
	text-align		: center;
	text-decoration	: none;
	text-shadow		: 1px 1px #ffffff;
	border			: 1px solid #ffffff;
	background-image	: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
	padding			: 7px 0px;
	border-radius	: 4px;
	-webkit-border-radius	: 4px;
}


.bt_ipn{
	width			: 100%;
}

.bt_ipn span{
	display			: block;
	border			: 1px solid #0066ff;
	border-radius	: 4px;
	-webkit-border-radius	: 4px;
	padding			: 1px;
	margin			: 0 5px 5px 5px;
}

.bt_ipn a{
	display			: block;
	color			: #ffffff;
	font-size		: 17px;
	font-weight		: bold;
	text-align		: center;
	text-decoration	: none;
	text-shadow		: 1px 1px #103d7f;
	background-image	: -webkit-gradient(linear, left top, left bottom, from(#7aafff), to(#0066ff));
	border-radius	: 4px;
	-webkit-border-radius	: 4px;
	padding			: 7px 0px;
}


.bt_mb{
	width			: 100%;
}

.bt_mb span{
	display			: block;
	border			: 1px solid #ff9900;
	border-radius	: 4px;
	-webkit-border-radius	: 4px;
	padding			: 1px;
	margin			: 0 5px 5px 5px;
}

.bt_mb a{
	display			: block;
	color			: #ffffff;
	font-size		: 17px;
	font-weight		: bold;
	text-align		: center;
	text-decoration	: none;
	text-shadow		: 1px 1px 1px #666666;
	background-image	: -webkit-gradient(linear, left top, left bottom, from(#ffca7a), to(#ff9900));
	border-radius	: 4px;
	-webkit-border-radius	: 4px;
	padding			: 7px 0px;
}


.bt_tel span{
	display			: block;
	border			: 1px solid #999999;
	margin			: 0 5px 5px 5px;
	border-radius	: 4px;
	-webkit-border-radius	: 4px;
}

.bt_tel a{
	display			: block;
	color			: #ffffff;
	font-size		: 17px;
	font-weight		: normal;
	text-align		: center;
	text-decoration	: none;
	text-shadow		: 1px 1px 1px #000000;
	border			: 1px solid #000000;
	background: #333333;
	background: -moz-linear-gradient(top, #333333 0%, #ffffff 12%, #666666 24%, #ffffff 94%, #333333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(12%,#ffffff), color-stop(24%,#666666), color-stop(94%,#ffffff), color-stop(100%,#333333));
	background: -webkit-linear-gradient(top, #333333 0%,#ffffff 12%,#666666 24%,#ffffff 94%,#333333 100%);
	background: -o-linear-gradient(top, #333333 0%,#ffffff 12%,#666666 24%,#ffffff 94%,#333333 100%);
	background: -ms-linear-gradient(top, #333333 0%,#ffffff 12%,#666666 24%,#ffffff 94%,#333333 100%);
	background: linear-gradient(top, #333333 0%,#ffffff 12%,#666666 24%,#ffffff 94%,#333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333',GradientType=0 )
	padding			: 7px 0px;
	border-radius	: 4px;
	-webkit-border-radius	: 4px;
	line-height		: 30px;
}


.bt_18{
	width			: 100%;
}

.bt_18 span{
	display			: block;
	border			: 1px solid #cccccc;
	margin			: 0 5px 5px 5px;
	border-radius	: 4px;
	-webkit-border-radius	: 4px;
}

.bt_18 a{
	display			: block;
	color			: #ffffff;
	font-size		: 17px;
	font-weight		: bold;
	text-align		: center;
	text-decoration	: none;
	text-shadow		: 1px 1px 1px #666666;
	border			: 1px solid #ffffff;
	background-image	: -webkit-gradient(linear, left top, left bottom, from(#c8c8c8), to(#999999));
	border-radius	: 4px;
	-webkit-border-radius	: 4px;
}



.bt2{
	width			: 100%;
}

.bt2 span{
	display			: block;
	border			: 1px solid #f8b500;
	margin			: 0 5px 5px 5px;
	border-radius	: 4px;
	-webkit-border-radius	: 4px;
}

.bt2 a{
	display			: block;
	color			: #ffffff;
	font-size		: 17px;
	font-weight		: bold;
	text-align		: center;
	text-decoration	: none;
	text-shadow		: 1px 1px 1px #000000;
	border			: 1px solid #000000;
	background: #fceabb;
	background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(50%,#fccd4d), color-stop(51%,#f8b500), color-stop(100%,#fbdf93));
	background: -webkit-linear-gradient(top, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
	background: -o-linear-gradient(top, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
	background: -ms-linear-gradient(top, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
	background: linear-gradient(top, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 );
	padding			: 7px 0px;
	border-radius	: 4px;
	-webkit-border-radius	: 4px;
}