@charset "utf-8";
header{
	border-bottom:1px solid #d3c6af;
}
.hero .txt{
  padding: 10px 10px 20px;
}

/* search */
#search_box{
	background:#eeebe6;
	border-radius:10px;
	padding:10px 10px 15px;
	margin:0 10px 15px;
}
#show dt{
	color:#fff;
	font-weight:bold;
	text-align:center;
	height:30px;
	line-height:30px;
	background:#924226;
	border-radius:5px 5px 0 0;
}
#show dd{
	background:#fff;
	border-radius:0 0 5px 5px;
	padding:10px;
	margin-bottom:10px;
}
#show dd li{
	margin-bottom:2px;
}
#btn_change{
	color:#924226;
	font-weight:bold;
	text-align:center;
	height:36px;
	line-height:36px;
	background:#fff;
	border:1px solid #924226;
	border-radius:5px;
	display:block;
	position:relative;
}
#btn_change:after{
	content:"+";
	font-size:16px;
	text-align:center;
	width:20px;
	height:20px;
	line-height:18px;
	background:#e4d0c9;
	display:block;
	position:absolute;
	top:50%;
	right:8px;
	margin-top:-10px;
}
.on:after{
	content:"-" !important;
	font-size:18px !important;
}
#search{
	margin-top:10px;
}
#search dt{
	font-weight:bold;
	margin-bottom:5px;
}
#search dt span{
	font-weight:normal;
}
#search dd+dt{
	margin-top:15px;
}
#search select{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background:#fff url(../images/interview/select_parts.gif) no-repeat right center;
	background-size:29px 38px;
	border:1px solid #bbb9b9;
	border-radius:5px;
	box-shadow:inset 0 3px #ebebeb,inset 0 -3px #ebebeb,inset 3px 0 #ebebeb,inset -3px 0 #ebebeb;
	padding:10px;
}
#search_box a{
	color:#924226;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	height:52px;
	line-height:52px;
	background:#fff;
	border:1px solid #924226;
	border-radius:5px;
	display:block;
	margin:15px 20px 0;
}
#search_box a:before{
	content:"";
	width:19px;
	height:19px;
	background:url(../images/interview/icon_search.gif) no-repeat;
	background-size:19px 19px;
	display:inline-block;
	vertical-align:middle;
	margin:-4px 6px 0 0;
}

/* blog */

.content{
	background:#eeebe6;
  padding: 15px 0;
}
.blog{
  margin: 0 10px;
}
.li_naka>*+*{
  margin-top: 15px; 
}
.item_blog{
	background:#fff;
	border-radius:10px;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,.1);
	box-shadow:0 0 5px rgba(0,0,0,.1);
}
.item_blog .box{
  padding: 15px 30px 15px 10px;
  position: relative;
}
.item_blog .box:before{
  content: "";
  width: 8px;
  height: 13px;
  background: url(../images/common/arrow/arrow_16_26.png) no-repeat;
  background-size: 8px 13px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
}
.item_blog .box>*+*{
  margin-top: 10px;
}
.li_data>*+*{
  margin-left: 5px;
}
span[class^="item_data"]{
	font-size:10px;
	border-radius:3px;
	padding:0 5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
.item_data1{
	background:#fff387;
}
.item_data2{
	background:#fff9c3;
}
.item_data3{
	border:1px solid #f3dd87;
}
.item_blog .date{
  font-size: 12px;
}
.item_blog .ttl a{
  color: #a02200;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}
.row{
  width: 100%;
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.row>*{
  display: table-cell;
  vertical-align: top;
}
.w100{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.row .img{
  padding-right: 10px;
}
.r_img{
  min-width: 52px;
  text-align: center;
  border-radius: 100%;
  overflow: hidden;
}
.r_img>*{
  max-width: 52px;
  max-height: 52px;
  display: inline-block;
  vertical-align: middle;
}
.row .balloon{
  padding-right: 20px;
}
.row .balloon p{
  font-size: 12px;
  height: 40px;
  background: #f5f2ec;
  padding: 6px 10px;
  position: relative;
}
.row .balloon p:before{
  content: "";
  width: 10px;
  height: 11px;
  background: url(../images/common/icon_staff.png) no-repeat;
  background-size: 10px 11px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0; 
}
.row .balloon p:after{
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 10px solid #f5f2ec;
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -5px;
}
.shop{
  color: #221815;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #cbcccc;
  box-shadow: 0 1px 0 #f1f2f2 inset;
  padding: 15px 10px;
}
/* pager */
#pager{
	text-align:center;
  margin-top: 15px;
}
#count{
	color:#fff;
	text-align:center;
	background:#4c4c4c;
	border-radius:20px;
	display:inline-block;
	padding:5px 18px;
}
#btn_group{
	width:100%;
	display:table;
	border-collapse:separate;
	border-spacing:10px 0;
	padding-top:20px;
}
#btn_group a{
	color:#a02200 !important;
	font-size:12px;
	width:50%;
	height:46px;
	line-height:46px;
	background:#fff;
	border:2px solid #d8c8b8;
	border-radius:5px;
	display:table-cell;
}
#btn_group #prev:before,#btn_group #next:after{
	content:"";
	width:10px;
	height:16px;
	display:inline-block;
	vertical-align:middle;
}
#btn_group #prev:before{
	background:url(../images/interview/prev.gif) no-repeat;
	background-size:10px 16px;
	margin:-2px 10px 0 0;
}
#btn_group #next:after{
	background:url(../images/interview/next.gif) no-repeat;
	background-size:10px 16px;
	margin:-2px 0 0 10px;
}