@charset "utf-8";

/*
 * PC用スタイルCSS
 */

/* サイド 採用情報バナー */
.bnr-recruit a{
  width: 240px;
  height: 150px;
  background: url(/files/bnr_kyoryoku_side.jpg) no-repeat 0 0;
  display: block;
  overflow: hidden;
  text-indent : -9999px;
}
.bnr-recruit a:hover{
  background: url(/files/bnr_kyoryoku_side.jpg) no-repeat 0 bottom;
}
/**********************/


html{
  background: url("/files/html_bg.jpg") repeat scroll center top transparent;
}

body{
  background: url("/files/body_bg.png") no-repeat scroll center top transparent;
  color: #000;
}

a:link,
a:visited,
a:hover,
a:active{
  color: #06c;
}


/* Header */
#site-description,
#site-description a{
  color: #0279d5;
  text-align: right;
}

.main_header a img{
  margin: 28px 0 0 5px;
}

#access{
  margin-top: 30px;
}
/* Header END */


/* Side */
#contact_bnr_block a{
  height: 220px;
}
/* Side END */


/* Footer */
#footer_box{
  height: 170px;
}
#footer_information .entry-post{
  width: 960px;
  color: #fff;
  margin: 95px auto 0;
  text-align: center;
}
/* Footer END */


.headline_title{
  color: #fff;
}
.sub_entry_title{
  width: 670px;
  color: #000;
  padding-left: 30px;
}

.cu_mail_block{
  border-color: #666;
}

.table_area td.td_name{
  background-color: #f2f6fa;
  border-color: #999;
  color: #333;
}
.table_area td.td_value{
  background-color: #fff;
  border-color: #999;
  color: #333;
}
.iqfm-table th{
  background-color: #f2f6fa !important;
  border-color: #999 !important;
  color: #333 !important;
}
.iqfm-table td{
  background-color: #fff !important;
  border-color: #999 !important;
  color: #333 !important;
}

small{
  border-color: #06c;
}
small a{
  text-align: center;
}



.iqfm-table th,
.iqfm-table td { vertical-align: middle !important; }
.iqfm-table td textarea {
  height: 10em;
  width: 96%;
}
.iqfm-table td input[type="text"]:not([size]) {
  width: 96%;
  box-sizing: border-box;
}
.z_c1 .html_area .entry_title { border-radius: 5px; }

.privacy_block strong {
    font-size: 130%;
    line-height: 2;
}
.privacy_block ul li {
    line-height: 1.7;
    list-style: square outside none;
    margin: 0 0 0 20px;
    padding: 0;
}



































