@charset "UTF-8";
/* CSS Document */


/* モバイルレイアウト : 480 px およびそれ以下. */
.flame {
	max-width:80%;
	margin:20px;
	padding:10px 20px 10px 20px;
	background:#FFF;
	margin:0 auto;
	}

.text-underdash
{
	border-bottom:1px dashed #999999;
	padding:0 0 15px 0;
	margin:0 0 20px 0;
}	
	

/* タブレットレイアウト : 481 px ～ 768 px。 */	
@media only screen and (min-width: 481px) {

}

/* デスクトップレイアウト : 769 px ～最大 1232 px。 */
@media only screen and (min-width: 769px) {	


	
}


/* ショップリスト : 480 px およびそれ以下. */
.shoplist-text {
	max-width:1125px;
	margin:20px;
	padding:10px 20px 10px 20px;
	margin:0 auto;
	}

.shoplist-text2 {
	max-width:450px;
	margin:0 auto;
	}	
	
.shoplist_A {
	float: left;
	width: 50%;
	text-align:center;  
	margin: 0 ;
	display: block;
}

.shoplist_B {
	float: left;
	width: 50%;
	text-align:center;  
	margin: 0 ;
	display: block;
}

.shoplist_A_PC {
	float: left;
	width: 50%;
	text-align:center;  
	margin: 0 ;
	display: none;
}

.shoplist_space {
	clear:both;
	width: 50%;
	height:40px;
	text-align:center;  
}


.shoplist_A_SP {
	float: left;
	width: 50%;
	text-align:center;  
	margin: 0 ;
	display: block;
}


/* タブレットレイアウト : 481 px ～ 768 px。 */

@media only screen and (min-width: 481px) {

}

/* デスクトップレイアウト : 769 px ～最大 1232 px。 */

@media only screen and (min-width: 769px) {
.shoplist-text2 {
	max-width:1125px;
	}	
		
.shoplist_A {
	float: left;
	width: 20%;
	text-align:center;  
	margin: 0px ;
	display: inline;

}

.shoplist_B {
	float: left;
	width: 20%;
	text-align:center;  
	margin: 0px ;
	display: inline;
}

.shoplist_A_PC {
	float: left;
	width: 20%;
	text-align:center;  
	margin: 0 ;
	display: block;
}

.shoplist_A_SP {
	float: left;
	width: 50%;
	text-align:center;  
	margin: 0 ;
	display: none;
}
}