@charset "utf-8";

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

/* =======================================================================================
   ■ 全体
------------------------------------------------------------------------------------------ */
html {
    background: none;
}

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

body#page_12 {
  background-image: url("/files/body_bg_top.jpg");
}

#wrapper {
    background: url("/files/wrapper_bg.jpg") no-repeat scroll center top transparent;
}

body#page_12 #wrapper {
    background: url("/files/wrapper_bg_top.jpg") no-repeat scroll center top transparent;
}

#outer_block{
    background: none;
    margin: 30px auto 0;
    padding: 0;
    width: 1010px;
}

#inner_block {
    margin: 0 auto;
    padding: 0 25px;
    width: 960px;
}

a:link, a:visited {
  color: #000;
  text-decoration: underline;
}

a:hover, a:active {
  color: #000;
  text-decoration: none;
}

small {
    border-color: #70af32;
}

small a {
    background: #fff;
    color: #000 !important;
    padding: 5px 0;
    text-align: center !important;
    width: 100%;
}

small a:hover {
    background-color: #70af32;
    color: #fff !important;
}

/*トップメイン画像の高さを指定する場合*/
body#page_12 #main_teaser {
    height: 612px;
}



/* =======================================================================================
   ■ サイド
------------------------------------------------------------------------------------------ */
/*お問い合わせバナー*/
#contact_bnr_block a {
    background: url("/files/contact_bnr.png") no-repeat scroll center top transparent;
    height: 240px;
}

#contact_bnr_block a:hover {
    background: url("/files/contact_bnr.png") no-repeat scroll center bottom transparent;
}

/*求人バナー*/
#recruit_bnr_block a {
    background: transparent url("/files/recruit_bnr.jpg") no-repeat scroll left top;
    display: block;
    height: 240px;
    text-indent: -9999px;
}
#recruit_bnr_block a:hover {
    background: transparent url("/files/recruit_bnr.jpg") no-repeat scroll center bottom;
}


/*サービス一覧バナー*/
#service_bnr_block a {
    background: transparent url("/files/service_bnr.png") no-repeat scroll left top;
    display: block;
    height: 100px;
    text-indent: -9999px;
}
#service_bnr_block a:hover {
    background: transparent url("/files/service_bnr.png") no-repeat scroll center bottom;
}



/*よくある質問バナー*/
#question_bnr_block a {
    background: transparent url("/files/faq_bnr.png") no-repeat scroll left top;
    display: block;
    height: 100px;
    text-indent: -9999px;
}
#question_bnr_block a:hover {
    background: transparent url("/files/faq_bnr.png") no-repeat scroll center bottom;
}

/*ウィジェットタイトル*/
.widget-title,
.widget-title2 a {
    background: url("/files/widget_title_bg.png") no-repeat scroll left top transparent;
    color: #000;
    padding: 0;
    text-align:center;
    height:40px;
    line-height:40px;
}

.widget-title2 a:hover {
    text-decoration: none;
}

/*ウィジェットリスト*/
#main .widget-area ul ul li a {
    background: url("/files/widget_list_bg.png") no-repeat scroll left top transparent;
    padding: 0 0 0 40px;
    color: #000;
}

/* =======================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------ */
#branding_box {
    background: transparent url("/files/branding_box_bg.png") no-repeat scroll center top;
    height: 195px;
    margin: 0 auto;
    padding: 0;
    width: 960px;
}

#site-description {
    display: block;
    font-size: 100%;
    font-style: normal;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 960px;
}

#site-description a {
    color:#438008;
}

#header_information {
  height:110px;
}

/* =======================================================================================
   ■ グローバルナビ
------------------------------------------------------------------------------------------ */

/* 8列のグローバルナビ */
div#access .menu-item a {
  background-image: url(/files/topnavi.png);
  width: 120px;
  margin: 0px;
  padding: 0px;
  height: 55px;
  line-height: 55px;
  display: block;
}

div#access .gnavi01 a { background-position: left top; }
div#access .gnavi02 a { background-position: -120px top; }
div#access .gnavi03 a { background-position: -240px top; }
div#access .gnavi04 a { background-position: -360px top; }
div#access .gnavi05 a { background-position: -480px top; }
div#access .gnavi06 a { background-position: -600px top; }
div#access .gnavi07 a { background-position: -720px top; }
div#access .gnavi08 a { background-position: right top; }

div#access .gnavi01 a:hover { background-position: left bottom; }
div#access .gnavi02 a:hover { background-position: -120px bottom; }
div#access .gnavi03 a:hover { background-position: -240px bottom; }
div#access .gnavi04 a:hover { background-position: -360px bottom; }
div#access .gnavi05 a:hover { background-position: -480px bottom; }
div#access .gnavi06 a:hover { background-position: -600px bottom; }
div#access .gnavi07 a:hover { background-position: -720px bottom; }
div#access .gnavi08 a:hover { background-position: right bottom; }

#access ul.menu ul.sub-menu {
  width: 120px;
}

#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li,
#access ul.menu ul.sub-menu li a {
  min-width: 120px;
  width: 120px;
  padding: 0px;
}




/* プルダウンメニューの色　16進数、RGBA両方変更すること */
div#access ul.sub-menu li.sub-gnavi a, div#access ul.sub-menu li.sub-gnavi2 a {
  background: none #fff;
  background: none rgba(255, 255, 255, 1);
  filter: alpha(opacity=100); /* ie 6 7 */
  -ms-filter: "alpha(opacity=100)"; /* ie 8 */
  color: #000;
}
#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: #000;
}
div#access ul.sub-menu li.sub-gnavi a:hover, div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none #f7fced;
  background: none rgba(247, 252, 237, 1);
  filter: alpha(opacity=75); /* ie 6 7 */
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
  color: #000;
}
#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: #000;
}


/* =======================================================================================
   ■ フッター
------------------------------------------------------------------------------------------ */
#footer-widget-area .widget-area .menu-item a:link,
#footer-widget-area .widget-area .menu-item a:visited {
  text-decoration: underline;
}

#footer-widget-area .widget-area .menu-item a:hover,
#footer-widget-area .widget-area .menu-item a:active {
  text-decoration: none;
}

#footer_block {
    background: transparent url("/files/footer_bg.jpg") repeat-x scroll center bottom;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

#footer_box {
    background: url("/files/footer_box_bg.png") no-repeat scroll center top transparent;
    height: 180px;
    width: 960px;
}

#footer-widget-area {
    width: 960px;
    padding-top:5px;
}

#footer-widget-area .widget-area .menu-item a {
    border-left: 1px solid #70af32;
    border-right: 1px solid #70af32;
}

.footer_infomation {
    display: inline-block;
    width: 960px;
}

#footer_information .entry-post {
    border-bottom: medium none;
    margin: 117px 0 0 0;
    width: 960px;
    text-align:center;
}

#copyright {
    color: #438008;
    height: 30px;
    line-height: 30px;
}




/* =======================================================================================
   ■ 見出し
------------------------------------------------------------------------------------------ */
.entry_title,
.entry-title {
    background: url("/files/entry_title_bg.png") no-repeat scroll left top transparent;
    color: #000;
    padding: 0 0 0 40px;
    width: 660px;
}

.entry-title a {
    color: #000;
}

.entry_title span.read_more_btn a {
    background: url("/files/read_more_btn.png") no-repeat scroll left top transparent;
}

.sub_entry_title {
    background: url("/files/sub_entry_title_bg.png") no-repeat scroll left top transparent;
    color: #000;
    padding: 0 0 0 40px;
    width: 660px;
}

.headline_title {
    font-size: 18px;
    font-weight: bold;
    height: 55px;
    line-height: 55px;
    margin-bottom: 15px;
    padding: 0;
    text-align: center;
    width: 700px;
    color: #000;
}

.inline_title {
    background: url("/files/clom3-title.png") repeat scroll left top transparent;
    border: none;
    border-radius: 0;
    display: block;
    font-size: 11px;
    font-weight:bold;
    line-height: 40px;
    height:40px;
    margin-bottom: 10px;
    padding: 0 10px;
    text-align: center;
}

/* =======================================================================================
   ■ テーブル
------------------------------------------------------------------------------------------ */
.table_area td.td_name {
    background-color: #f7fced;
    border: 1px solid #70af32;
}

.table_area td.td_value {
    background-color: #fff;
    border: 1px solid #70af32;
}

.td_cell {
    border-color: #70af32;
}

/* =======================================================================================
   ■ フォーム
------------------------------------------------------------------------------------------ */
form {
    margin-bottom: 20px;
}

.iqfm-table th {
    background-color: #f7fced !important;
    border: 1px solid #70af32 !important;
}

.iqfm-table td {
    background-color: #fff !important;
    border: 1px solid #70af32 !important;
}


.iqfm-req_color {
    color: #e90408;
}

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

/* テキスト入力ボックスのサイズを調整 */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}

#container_top .iqfm-table td textarea{
  width: 96%;
  height: 15em;
  font-size: 100%;
}

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


/* =======================================================================================
   ■ ブログ
------------------------------------------------------------------------------------------ */
#wp-calendar thead th {
    background: none repeat scroll 0 0 #f7fced;
    border: 1px solid #70af32;
}

#wp-calendar tbody td {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #70af32;
}

#wp-calendar tbody td.pad {
    background-color: #;
}

#wp-calendar tbody td a {
  text-decoration: underline;
}

#wp-calendar tbody td a:hover {
  text-decoration: none;
}

/* ブログ　次ページおよび次記事へのリンク余白設定 */
#nav-below .nav-next { padding: 0 0 0 10px; }


/* =======================================================================================
   ■ ブロック
------------------------------------------------------------------------------------------ */
/*トップ用記事*/
.eyecatch.display_line_bg {
    background: url("/files/recommend_b_bg.png") repeat-y scroll center center transparent;
}
.eyecatch .dispaly_line_outer {
    background: url("/files/recommend_b_top.png") no-repeat scroll center top transparent;
}
.eyecatch .dispaly_line_inner {
    background: url("/files/recommend_b_bottom.png") no-repeat scroll center bottom transparent;
}

.field_3col .display_line_bg {
    background: url("/files/recommend_s_bg.png") repeat-y scroll center center transparent;
}
.field_3col .dispaly_line_outer {
    background: url("/files/recommend_s_top.png") no-repeat scroll center top transparent;
}
.field_3col .dispaly_line_inner {
    background: url("/files/recommend_s_bottom.png") no-repeat scroll center bottom transparent;
}

/*FAQ*/
.post_data .inline_title {
    background:none;
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom: 3px double #70af32;
    font-size: 12px;
    line-height: 1.7;
    padding: 5px 10px;
    text-align: left;
	min-height:1em;
	height:auto !important;
	height:1em;
}


.anchor_list ul li {
    border-bottom: 1px dotted #70af32;
    margin-bottom: 5px;
    padding: 5px 0;
}

.page_up a {
    background-color: #fff;
    border: 1px solid #70af32;
    display: inline-block;
    padding: 5px 10px;
  	border-radius:5px;
    color:#000 !important;
}

.page_up a:hover {
    background-color: #70af32;
    color:#fff !important;
}

/*詳細ページ*/
.permalink_in a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #70af32;
    color: #000;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.7;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
}
.permalink_in a:hover {
    background: #70af32 none repeat scroll 0 0;
    border: 1px solid #70af32;
    color: #ffffff;
    text-decoration: underline;
}

.indent_border {
    border-left: 5px solid #70af32;
}

/*ブログ新着*/
.z_d1 {
margin-bottom:10px;
}

.blog_post {
    border-bottom: 1px dotted #70af32;
}




/* 各ブロックのバグ・余白対応 */
.c_03, .c_04 { margin: 0 0 20px; }

.menu-list table {
  border-collapse:separate;
}

.indent_border {
  width: 685px;
}

.z_d1 { margin: 0 0 20px; }
.z_j1 { margin: 0 0 15px; }






































