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

.ryoukin_2 {
display:none;
}
.ryoukin_5 {
display:none;
}
.ryoukin_6 {
display:none;
}

/* 料金サイズ */
.ryoukin_size p {
	margin-top: 3px;			/* マージン */
	line-height: 100%;				/* 行間 */
}
/* 料金2 */
.ryoukin_2 p {
	font-weight: normal;			/* フォント太さ */
	font-size: 12px;			/* フォントサイズ */
	line-height: 100%;			/* 行間 */
}
/* 料金6 */
.ryoukin_6 p {
	margin-bottom: 10px;		/* マージン */
}

/* スマホに適用するCSS */
@media screen and (max-width:767px)
{	
	/* 料金2 */
.ryoukin_2 p {
	font-weight: normal;			/* フォント太さ */
	font-size: 10px;			/* フォントサイズ */
	line-height: 100%;			/* 行間 */
}
}