/* ニンテンドーeショップ タイトル*/
.store-station_e-shop-title{
	font-size: min(3vw,25px);
	font-weight: 700;
	padding: 0.1em;
	text-align: center;
	background: #D12;
	color: #fff;
}
/* AppStore,GooglePlayタイトル*/
.store-station_store-title{
	font-size: min(3vw,25px);
	font-weight: 700;
	padding: 0.1em;
	text-align: center;
	background: #000;
	color: #fff;
}
/* テーブル設定 */
.store-station_table{
	border: 0px;
	border-collapse: collapse;
}
/* 各ゲームブロック */
.store-station_block{
	display: flex;
	width: 100%;height: 200px;
	border-bottom: solid 1px #ccc;
}
/* 各ゲーム右側 */
.store-station_block-inner{
	width: 100%;
	position:relative;
}
/* 各ゲーム左側 */
.store-station_HP-link{
	margin-left: 2vw;
	margin-right: 1vw;
	margin-bottom: 1vw;
}
/* 各ゲーム画像 */
.store-station_img{
	border: soild 1px #aaa;
	width: 22vw;
	min-width: 70px;
	max-width:190px;
}
/* 各ゲームタイトル */
.store-starion_title{
	border-bottom: 1px solid #aaa;
	font-size: min(1.4vw,20px);
}
/* 各ゲームタイトル文字 */
.store-station_title-font{
	font-weight:900;
	font-size:min(3vw,20px)
}
/* 注意書きなど */
.store-station_info{
	font-weight: 100;
	font-size: min(2vw,18px);
}
/* 各ゲーム説明部分 */
.store-station_text-area{
		line-height: 1.3;
}
/* 各ゲーム説明文字 */
.store-station_text{
	font-weight: 100;
	font-size: min(3.2vw,20px);
}
/* セール文字(元価格) */
.store-station_text-sale-base{
	font-weight: 100;
	font-size: min(3vw,15px);
	color: #000;
}
/* セール文字(セール価格) */
.store-station_text-sale-sale{
	font-weight: 600;
  font-size: min(5vw,35px);
	color: #f00;
	background: #ff0;
  padding-left: 0.3em;
  padding-right: 0.3em;
	border-bottom: 0.1em solid #f00;
}
/* セール文字(〇%OFF) */
.store-station_text-sale-off{
 	line-height: 1.7;
	font-weight: 600;
  font-size: min(2.5vw,25px);
	color: #fff;
  background: #f00;
	padding: 3px;	
}
/* 無料文字 */
.store-station_text-free{
 	line-height: 1.7;
	font-weight: 600;
	font-size: min(2.5vw,25px);
	color: #ff0;
  background: #f00;
	padding: 3px;	
}
/* 新作文字 */
.store-station_text-new{
 	line-height: 1.7;
	font-weight: 600;
	font-size: min(2.5vw,25px);
	color: #fff;
  background: #04f;
	padding: 3px;	
}
/* ニンテンドーストアボタンブロック */
.store-station_nintendo-link-box{
  position:absolute;
	right:0;
	bottom: 8px;
}
/* ニンテンドーストアボタン画像 */
.store-station_nintendo-img{
	width: 20vw;
	min-width: 100px;
	max-width:150px;
}
/* AppStore GooglePlayボタンブロック */
.store-station_store-link-box{
  position:absolute;
	right:0;
	bottom: 8px;
}
/* AppStore GooglePlayボタン画像 */
.store-station_store-img{
	width: 25vw;
	min-width: 80px;
	max-width:150px;
}

