@charset "utf-8";

@media screen and (min-width: 681px){
.none681 {display:none}

/* PC用 */
#PcHeader {
	height: 250px;
}
#LineupBox{
	background-image:url(../img/lineup/bg_lineup.png);
	padding-top: 20px;
	padding-bottom: 20px;
}
#Content ul {
	list-style: none;
	padding-left: 0;
	width: 100%;
}
#Content li {
	text-align: center;
	padding:3%;
	width: 30%
}
.table-cell {
	display: table;
	margin: auto;
}
.table-cell li {
	display: table-cell;
}
}

@media screen and (max-width: 680px){
.none680 {display:none}

/* スマホ用 */
#SpHeader {
    height: 150px;
}
#LineupBox{
	background-image:url(../img/lineup/bg_lineup.png);
	padding-top: 20px;
	padding-bottom: 20px;
}
#Content ul {
	list-style: none;
	padding-left: 0;
}
#Content li {
	padding: 3%;
	text-align: center;
}
}

.Price {
	font-size: 300%;
	line-height: 20px;
}