@charset "utf-8";
/* 各要素の上書き */
.extra1 {
	padding: 5px 0;
}
.extra2 {
	padding: 8px 0 0;
}
.recommend3 {
	margin-top: 20px;
}

/* ↓↓↓基本フォーマット↓↓↓ */
.format {
	margin-bottom:15px;
	padding-top: 25px;
	background: url(/common/image/bold_line.gif) no-repeat top;
	color: #595858;
}
.format h2 {
	margin-bottom: 25px;
	padding-top: 3px;
	font-size: 167%;
	font-weight: bold;
	color: #174D4D;
}
.search_qa {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #EEEFEF;
}
.search_qa .text {
	float: left;
	width: 475px;
	height: 30px;
}
*:first-child+html .search_qa .text {
	height: 28px;
}
html>/**/body .search_qa .text {
height/*\**/: 28px;
}
.search_qa .search {
	float: left;
}
.unit3 h3 {
	padding-bottom: 7px;
	font-weight: bold;
	font-size: 167%;
	color: #174D4D;
}
.unit3 .board3 {
	margin-bottom: 0;
}
.unit3 .board3 .link {
	padding-top: 8px;
	border-top: 1px dotted #7F7F7F;
}
.unit3 .board3 .link a:link,
.unit3 .board3 .link a:visited {
	text-decoration: none;
}
.unit3 .board3 .link a:hover,
.unit3 .board3 .link a:active {
	text-decoration: none;
}
.unit3 .board3 .link a span {
	text-decoration: underline;
}
.unit3 .board3 .link a:hover span {
	text-decoration: none;
}
.question_list {
}
.question_list li {
	float: none;
}
.question_list li a {
	display: inline;
	padding: 0;
	background: none;
}
.question_list li dl {
}
.question_list li dl dt {
	position: relative;
	padding: 0 0 8px 50px;
}
.question_list li dl dt img {
	position: absolute;
	left: 0;
	top: 0;
}
.question_list li dl dd {
	height: 20px;
	margin-bottom: 20px;
	padding-left: 50px;
}
.question_list li dl > dd {
	height: auto;
	min-height: 20px;
}
.question_list li dl dd .data {
}
.question_list li dl dd .data span {
	padding-right: 10px;
}
.question_list.border {
}
.question_list.border li {
	margin-top: 20px;
	border-bottom: 1px dotted #7F7F7F;
}
.question_list.border li dl dd .data {
	margin-bottom: 15px;
}
.sort {
	padding: 5px 0;
	border-top: 1px dotted #7F7F7F;
	border-bottom: 1px dotted #7F7F7F;
}
.sort span {
	font-weight: bold;
}
.sort a {
	font-weight: normal;
}
.paging {
	margin: 20px 0 30px;
	padding: 7px 10px;
	background: #F7F7F7;
	border: solid 1px #9A9A9A;
	font-size: 108%;
	text-align: center;
}
.paging a {
	font-weight: normal;
}
.column {
	width: 560px;
	margin: 30px 0;
	padding: 18px;
	border: 2px solid #999999;
}
.column .left {
	width: 90px;
}
.column .right {
	width: 450px;
}
.column .right .headline {
	margin-bottom: 20px;
}
.format .column {
	margin: 25px 0 30px;
}
.recommend3.question ul li {
	float: none;
}
.recommend3.question .link {
	margin: 10px 20px 0;
	padding-top: 5px;
	border-top: 1px dotted #7F7F7F;
}
/* ↑↑↑基本フォーマット↑↑↑  */