@charset "UTF-8";

#sort_block {
	margin-bottom: 10px;
	padding: 5px 8px;
	background: #eceeef;
	clear: both
}

#sort_block ul {

}

#sort_block li {
	list-style: none;
	margin-right: 15px;
	padding: 5px 0 0 20px;
	background: url(../img/common/icon_arrow01.gif) 0 5px no-repeat;
	float: left;
}

#sort_block li.title {
	padding-top: 0;
	padding-left: 0;
	background: none;
}

.score {
	margin-left: 10px;
	font-weight: bold;
}

table.result_block {
	border: #d3d3d3 solid 2px;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

.result_block th {
	border-bottom: #d3d3d3 solid 1px;
	border-left: #d3d3d3 solid 1px;
	background: #f5f6f7;
	padding: 10px 10px 8px 10px;
	text-align: center;
}

.result_block td {
	border-bottom: #d3d3d3 solid 1px;
	border-left: #d3d3d3 solid 1px;
	padding: 10px 10px 8px 10px;
	text-align: center;
}
table.left td{
	text-align: left;
}

.result_block th.name {
	text-align: left;
}


.link_block {
	clear: both;
	margin-bottom: 20px;
	border: #d3d3d3 solid 2px;
}

.link_block li {
	list-style: none;
	width: 340px;
	font-weight: bold;
	float: left;
}

.link_block li.line {
	border-right: #d3d3d3 solid 1px;
}

.link_block li a {
	display: block;
	padding: 20px 20px 18px 40px;
	background: url(../img/common/icon_arrow01.gif) 20px 20px no-repeat;
}

.link_block li a:hover {
	background: #e5f6ff url(../img/common/icon_arrow01.gif) 20px 20px no-repeat;
}

/*分布--------------------*/

/*棒グラフ*/

.bunpu_salary_block {
	width: 320px;
	height: 270px;
	padding: 2px 0 0 2px;
	background: url(../img/search/graph_salary.gif) top left no-repeat;
}

.bunpu_time_block {
	width: 320px;
	height: 270px;
	padding: 2px 0 0 2px;
	background: url(../img/search/graph_time.gif) top left no-repeat;
}

.bunpu_salary_box,
.bunpu_time_box {
	position: relative;
	width: 261px;
	height: 235px;
}

.bunpu_salary_box .graph01,
.bunpu_salary_box .graph02,
.bunpu_salary_box .graph03,
.bunpu_salary_box .graph04,
.bunpu_salary_box .graph05,
.bunpu_time_box .graph01,
.bunpu_time_box .graph02,
.bunpu_time_box .graph03,
.bunpu_time_box .graph04,
.bunpu_time_box .graph05 {
	position: absolute;
	width: 30px;
	bottom: 0;
	background: #33a8ee;
}

.bunpu_salary_box .graph01,
.bunpu_time_box .graph01 {
	left: 19px;
}

.bunpu_salary_box .graph02,
.bunpu_time_box .graph02 {
	left: 67px;
}

.bunpu_salary_box .graph03,
.bunpu_time_box .graph03 {
	left: 115px;
}

.bunpu_salary_box .graph04,
.bunpu_time_box .graph04 {
	left: 163px;
}

.bunpu_salary_box .graph05,
.bunpu_time_box .graph05 {
	left: 211px;
}

/*円グラフ*/

.piegraph_block {
	text-align: center;
	width: 318px;
	border: #d3d3d3 solid 2px;
	padding: 10px 0;
}

.piegraph_block dl {
	text-align: left;
	padding: 0 80px;
	margin: 10px 0 0;
}

.piegraph_block dl dt {
	font-weight: bold;
	float: left;
	clear: both;
	width: 110px;
}

.piegraph_block dl dd {
	color: #36a8ef;
}

/*横グラフ*/

.slidegraph_block {
	width: 320px;
}

.slidegraph_box {
	margin-bottom: 10px;
	font-weight: bold;
	clear: both;
}

.slidegraph_box .left {
	width: 150px;
	float: left;
}

.slidegraph_box .right {
	width: 160px;
	float: right;
}

.slidegraph_inner {
	position: relative;
	height: 24px;
	clear: both;
}

.slidegraph_inner .slidegraph_bg {
	position: absolute;
	width: 290px;
	height: 10px;
	top: 8px;
	left: 15px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
	background-color: #edeff0;
	overflow: hidden;
}

.slidegraph_inner .slidegraph {
	position: absolute;
	height: 10px;
	top: 0;
	left: 15;
	background: #b5e4fd;
	z-index: 1px;
}

.slidegraph_inner .point {
	position: absolute;
	top: 0;
	z-index: 2;
}

/*口コミ一覧--------------------*/

.kuchikomi_block {
	margin-bottom: 20px;
	border-bottom: #d3d3d3 solid 1px;
	clear: both;
	position: relative;
}

.kuchikomi_block h3 {
	margin-bottom: 15px;
	padding: 0 0 0 20px;
	background: url(../img/common/icin_title3.gif) 0 2px no-repeat;
	font-size: 116%;
	font-weight: bold;
}

.kuchikomi_block dl {
	margin-bottom: 15px;
	padding: 20px 2px 0 2px;
	border-top: #d3d3d3 solid 1px;
	clear: both;
}

.kuchikomi_block dt {
	padding: 8px 5px 5px 5px;
	background: #f5f6f7;
	text-align: right;
}

.kuchikomi_block dd {
	padding: 10px 2px 0 2px;
}

.kuchikomi_block dt ul {
	float: right;
}

.kuchikomi_block dt ul li {
	list-style: none;
	margin-left: 10px;
	color: #888888;
	float: left;
}

.kuchikomi_block dt ul li.comment {

}

.kuchikomi_block dt ul li.comment span {
	padding: 2px 5px 1px 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background: #ec7e55;
	color: #fff;
}

.kuchikomi_block dt ul li.comment_g span {
	padding: 2px 5px 1px 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background: #666;
	color: #fff;
}

.kuchikomi_block dd.link {
	text-align: right;
}

.kuchikomi_block dd.link span {
	padding-left: 20px;
	background: url(../img/common/icon_arrow01.gif) 0 0 no-repeat;
}



.graph_block,
.bunpu_block {
	margin-left: 0;
	margin-right: 0;
	position: relative;
}

.graph_block {
	position: relative;
}

.kuchikomi_block p.bt_regist{
	position: absolute;
	top:100px;
}


.bunpu_block p.bt_regist{
	position: absolute;
	top:105px;
}


.graph_block p.bt_regist{
	position: absolute;
	top:170px;

}


table.left td {
	text-align: left;
}













