@charset "utf-8";

/*----------------------------------------------------------
/* パンくず
----------------------------------------------------------*/
#breadcrumb {
	padding: 0 5px 5px;
	overflow-x: scroll;
	background-color: #FFF;
	border-bottom: solid 1px #EEE;
	white-space: nowrap;
	font-size: .8em;
}
#breadcrumb div {
	display: inline-block;
	padding: 0 1em;
}
#breadcrumb span.glyphicon {
	font-size: 70%;
}

/*----------------------------------------------------------
/* TOPページ
----------------------------------------------------------*/
#container{
	margin-top:10px;
}

#index #search_tabs img{
	width:48%;
	margin-left:1%;
}

#index fieldset h2{
	margin:0px;
	padding:8px 10px;
	font-size:16px;
}

fieldset .btn {
	margin-top:2px;
	margin-bottom:2px;
}

fieldset .input-group .btn {
	margin:0px;
}

.modal-content fieldset {
	margin:5px;
}

.search-modal select,
.search-modal input[type=text],
.search-modal input[type=textarea]{
	width: 100%;
}

.job_list img{
	width: 25%;
	margin-right: 5px;
}
.job_list .media{
	margin-top:3px;
	padding-bottom:10px;
	border-bottom: 1px dotted #000;
}
.job_list .media:last-child {
	border-bottom: none;
}

/*----------------------------------------------------------
/* 検索結果
----------------------------------------------------------*/
#work-search h1{
	margin:0 0 10px 0;
	padding:10px 5px;
  line-height:1.4;
	font-size: 15px;
  text-align:left;
}

#work-search .row .th{
	padding-top: 14px;
	padding-left: 5px;
	padding-right: 5px;
	background-color:#3276b1;
	color:white;
	height:50px;
	border-top:1px solid #AAA;
}

#work-search .row .td{
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	background-color:#d9edf7;
	height:50px;
	border-top:1px solid #AAA;
}

#work-search .row .last{
	height:60px;
	border-bottom:1px solid #AAA;
	text-align:center;
}

#work-search .row .last input{
	display: inline;
}

#work-search .searchnum{
  margin:10px 2%;
}

.worklist {
  background:#eee;
  padding:10px 2%;
}

.worklist .box{
	border-top: 3px solid #3276b1;
	padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  background: #fff;
}

.worklist .box:last-child{
  margin-bottom:0;
}

.worklist .box h2{
	font-size: 18px;
	margin: 0;
	padding:7px ;
}

.worklist .box h3{
	margin: 10px 0;
	font-size: 16px;
}

.worklist .box .btns{
	margin-top: 5px;
}

.worklist .box .btns .btn{
	width:48%;
}

.worklist .box .imgttl > div{
  padding: 5px 10px;
}

.worklist .box .imgttl > div.companyttl{
  padding-left:0;
}

.worklist .box .imgttl > div h2{
  font-size:15px;
  line-height:1.4;
  margin-top:10px;
  padding:0;
  overflow: hidden;
  width: 100%;
}

.worklist .box .imgttl > div h2 a{
  font-size:15px;
  line-height:1.4;
  padding:0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.worklist .box .imgttl > div h3{
  font-size:13px;
  overflow: hidden;
  width: 100%;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.worklist .box .thumbnail{
	width:100%;
	margin: 5px 5px 5px 0;
  overflow:hidden;
}

.worklist .box .detail{
	padding:0px 10px;
  margin-bottom:10px;
  overflow: hidden;
}

.worklist .box .detail p{
  margin:0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.worklist .box .item{
  padding:0 10px;
}

.worklist .box .item table{
	border: 1px solid #CCC;
  width:100%;
}

.worklist .box .item th{
	border-bottom: 1px solid #CCC;
  background:#eee;
  vertical-align:middle;
  font-weight:bold;
  padding:5px 10px;
  margin:0;
  font-size:12px;
}

.worklist .box .item td{
	border-bottom: 1px solid #CCC;
  vertical-align:middle;
  font-size:12px;
  padding:5px 10px;
}

.worklist .box .item td p{
	margin:0;
  overflow: hidden;
  width: 100%;
}

.worklist .box .item .employment td p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.worklist .box .item .area td p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.worklist .box .item .salary td p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.worklist .box .boxbtn{
  padding:0 10px;
  margin-top:10px;
}

.worklist .box .boxbtn .btn-detail{
  padding:0;
  width:58%;
  height:50px;
}

.worklist .box .boxbtn .btn-save{
  padding:0;
  width:40%;
  height:50px;
}

.worklist .box .boxbtn .btn-saved{
  height:50px;
  width:40%;
  background:#fff;
  color:#999;
  font-size: 12px;
  border: 2px solid #ccc;
  box-sizing: border-box;
  box-shadow: none;
  cursor:default;
}

.worklist .box .boxbtn a{
  display:block;
  width:100%;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  padding:12px 0;
  font-size:15px;
  font-weight:bold;
  color:#fff;
  text-decoration:none;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
}

.worklist .box .boxbtn .btn-saved a{
  padding:14px 0 12px;
}


.worklist .box .boxbtn .btn-detail a{
  border: 2px solid #FF9C01;
  box-sizing: border-box;
  background:#FF9C01;
}

.worklist .box .boxbtn .btn-save a{
  border: 2px solid #1F7CD0;
  box-sizing: border-box;
  color: #1F7CD0;
  font-size:14px;
}


.worklist .box.end{
	border-top: 3px solid #999;
}

.worklist .box.end a.thumbnail{
	display:none;
}

.worklist .box.end .imgttl h3{
	display:none;
}

.worklist .box.end .imgttl h2{
	min-height:3em;
}

.worklist .box.end .imgttl>div:first-child:after{
	content: "掲載終了";
	top: 10px;
	left: 20px;
	border: 2px solid red;
	padding: 10px 20px;
	color: red;
	position: absolute;
}

.worklist .box.end .boxbtn{
	display:none;
}

.list-group.work-list-group .end:before{
	content: "掲載終了";
	border: 1px solid red;
	padding: 3px 4px;
	margin-right: 10px;
	color: red;
}

#search_list p{
	margin:0;
}

#search_list .list-group{
}

#search_list .list-group-item{
	border-radius:0;
	padding:4px 10px 4px 20px;
	font-size: 12px;
	background-image:url(../images/arrow.gif);
	background-position:2% center;
	background-repeat:no-repeat;
}
#search_list .search_clear{
	background-color:#FFDDDD;
}

#search_list .subcategory{
	background-image:none;
	padding-left:30px;;
}
#search_list .subsubcategory{
	background-image:none;
	padding-left:50px;;
}


/*----------------------------------------------------------
/* 詳細
----------------------------------------------------------*/
#work .detail{
}

#work .detail div.images{
}

#work .detail .worktype{
  font-size:16px;
  font-weight:bold;
  margin-bottom:5px;
}

#work .detail h1{
  font-size:13px;
  margin:0 0 10px 0;
}

#work .detail div.images .pic{
	display: inline-block;
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-size: contain;
	width: 100%;
	height: 220px;
}
#work .detail div.images .thumb{
	background-size: cover;
	width: 50px;
	height: 50px;
	border:1px solid #ccc;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}

#work .detail div.images #main-cap{
	text-align:center;
	padding:0 10px 3px 10px;
}

#work .detail h2.bg-info{
  font-size:16px;
  padding:15px 15px 13px;
  font-weight:bold;
  margin-bottom:15px;
}

#work .detail dl{
  margin-bottom:20px;
}

#work .detail dl dt{
  color: #1F7CD0;
  font-size:15px;
  margin-bottom:5px;
}

#work .detail dl dd{
  font-size:13px;
}

#work .detail .point{
  margin-bottom:20px;
  width:100%;
  border:2px solid #6FB536;
  border-collapse:separate;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}

#work .detail .point th{
  background:#6FB536;
  color:#fff;
  font-weight:bold;
  padding:10px;
  width:80px;
  text-align:center;
  vertical-align:middle;
  font-size:13px;
}

#work .detail .point td{
  padding:10px;
  vertical-align:middle;
  font-size:13px;
}

#work .detail #com-more-btn{
  border:1px solid #666;
  padding:10px;
  text-align:center;
  cursor:pointer;
  font-size:13px;
}

#work .detail #com-more-btn span:before{
  content:"▼";
  color:#1F7CD0;
  margin-right:5px;
  font-size:14px;
}

#work .detail .entry dt{
	color:#FF9C01;
}

#work .detail .entry .small{
  border-top: 1px dotted #333;
  padding:10px 0;
}

.detail .boxbtn{
  padding:0 10px;
}

.detail .boxbtn .btn-detail{
  padding:0;
  width:100%;
  height:50px;
  margin-bottom:10px;
}

.detail .boxbtn .btn-save{
  padding:0;
  width:100%;
  height:50px;
}

.detail .boxbtn .btn-saved{
  height:50px;
  padding:10px 0;
  width:100%;
  background:#fff;
  color:#999;
  border-radius:5px;
  border: 2px solid #ccc;
  box-sizing: border-box;
  box-shadow: none;
  cursor:default;
}

.detail .boxbtn a{
  display:block;
  width:100%;
  border-radius:5px;
  padding:12px 0;
  font-size:15px;
  font-weight:bold;
  color:#fff;
  text-decoration:none;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
}

.detail .boxbtn .btn-saved{
  padding:14px 0 12px;
}


.detail .boxbtn .btn-detail a{
  border: 2px solid #FF9C01;
  box-sizing: border-box;
  background:#FF9C01;
}

.detail .boxbtn .btn-save a{
  border: 2px solid #1F7CD0;
  box-sizing: border-box;
  color: #1F7CD0;
  font-size:14px;
}

.otherlist .box .detail p{
  margin:0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.otherlist .otherlist-title{
  padding:15px 10px;
  margin-bottom:0;
  background:#6FB536;
  font-size:13px;
  font-weight:bold;
  color:#fff;
}

.otherlist .same-com a{
  display:block;
  padding:10px 35px 8px 15px;
  border-bottom:1px dotted #333;
  position:relative;
}

.otherlist .same-com a:after{
  content:"＞";
  position:absolute;
  right:15px;
  top:10px;
  color:#333;
}



/*----------------------------------------------------------
/* 新着メール設定
----------------------------------------------------------*/
#arrival .nav-tabs{
	border-bottom:3px solid #428bca;
}
#arrival .nav-tabs>li{
	width:25%;
	text-align:center;
}

#arrival .nav-tabs>li>a{
	border: 1px solid #428bca;
	border-bottom-color: transparent;
	padding: 10px 0;
}
#arrival .nav-tabs>li.active>a{
	color:white;
	font-weight:bold;
	background-color:#428bca;
}

#arrival label.subcategory{
	font-weight:100;
}



/*----------------------------------------------------------
/* フォーム
----------------------------------------------------------*/
#form{
	
}

#form *[class*="col-"]{
	padding-left:5px;
	padding-right:10px;
}

#form div#error{
	padding :5px 15px;
	background-color: #FFEEEE;
}

#form div.error{
	font-size:140%;
	font-weight:bold;
	line-height:200%;
	color:red;
	background: url(/images/ico_err.png) 0px 8px no-repeat;
	padding-left :20px;
}

#form .form-vertical label{
	display:block;
}

.input-ico{
	font-weight:normal;
	font-size: 12px;
	color: white;
	border-radius: 5px;
	padding: 2px 5px;
	margin-left: 6px;
	display: inline-block;
}
.input-req{
	background-color: red;
}
.input-any{
	background-color: green;
}

#templateModal .modal-body {
	max-height: 40vh;
	overflow-y:scroll;
}
