@charset "utf-8";

.bg-gray {
	background-color:#f1f1f1;
}

.line-up {
	letter-spacing:-0.4em;
	margin-left:-2%;
	margin-right:-2%;
}
.line-up li {
	letter-spacing:normal;
	display:inline-block;
	width:46%;
	margin-left:2%;
	margin-right:2%;
	vertical-align:top;
}
#content table {
	width:100%;
	border-top:1px #ccc solid;
}
#content table th {
	border-bottom:1px #ccc solid;
	padding:2%;
	font-weight:bold;
	letter-spacing:0.05em;
}
#content table th span {
	display:block;
	font-weight:normal;
	font-size:95%;
}
#content table td {
	border-bottom:1px #ccc solid;
	text-align:right;
	padding:2%;
	width:25%;
	white-space:nowrap;
}
#content h3 {
	font-size:160%;
	text-align:center;
	margin-bottom:40px;
	letter-spacing:0.06em;
	color:#a66d71;
	line-height:1.5;
}
#content .sub-ttl {
	font-size:65%;
	display:block;
}
#option dt {
	font-weight:bold;
	font-size:120%;
	margin-bottom:5px;
}
#lead {
	text-align:center;
}
#lead a {
	color:#df9295;
}
#lead a:hover {
	text-decoration:none;
}
@media screen and (max-width:768px){
.line-up {
    margin-left: 0%;
    margin-right: 0%;
}
.line-up li {
    display: block;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
	margin-bottom:50px;
}
.line-up li:last-child {

	margin-bottom:0px;
}
}
@media screen and (max-width:480px){
#content h3 {
    font-size: 140%;
	margin-bottom: 35px;
}
}