@charset "utf-8";

/* @group H2 */

#rightcolumn h2 {
	position: relative;
	z-index: 5;
	margin-top: 30px;
	padding: 0 0 10px 30px;
	background: transparent url("../images/share/bg_headline_l.png") no-repeat 0	0;
	color: #630;
	font-size: 20px;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',sans-serif;
	line-height: 50px;
	letter-spacing: 0.06em;
}

/* @end */

/* @group H3 */

#rightcolumn h3 {
	margin: 20px 0 5px;
	color: #f66;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#rightcolumn .course h3 {
	margin-top: 30px;
	color: #f66;
	font-size: 16px;
	letter-spacing: 0.2em;
}

#rightcolumn h3.firstChild {
	margin: 0 0 5px;
}

/* @end */

/* @group H4 */

#rightcolumn .course h4 {
	margin: 0 0 5px;
	color: #630;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',sans-serif;
	font-size: 16px;
	font-weight: bold;
}

/* @end */

/* @group p */

#rightcolumn p {
	margin-top: 5px;
}

#rightcolumn p.attention {
	margin-top: 1em;
	color: #f00;
	font-size: 11px;
}

/* @end */

/* @group Ul */

#rightcolumn ul {
	margin-top: 10px;
	background-color: #fdfcfb;
}

#rightcolumn ul li {
	padding: 1em;
	border: 1px solid #ddd;
	border-top: none;
}

#rightcolumn ul li.firstChild {
	border: 1px solid #ddd;
}

/* @end */

/* @group Table */

#rightcolumn table {
	margin-top: 10px;
	width: 610px;
	background-color: #fdfcfb;
}

#rightcolumn th,
#rightcolumn td {
	padding: 0 0.5em;
	height: 4em;
	border: 1px solid #ddd;
	border-collapse: collapse;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',sans-serif;
	text-align: center;
	letter-spacing: 0.2em;
}

#rightcolumn th {
	height: 5em;
	background-color: #fafafa;
	color: #a0c;
	font-weight: bold;
}

#rightcolumn tr td.firstChild {
	color: #333;
	font-weight: bold;
}

/* @end */

/* @group Strong */

#rightcolumn p strong {
	color: #d1802c;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',sans-serif;
	font-weight: normal;
}

/* @end */

/* @group Span */

#rightcolumn h4 span {
	margin-left: 2em;
}

#rightcolumn .course p span {
	margin-left: 1em;
}

#rightcolumn .course p span.attention {
	margin-left: 0;
	color: #f00;
}

/* @end */

