@charset "utf-8";

/* style_sp_price.css：Smartphone
 * ======================================
 * Element
 * ======================================
 */

  /* Element
------------------------------------------------------------------ */
#subPage #main h1.fee {
	background: url(../images/common/bg_ttl_fee.jpg) no-repeat center center;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-ms-background-size: cover;
	background-size:auto: cover;
}

/* 入会金 */
#subPage dl.entrance dt {
	display: inline;
	font-size: 1.2rem; /* =12px */
}
#subPage dl.entrance dd {
	display: inline;
	font-size: 1.8rem; /* =18px */
	padding: 0 15px 0 5px;
}
#subPage dl.entrance dd span {
	font-size: 1.2rem; /* =12px */
}

/* 会員種別・月会費*/
#subPage #main table.member tr:nth-child(even) {
    	background: none;
	color: #333;
}
#subPage #main table.member tr td {
    	text-align: center
}
#subPage #main table tr td:first-child {
    	background: none;
	border-top: 1px solid #B4E9F7;
	color: #333;
}
