@charset "utf-8";
/*--------------------
  ダウンロードボタン
--------------------*/
div.download_btn{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 420px;
	user-select: none;
}

/*!*Google Playボタンのサイズ*!*/
/*div.download_btn a:last-child > img{*/
/*	width:165px;*/
/*	height:64px;*/
/*}*/

/*!*App Storeボタンの位置調整*!*/
/*div.download_btn > a:first-child{*/
/*	position:absolute;*/
/*	top:8px;*/
/*	margin-left:8px;*/
/*}*/

/*!*App Storeボタンのサイズ*!*/
/*div.download_btn > a:first-child > img{*/
/*	width:148px;*/
/*	height:49px;*/
/*}*/
