/* ---------------------------------------------------------------
since　2010/4/13
Author Masato Yokoi.

Fit-i カレッジCSS
http://www.fit-i.com/solution/monthly/005673.html
--------------------------------------------------------------- */
#college_container {
	text-align: left;
	width: 580px;
	padding: 0px;
	margin: 0px auto;
	background-color: #FFF;
}

.colred {	color: #F00;}
.fontbold {		font-weight:bold;}

/* 入力フォーム　table 設定 */
div#college_container .input_form table {
	border-top: 2px solid #6BD;
	border-bottom: 1px solid #6BD;
}
div#college_container .input_form table th {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: right;
	background-color: #FFC;
	width: 150px;
	padding-right: 3px;
	border-bottom: 1px solid #6BD;
}

div#college_container .input_form table td {
	font-size: 12px;
	width: 400px;
	border-bottom: 1px solid #6BD;
	padding: 3px;
}

div#college_container .input_form2 table td {
	line-height: 2.5em;
}
/* end of 入力フォーム　table 設定　↑ */



div#college_container .input_form table td.nonborder,
div#college_container .input_form table th.nonborder
{
	border-bottom: none;
}
/* end of table 設定↑ */

/* 角丸：入力フォーム↓ */
.roundedcornr_box_410412 {
	background: url(../solution/img/roundedcornr/roundedcornr_410412_tl.png) no-repeat top left;
}
.roundedcornr_top_410412 {
	background: url(../solution/img/roundedcornr/roundedcornr_410412_tr.png) no-repeat top right;
}
.roundedcornr_bottom_410412 {
	background: url(../solution/img/roundedcornr/roundedcornr_410412_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_410412 div {
	background: url(../solution/img/roundedcornr/roundedcornr_410412_br.png) no-repeat bottom right;
}
.roundedcornr_content_410412 {
	background: url(../solution/img/roundedcornr/roundedcornr_410412_r.png) top right repeat-y;
}

.roundedcornr_top_410412 div,.roundedcornr_top_410412,
.roundedcornr_bottom_410412 div, .roundedcornr_bottom_410412 {
	width: 100%;
	height: 40px;/* 枠の上下の余白となる */
	font-size: 1px;
}
.roundedcornr_content_410412, .roundedcornr_bottom_410412 {
	margin-top: -19px;
}
.roundedcornr_content_410412 { padding: 0 15px; }
/* end of 角丸：入力フォーム↑ */

#college_container blockquote {
	line-height: 1.3em;
	background-color: #FFC;
	padding: 5px 10px;
	border: 5px solid #6bd;
}

.fint_size12 {
	font-size: 12px;
	font-weight: bold;
}
#college_container h4 {
	font-size: 13px;
	font-weight: bold;
}
#college_container h2 {
	font-weight: bold;
	color: #6BD;
	margin-top: 30px;
}

/* 返金保障 */
#college_container .henkin_hosyo_tbl {
	margin: 20px 15px 10px;
	border-top: 5px solid #6BD;
	border-bottom: 5px solid #6BD;
}
#college_container .henkin_hosyo_tbl td {
	padding: 5px;
}
/* end of 返金保障↑ */

/* 社長のメッセージ */
#college_container table td.ut_bs_msg {
	line-height: 1.8em;
	background-image: url(img/bs/silhouette-power-man.png);
	background-repeat: no-repeat;
	background-position: center 120px;
	padding: 0 5px;
}

/* Fit-icollege　レッスン概要テーブル */
#college_container table.fc_yotei {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 4px solid #6BD;
	border-bottom: 3px solid #6BD;
	border-left: 4px solid #6BD;
	border-right: 3px solid #6BD;
}
#college_container table.fc_yotei th {
	line-height: 1.3em;
	font-weight: bold;
	background-color: #FFC;
	text-align: center;
	padding: 3px 5px;
	border-right: 1px solid #6BD;
	border-bottom: 1px solid #6BD;
}
#college_container table.fc_yotei td {
	line-height: 1.3em;
	padding: 3px 5px;
	border-right: 1px solid #6BD;
	border-bottom: 1px solid #6BD;
}
#college_container .fc_yotei table.fc_price {
	margin: 3px;
	border-top: 1px solid #6BD;
	border-left: 1px solid #6BD;
	text-align: center;
}
/* end of Fit-icollege　レッスン概要テーブル ↑ */

/* Fit-icollege　レッスン用　各説明エリア */
#college_container .fc_text {
	margin: 18px 0 2px;
	padding: 0;

}#college_container .fc_text .p_text {
	line-height: 1.4em;
	padding: 0px 5px;
}
#college_container ol {
	line-height: 1.4em;
	font-size: 14px;
	background-color: #FFC;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Fit-icollege　すぐに申込む */
#college_container p.sugu_order {
	margin: 5px 15px;
	padding: 0px;
}
/* ------- */
