@charset "utf-8";

/* ------------------------------------------------------------

	filename:	065.css
	created:	090207
	update:		090221

------------------------------------------------------------ */

/* ------------------------------------------------------------ リスト */
div#mainContents ul.icon { margin-bottom: 20px; }

div#mainContents ul.indexNav,
div#mainContents ul.btn { margin-left: 10px; }

div#mainContents ul.btn li { margin-bottom: 15px; }

div#mainContents ul.btn li.lastChild { margin-bottom: 0; }

/* ------------------------------------------------------------ テーブル */
/* コース料金 */
div#mainContents div.shopInner p.catchWord { font-weight: bold; }

div#mainContents table.coursePrice th {
	width: 64px;
	text-align: center;
}

div#mainContents table.coursePrice td { font-size: 100%; }

div#mainContents table.coursePrice td.useCoupon {
	width: 240px;
	color: #666;
	font-weight: bold;
	text-align: center;
}

* html div#mainContents table.coursePrice td.useCoupon { width: 231px; }
*:first-child+html div#mainContents table.coursePrice td.useCoupon { width: 231px; }

div#mainContents table.coursePrice td.compare { width: 170px; }

* html div#mainContents table.coursePrice td.compare { width: 212px; }
*:first-child+html div#mainContents table.coursePrice td.compare { width: 212px; }

div#mainContents table.coursePrice td.useCoupon span.price {
	color: #333;
	font-size: 120%;
	font-weight: bold;
}

div#mainContents table.coursePrice td.useCoupon span.price span.strong {
	color: #333;
	font-size: 150%;
}

div#mainContents table.coursePrice td.useCoupon span.referencePrice {
	color: #333;
	font-size: 100%;
	font-weight: normal;
}

/* コース内容 */
div#mainContents table.courseContents th {
	width: 64px;
	text-align: center;
}

div#mainContents table.courseContents td {
	text-align: center;
	font-weight: bold;
}

div#mainContents table.courseContents td span {
	font-size: 150%;
	font-weight: bold;
}

div#mainContents dl.couponDetail dt {
	width: 6.5em;
	background: none;
	padding: 0;
}

div#mainContents dl.couponDetail dd { margin-left: 7em; }

/* EOF */
