@charset "shift_jis";

/*//////////////////////////////////////////////////////////////////////////////

	受講費・お申し込み方法

/////////////////////////////////////////////////////////////////////////////*/

.subject h3 {
	margin-bottom: 10px;
}

ul#link-box {
	height: 36px;
	margin-top: 20px;
	margin-left: 20px;
	background: url(../images/cost/bg_link-box.gif) no-repeat 0 0;
}
ul#link-box li {
	float: left;
	width: 225px;
	padding-top: 10px;
	text-align: center;
}

p.detail {
	position: absolute;
	left: 0;
	bottom: 10px;
}
p.compare {
	position: absolute;
	right: 70px;
	bottom: 6px;
}


/*=============================================
	受講費テーブル
=============================================*/

p.otoku {/* 一括払い割引フキダシ画像 */
	position: absolute;
	right: 10px;
	top: 5px;
}
p.otoku2 {/* 一番お得！フキダシ画像 */
	text-align: right;
	margin-bottom: 1px;
	padding-right: 30px;
}

table.jukohi {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #ccc;
	font-size: 90%;
}
table.jukohi th {
	width: 25%;
	padding: 3px;
	border: 1px solid #ccc;
	background: #d9eeff;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 116%;
}
table.jukohi td {
	padding: 3px;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: center;
}
.price01 {
	color: #C39;
}
.price02 {
	font-size: 108%;
	color: #FF0000;
	text-decoration: underline;
}
.price03 {
	text-decoration: underline;
	font-size: 150%;
}

/*=============================================
	お支払い方法テーブル
=============================================*/

table#payment {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
table#payment th {
	padding: 10px;
	border: 1px solid #ccc;
	background: #d9eeff;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 116%;
}
table#payment td {
	padding: 10px;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: center;
}
table#payment th.case {
	width: 40%;
}
table#payment td.case {
	background: #f2faff;
}


/*=============================================
	クレジットカード／コンビニ　ボックス
=============================================*/
dl.card {/* クレジットカード */
	float: left;
	width: 326px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	background: #D9EEFF;
}
dl#cstore {/* コンビニ */
	clear: both;
	border: 1px solid #ccc;
	background: #D9EEFF;
}
dl.card dt,
dl#cstore dt {
	padding: 5px 0 0;
	font-size: 116%;
	font-weight: bold;
	text-align: center;
	color: #0171cb;
}
dl.card dd,
dl#cstore dd {
	height: 10em;
	margin: 3px;
	background: white;
}
dl#cstore dd {
	height: auto;
	padding: 15px;
}
dl.card dd ul {
	width: 280px;
	margin: 0 auto;
	padding-top: 30px;
}
dl.card dd ul.card2 { width: 250px; }/* 右側 */
dl.card dd ul li {
	float: left;
	margin: 0 4px;
}

/*=============================================
	お申し込み
=============================================*/

/* STEP 1
----------------------------------------------------------------*/
.account {
	position: relative;
	margin-bottom: 20px;
	padding: 3px;
	border: 1px solid #ccc;
	background: #D9EEFF;
}
.account dl {
	float: left;
	width: 440px;
	padding: 10px;
	background: white;
	text-align: center;
}
.account dt {
	float: left;
	margin-right: 10px;
}
.account dd {
	margin-left: 85px;
}
.account p {
	position: absolute;
	right: 23px;
	top: 50%;
	margin-top: -18px;
	text-align: center;
}
.tel  {
	float: left;
	width: 320px;
}
.mail {
	float: right;
	width: 320px;
}
.tel dl,
.mail dl {
	width: 300px;
	height: 14em;
}
*:first-child+html .tel dl {
	height: 15em;
}
*:first-child+html .mail dl {
	height: 15em;
}
* html .tel dl {
	height: 15em;
}
* html .mail dl {
	height: 15em;
}

/* STEP 2
----------------------------------------------------------------*/


/* STEP 3
----------------------------------------------------------------*/
div.payment {
	position: relative;
	margin-top: 20px;
	background: url(../images/cost/bg_dot_repeat.jpg) repeat-y 0 0;
}
div.payment dl {
	background: url(../images/cost/bg_dot_wrap.jpg) no-repeat 0 100%;
}
div.payment dt {
	float: left;
	width: 230px;
	padding: 10px 0;
	font-weight: bold;
	color: #ff8e17;
	overflow: visible;
}
* html div.payment dl { position: relative; }

div.payment dt img {
	position: absolute;
	left: 0;
	bottom: 1px;
	clear: both;
}
div.payment dt span {
	float: left;
	display: inline;
	width: 230px;
	margin-left: 10px;
	text-align: center;
}
div.payment dd {
	padding: 10px 20px 10px 250px;
	background: url(../images/cost/bg_dot_wrap.jpg) no-repeat 0 0;
	font-size: 80%;
}

.up {
	background: none !important;
	border: none !important;
}

.recommend {
	text-align: center;
	padding-right: 78px;
}

#point3 li {
	width: 224px;
	float: left;
	margin-right: 20px;
}

#point3 li.non {
	margin-right: 0px;
}
.pb_month {
	text-align:right;
	font-size:84%;
	padding-top:5px;
}

.up h2 {
	margin-bottom: 0px;
}


