@charset "UTF-8";

/* サブナビ */
.subnavi {
	background-image: url(../../common/images/sub_concept_back.gif);
	height: 88px;
	width: 278px;
	padding-left: 7px;
	padding-top: 60px;
	margin-bottom: 20px;
}
.subnavi li {
	margin-bottom: 6px;
}

* html .subnavi {
	height: 128px;
	width: 285px;
}

.subnavi li a:hover img {
filter: alpha(opacity=80);
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
#wrapper .contents .contents_bottom .cbox .contents_right .step {
	margin-bottom: 15px;
	margin-left: 20px;
}
#wrapper .contents .contents_bottom .cbox .contents_right .point {
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 12px;
	line-height: 1.1em;
	background-color: #D5F1E2;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#wrapper .contents .contents_bottom .cbox .contents_right .point strong {
	font-weight: bold;
	color: #009A91;
}
#wrapper .contents .contents_bottom .cbox .contents_right .number_list {
	margin-right: 20px;
	margin-left: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#wrapper .contents .contents_bottom .cbox .contents_right .number_list .number {
	background-color: #eeeeee;
	height: 20px;
	width: 20px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #009A91;
	text-align: center;
	margin-right: 10px;
	line-height: 20px;
}
#wrapper .contents .contents_bottom .cbox .contents_right .number_list .title {
	float: left;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #666666;
}
