@charset "UTF-8";

.lead {
	font-weight: bold;
	margin: 0 0 20px;
}
#logo {
	margin: 0 auto 15px;
}
#sitename {
	margin: 0 auto 20px;
}
h1 {
	font-size: 1.3rem;
	margin: 0 auto 20px;
}

ul.lnavi li {
	margin: 0 20px 5px;
}
ul.lnavi li a {
	color: #F29600;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	background: #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 15px;
	display: block;
	position: relative;
}
ul.lnavi li a::after {
	content: "";
	width: 8px;
	height: 10px;
	background: url(../../common/images/menu_s_01.gif) no-repeat;
	background-size: 8px 10px;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	right: 15px;
}

h2 {
	color: #F29600;
	font-size: 1.1rem;
	text-align: left;
	background: #000;
	margin: 40px 0 15px;
	padding: 10px 0 10px 45px;
	position: relative;
}
h2::after {
	content: "";
	width: 19px;
	height: 14px;
	background: url(../images/h2_s_01.gif) no-repeat;
	background-size: 19px 14px;
	margin-top: -7px;
	position: absolute;
	top: 50%;
	left: 20px;
}
article {
	text-align: left;
	padding: 0 20px;
}

article h3 {
	color: #FFF;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 15px;
}

article#vrCont dt {
	font-size: 1rem;
}
article#vrCont dd {
	text-align: center;
	margin: 5px 0 15px;
}

article#userCont ul,
article#supporterCont ul {
	text-align: center;
}
article#userCont ul li,
article#supporterCont ul li {
	margin: 0 0 5px;
}
article#userCont dt {
	text-align: center;
	margin: 15px auto 0;
}
article#userCont dd h4 {
	font-size: 1rem;
	font-weight: bold;
	margin: 5px 0 5px;
}

article#supporterCont .fig {
	text-align: center;
	margin: 15px 0 20px;
}
article#supporterCont .price {
	text-align: center;
}
article#supporterCont .price .midashi {
	font-size: 1.1rem;
	font-weight: bold;
}



