@charset "utf-8";
/* CSS Document */

.page-name,
h1.page-name,
h2.page-name{
    position: relative;
    margin: 12px 0 15px 0;
    padding: 10px;
    background-color: #FCF4F1;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.05em;
	border-top:solid 2px #999;
}
h3{
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #ebf8fc;
  border-bottom: solid 1px #999999;
  padding: 10px;
  margin-bottom: 10px; 
}
h4{
  text-indent: -1em;
  margin-left:1em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
h4:before {
    font-family:sans-serif;
    content: "■";
	color:#e50012;
}

.bold{font-weight:bold;}
.kigou{font-family: sans-serif;}

a.blank{
	background:url(../img/icon_blank_r.png) center right no-repeat;
	padding-right:18px;
	margin-right:2px;
	color:#8c0000;
}

table,
table th,
table td{vertical-align:middle;}
table th{text-align:center;}
table td.bg-cell_blue {background-color: #d1e8f1;}
table td.bg-cell_pink {background-color: #fae2e2;}
table td.bg-cell_gray {background-color: #eee;}
.tbl-model th {
	text-align: center;
	font-weight: normal;
	background-color: #333;
	color: #fff;
}

.side-box {width: 210px;}
.main-box {width: 770px;}

.contents-search {
  position: relative;
  background-color: #f6f6f6;
  border: solid 1px #ccc;
  padding: 10px;
  margin-bottom: 30px; }
  .contents-search:before, .contents-search:after {
    content: " ";
    display: table; }
  .contents-search:after {
    clear: both; }
  .contents-search .title-contents {
    display: block;
    float: left;
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold; }
  .contents-search .btn-search_spec {
    display: block;
    float: left;
    width: 160px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    border: solid 1px #333;
    background-color: #333;
    color: #fff; }
    .contents-search .btn-search_spec:hover {
      color: #333;
      background-color: #fff; }
  .contents-search .btn-search_no .title {
    display: block;
    margin-left: 15px;
    float: left;
    width: 146px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    border: solid 1px #333;
    background-color: #333;
    color: #fff; }
  .contents-search .btn-search_no .search-box {
    display: block; }
    .contents-search .btn-search_no .search-box .product_no {
      float: left;
      width: 245px;
      height: 32px;
      background: #fff;
      border: solid 1px #666666;
      padding: 4px;
      color: #333; }
    .contents-search .btn-search_no .search-box .btn_search_no {
      float: left;
      text-align: right;
      width: 80px;
      height: 32px;
      background: #333;
      padding-right: 15px;
      color: #fff;
      background-image: url(../img/icon_search.png);
      background-repeat: no-repeat;
      background-position: 10px 6px;
      border: none; }
      .contents-search .btn-search_no .search-box .btn_search_no:hover {
        background-color: #222; }



.nav-global li.nav-global-recruit a {
    border-top: solid 3px #e50012;
    color: #e50012;
}
.nav-global li.nav-global-recruit a:after {
    position: absolute;
    top: -3px;
    left: 50%;
    margin-left: -8px;
    content: " ";
    border: 8px solid transparent;
    border-top: 8px solid #e50012;
}


.contents-recruit .page-name,
.contents-recruit h1.page-name,
.contents-recruit h2.page-name{margin-top:0;}

.recruit-box{margin-bottom:30px;}
.recruit-box:last-child{margin-bottom:0;}
.recruit-box table,
.recruit-box table th,
.recruit-box table td{
	border-left:none;
	border-right:none;
	vertical-align:middle;
}
.recruit-box table th{width:170px;}
.recruit-box table td.w120{width:120px;}
