@charset "utf-8";

/*
 * PC用スタイルCSS
 */
html{
  background: none transparent;
}

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

#outer_block{
  background: none transparent;
}

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


/* Header */
#branding_box{
  padding: 0;
}
#site-description a{
  color: #fff;
  text-align: right;
}
.main_header a img{
  margin: 30px 0 0 7px;
}
#access{
  margin-top: 20px;
}
div#access .gnavi11 a, div#access .gnavi12 a, div#access .gnavi13 a, div#access .gnavi14 a, div#access .gnavi15 a, div#access .gnavi16 a {
    background-image: url('/files/topnavi.jpg');
}

#access ul.menu ul.sub-menu {
  top: 55px;
  width: 162px;
}
#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  width: 162px;
}
div#access ul.sub-menu li.sub-gnavi:first-child{
  border-bottom: 1px solid #fff;
}
div#access ul.sub-menu li.sub-gnavi a, div#access ul.sub-menu li.sub-gnavi2 a {
  width: 162px;
  background: none #999999;
  background: none rgb(51, 116, 112);
  filter: alpha(opacity=100); /* ie 6 7 */
  -ms-filter: "alpha(opacity=100)"; /* ie 8 */
  color: #fff;
}
#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
  color: #fff;
}
div#access ul.sub-menu li.sub-gnavi a:hover, div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none #535353;
  background: none rgb(83,83,83);
  filter: alpha(opacity=100); /* ie 6 7 */
  -ms-filter: "alpha(opacity=100)"; /* ie 8 */
  color: #fff;
  text-decoration: none;
}
#access ul li.current_page_item > a:hover, #access ul li.current-menu-ancestor > a:hover,
#access ul li.current-menu-item > a:hover, #access ul li.current-menu-parent > a:hover {
  color: #fff;
  text-decoration: none;
}

/* IE7 hack */
*:first-child+html div#access ul.sub-menu li.sub-gnavi a,
*:first-child+html div#access ul.sub-menu li.sub-gnavi2 a {
  background-color: #337470;
}
*:first-child+html div#access ul.sub-menu li.sub-gnavi a:hover,
*:first-child+html div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background-color: #535353;
  text-decoration: none;
}

/* IE9 hack */
div#access ul.sub-menu li.sub-gnavi a:not(:target),
div#access ul.sub-menu li.sub-gnavi2 a:not(:target),
div#access ul.sub-menu li.sub-gnavi a:not(:target):hover,
div#access ul.sub-menu li.sub-gnavi2 a:not(:target):hover {
	filter: none;
	-ms-filter: none;
  text-decoration: none;
}
/* Header END */


/* Side */
#contact_bnr_block a{
    background: url("/files/recruit_bnr.jpg") no-repeat scroll center top transparent;
}
#contact_bnr_block a:hover{
  background: url("/files/recruit_bnr.jpg") no-repeat scroll center bottom transparent;
}
.widget-title{
  padding-left: 30px;
}
#main .widget-area ul ul li a{
  color: #000;
}
/* Side END */


/* Footer */
#footer-widget-area .widget-area{
  margin-top: 10px;
}
#footer-widget-area .widget-area .menu-item a{
  color: #fff;
}
#footer_information .entry-post {
    margin: 75px 0 0 180px;
}
#footer_information .entry-post p span{
  margin-left: 15px;
}
/* Footer END */


.headline_title{
  color: #fff;
}
.entry_title{
  width: 665px;
  color: #333;
  padding: 0 0 0 35px;
}
.sub_entry_title{
   color: #33746f;
  padding-left: 30px;
  width: 670px;
}
.inline_title{
  height: 40px;
  background: url(/files/clom3-title.jpg) repeat-x 0 0;
  color: #333;
  line-height: 33px;
  padding: 0;
  text-align: center;
}

.list_block .list_box {
  border-bottom: 1px dotted #666;
}

.table_area td.td_name {
    background-color: #c9e3dd;
    border: 1px solid #33746f;
  color: #33746f;
}
.table_area td.td_value {
    border: 1px solid #33746f;
  color: #33746f;
}

.iqfm-table th{
  background-color: #c9e3dd !important;
    border: 1px solid #33746f !important;
  color: #33746f !important;
}
.iqfm-table td{
   border: 1px solid #33746f !important;
  color: #33746f !important;
}

small{
  border-color: #33746f;
}
small a{
  color: #33746f !important;
}




/*  システムパーツの調整
---------------------------------------------------------------------------------------------------- */
/* メールフォームのボタン高さを統一 */
.z_c1 button, .z_c1 input[type="reset"],
.z_c1 input[type="button"], .z_c1 input[type="submit"] { line-height: 1.7; }

/* テキスト入力ボックスのサイズを調整
   伸ばしたい入力項目（メールアドレス、住所など）のクラスを指定してください。 */
#container_top .iqfm-table td #iqfm-input-text-5 {
  width: 75%;
}
#container_top .iqfm-table td textarea{
  width: 96%;
  height: 15em;
  font-size: 100%;
}

/* ボタン下の余白設定 */
.z_c1 .post_data { margin: 0 0 30px; }




























