@charset "utf-8";
/* CSS Document */

.thumbcomment p {
	width: 180px;
}

.roomSpecSection .specBlock2 {
	float: left;
	width: 100%;
}

.roomSpecSection .specBlock2 table {
	width: 100%;
}

.roomSpecSection .specBlock2 table th {
	vertical-align: middle;
	width: 100px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding: 5px 0 7px;
	background: url(/content/images/stu/detail/bg-dot.png) #F09CA2 left bottom repeat-x;
}

.roomSpecSection .specBlock2 table td {
	padding: 5px 0 7px 10px;
	background: url(/content/images/stu/detail/bg-dot.png) left bottom repeat-x;
}

.roomSpecSection .specBlock2 table.bottom td {
	width: 205px;
	padding: 8px 10px 11px 10px;
}

.roomSpecSection .specBlock2 table td strong {
	font-size: 120%;
	color: #DE0A10;
}

.roomSpecSection .specBlock2 table td.strong_k {
	font-weight: bold;
}

.roomSpecSection .specBlock2 .caption {
	padding-top: 6px;
	font-size: 90%;
}

.point_title {
	position: relative;
	padding: 0.5em;
	background: #a6d3c8;
	color: darkgreen;
	font-weight: bolder;
}

.point_title::before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 15px transparent;
	border-right: solid 20px rgb(149, 158, 155);
}

.point {
	border-top: solid 1px #000;
	padding: 10px;
	font-weight: bold;
	margin: 0 auto 15px auto;
	border-bottom: solid 1px #000;
	background-color: #d4ece3;
	width: 95%;
}