@charset "utf-8";
/* ===================================================================
CSS information

 file name  :btn.css
 author     :taniguchi
 style info :購入ボタン
 
このスタイルシートの構成
 基本設定、レイアウト、横幅設定など
 汎用class
 #sp_buy

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

#sp_buy {
	margin: 10px auto 30px;
	width: 960;
	height: 40px;
	text-align:center;
}
#sp_buy span{
	margin: 0 auto ;
	width: 300px;
	height: 40px;
	text-align:left;
	text-indent:-9999px;
}

/* clearfix */
#sp_buy:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


#sp_buy span, 
#sp_buy span a{
	width: 300px;
	height: 40px;
	display:block;
	background:url(../image/footer/b_sp_buy.jpg) no-repeat 0 0;
	text-decoration:none;
	outline:none;
}
#sp_buy span a:hover{
	background:url(../image/footer/b_sp_buy_on.jpg) no-repeat 0 0;
	text-decoration:none;
	outline:none;
}
