.wrap {
	width: 1172px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
#main-jirei {
	width: 880px;
	float: left;
}
#main-jirei .top-txt {
	margin-bottom: 15px;
}
.list-jirei {
	margin-bottom: 20px;
}
.list-jirei li {
	border-bottom: 1px dotted #d8d8d8;
}
.list-jirei li a {
	display: block;
	overflow: hidden;
	text-decoration: none;
	position: relative;
	padding: 15px 20px 15px 15px;
}
.list-jirei li a:hover {
	opacity: 1.0;
	background-color: #E7E7E7;
}
.list-jirei li a:after {
	display: block;
	content: '';
	position: absolute;
	top: 45%;
	width: 7px;
	height: 7px;
	border-right: 2px solid #9b4633;
	border-bottom: 2px solid #9b4633;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 10px;
}
.list-jirei li a figure {
	float: left;
	background-repeat: no-repeat;
	width: 200px;
	margin-right: 20px;
	background-position: left top;
	background-size: auto 200px;
	height: 150px;
}
.list-jirei li a figure img {
	width: 100%;
}
.list-jirei li a div {
	overflow: hidden;
}
.list-jirei li a div .cate {
	background-color: #017B26;
	text-align: center;
	display: inline-block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 12px;
	margin-bottom: 6px;
	color: #FFFFFF;
}
.list-jirei li a div .title {
	margin-bottom: 2px;
	font-size: 18px;
	color: #000000;
}
.list-jirei li a div .corp {
	font-size: 16px;
}
.list-jirei li a div .txt {
	font-size: 13px;
	line-height: 1.8;
	color: #666666;
}

.list-jirei .date{
  font-size: 11px;
  margin-top: 5px;
}

.single-head {
	margin-bottom: 30px;
}
.single-head figure {
	float: left;
	background-repeat: no-repeat;
	width: 260px;
	margin-right: 30px;
}
.single-head figure img {
	width: 100%;
}
.single-head .right-area {
	overflow: hidden;
}
.single-head .right-area .cate {
	background-color: #017B26;
	text-align: center;
	display: inline-block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 12px;
	margin-bottom: 6px;
	color: #FFFFFF;
}
.single-head .right-area .title {
	margin-bottom: 5px;
	font-size: 24px;
}
.single-head .right-area .txt p {
	margin-bottom: 10px;
	line-height: 1.6;
	font-size: 13px;
	color: #666666;
}
.single-head .right-area .date {
	text-align: left;
	color: #666666;
  margin-bottom: 5px;
	padding-right: 10px;
}
.single-head .right-area .corp {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}
.single-head .right-area .name {
	margin-bottom: 10px;
}
.sp-head   {
	display: none;
}
.single-content .ttl-qestion {
	position: relative;
	padding-top: 2px;
	padding-right: 0;
	padding-left: 15px;
	padding-bottom: 2px;
	border-left: 6px solid #9B4633;
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 15px;
}
.single-content .answer {
	margin-bottom: 35px;
	overflow: hidden;
}
.single-content .answer figure {
	float: right;
	width: 300px;
	margin-left: 25px;
	margin-bottom: 10px;
}
.single-content .answer figure img {
	width: 100%;
}
.single-content .answer p {
	font-size: 16px;
	line-height: 1.8;
	color: #666666;
	margin-bottom: 20px;
}
#side-interview {
	width: 260px;
	padding-bottom: 30px;
	float: right;
	height: 2000px;
}
.tbl-detail {
	width: 100%;
	border-spacing: 2px;
	border-collapse: collapse;
	margin-bottom: 30px;
}
.tbl-detail tr th,
.tbl-detail tr td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
.tbl-detail tr th {
	border: 1px solid #d8d8d8;
	width: 170px;
	font-weight: bold;
	background-color: #F8F5F1;
}
.tbl-detail tr td {
	border: 1px solid #d8d8d8;
	background-color: #FFFFFF;
}



.cont-sns{
  overflow: hidden;
}
.cont-sns li{
  float: left;
  margin-right: 10px;
}
/* cont-sns-box */
.cont-sns-box{
	margin-bottom: 20px;
}
.cont-sns-box h2.cont_sns_tit{
	background: none;
	color: #000;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-size: 18px;
	margin-bottom: 20px;
  padding: 5px 0;
}

.cont-sns-box ul{
	overflow: hidden;
	*zoom:1;
}
.cont-sns-box ul li{
	float: left;
	margin-right: 30px;
}