@charset "utf-8";

/*
 * PC用スタイルCSS
 */
/* =======================================================================================
   ■ 全体
------------------------------------------------------------------------------------------ */
html {
    background-image: none;
    background-color: #fef4ea;
}

body {
    background: url("/files/body_bg.jpg") no-repeat scroll center top transparent;
    color: #6f300e;
    min-width: 1100px;
}

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


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


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

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

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

small {
    border-color: #6f300e;
}

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

small a:hover {
    background-color: #f5e7c7;
    color: #6f300e !important;
}

/*グローバルナビの上にティーザーが来る場合*/
#main_teaser {
    position: relative;
}

#main_teaser img {
    position: absolute;
    top: -149px;
    left: 651px;
}





/* =======================================================================================
   ■ サイド
------------------------------------------------------------------------------------------ */
/* 追加バナー */
.bnr_side {
  padding: 0;
  text-indent: -9999px;
}

.bnr_side a {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.bnr_side a:hover {
  background-position: center bottom !important;
}

/* ↓バナーの数だけ増やす↓ */
#recruit_bnr_block a {
  background: url("/files/recruit_bnr.jpg") no-repeat scroll center top transparent;
  height: 240px;
}

#jvnf_bnr_block a {
  background: url("/files/jvnf_bnr.png") no-repeat scroll center top transparent;
  height: 70px;
}

#nurse_bnr_block a {
  background: url("/files/nurse_bnr.png") no-repeat scroll center top transparent;
  height: 70px;
}

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

.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;
    color: #000;
    height: 60px;
    line-height: 60px;
    text-align:center;
}

#main .widget-area ul ul li#menu-item-82 a {
    background-position: left bottom;
    height: auto;
    line-height: 1.7em;
    padding: 15px 0;
}

/*SNS*/
#secondary {
    padding: 0;
}

/* =======================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------ */
#branding_box {
    background: transparent url("/files/branding_box_bg.png") no-repeat scroll 53px 160px;
    height: 615px;
    margin: 0 auto;
    padding: 0;
    width: 1100px;
    position: relative;
    z-index:2;
}

body#page_6 #branding_box {
    background: transparent url("/files/branding_box_bg.png") no-repeat scroll center 85px;
    height: 1610px;
}

#site-description {
    display: block;
    font-size: 100%;
    font-style: normal;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 1100px;
    position: absolute;
    top: 0;
    left: 0;
}

#site-description a {
    color: #6f300e;
}

#header_information {
  width: 214px;
  height: 110px;
  position: absolute;
  top: 160px;
  left: 67px;
}

body#page_6 #header_information {
  top: 0;
}

body#page_6 #header_information .main_header {
  display: none;

}

#jquery_slider_pc .entry_post {
    left: 0;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    position: absolute; /*基点はbranding_box*/
    z-index: 1;
}

/*セカンドメインからのリンク*/
/*セカンドメイン　トップ以外を非表示*/
body#page_6 div#secondmain {display: inherit; } /*トップ*/
body#page_12 div#secondmain,
body#page_81 div#secondmain,
body#page_15 div#secondmain,
body#page_198 div#secondmain,
body#page_9 div#secondmain,
body.blog div#secondmain /*ブログ*/
{ display: none; }

/*セカンドメインのリンク*/
body#page_6 #secondmain {
    top: 1503px;
    left: 673px;
    position: absolute;
    display: block; 
}


/*ロールボタンで背景画像処理のボタンを半透明に*/
body#page_6 #secondmain a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}


/* =======================================================================================
   ■ 7グローバルナビ
------------------------------------------------------------------------------------------ */
div#access li.menu-item {
  float: none;
}


/*==============================7メニューグローバルロールオーバーCSS==============================*/

/*positionの基点はbranding_box*/

div#access .gnavi21 a {
  background: url("/files/topnavi7-1.png") no-repeat scroll center top transparent;
  width:76px;
  height: 64px;
  line-height: 64px;
  padding: 0;
  position: absolute;
  top: 47px;
  left: 467px;
}

body#page_6 div#access .gnavi21 a {
  top: 395px;
}

div#access .gnavi22 a {
  background: url("/files/topnavi7-2.png") no-repeat scroll center top transparent;
  width:133px;
  height: 76px;
  line-height: 76px;
  padding: 0;
  position: absolute;
  top: 157px;
  left: 562px;
}

body#page_6 div#access .gnavi22 a {
  top: 505px;
}

div#access .gnavi23 a {
  background: url("/files/topnavi7-3.png") no-repeat scroll center top transparent;
  width:134px;
  height: 102px;
  line-height: 102px;
  padding: 0;
  position: absolute;
  top: 163px;
  left: 397px;
}

body#page_6 div#access .gnavi23 a {
  top: 511px;
}

div#access .gnavi24 a {
  background: url("/files/topnavi7-4.png") no-repeat scroll center top transparent;
  width:63px;
  height: 64px;
  line-height: 64px;
  padding: 0;
  position: absolute;
  top: 271px;
  left: 493px;
}

body#page_6 div#access .gnavi24 a {
  top: 619px;
}

div#access .gnavi25 a {
  background: url("/files/topnavi7-5.png") no-repeat scroll center top transparent;
  width:117px;
  height: 94px;
  line-height: 94px;
  padding: 0;
  position: absolute;
  top: 333px;
  left: 584px;
}

body#page_6 div#access .gnavi25 a {
  top: 681px;
}

div#access .gnavi26 a {
  background: url("/files/topnavi7-6.png") no-repeat scroll center top transparent;
  width:131px;
  height: 91px;
  line-height: 91px;
  padding: 0;
  position: absolute;
  top: 379px;
  left: 412px;
}

body#page_6 div#access .gnavi26 a {
  top: 727px;
}

div#access .gnavi27 a {
  background: url("/files/topnavi7-7.png") no-repeat scroll center top transparent;
  width:65px;
  height: 67px;
  line-height: 67px;
  padding: 0;
  position: absolute;
  top: 509px;
  left: 542px;
}

body#page_6 div#access .gnavi27 a {
  top: 857px;
}

div#access .gnavi21 a:hover {
  background: url("/files/topnavi7-1_on.png") no-repeat scroll center top transparent;
}

div#access .gnavi22 a:hover {
  background: url("/files/topnavi7-2_on.png") no-repeat scroll center top transparent;
}

div#access .gnavi23 a:hover {
  background: url("/files/topnavi7-3_on.png") no-repeat scroll center top transparent;
}

div#access .gnavi24 a:hover {
  background: url("/files/topnavi7-4_on.png") no-repeat scroll center top transparent;
}

div#access .gnavi25 a:hover {
  background: url("/files/topnavi7-5_on.png") no-repeat scroll center top transparent;
}

div#access .gnavi26 a:hover {
  background: url("/files/topnavi7-6_on.png") no-repeat scroll center top transparent;
}

div#access .gnavi27 a:hover {
  background: url("/files/topnavi7-7_on.png") no-repeat scroll center top transparent;
}

/* =======================================================================================
   ■ フッター
------------------------------------------------------------------------------------------ */
#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.png") no-repeat scroll center bottom;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

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

#footer-widget-area {
    width: 1100px;
    position: absolute;
    top: 274px;
}

#footer-widget-area .widget-area .menu-item a {
    border-left: 1px solid #6f300e;
    border-right: 1px solid #6f300e;
    color: #6f300e;
}

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

#footer_information .entry-post {
    margin: 183px 0 0 0;
    padding: 0;
    width: 1100px; 
    text-align:center;
    color: #6f300e;
}

#copyright {
    color: #6f300e;
    height: 40px;
    line-height: 40px;
}

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

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

.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: #6f300e;
    padding: 0 0 0 40px;
    width: 790px;
}

.headline_title {
    background: transparent url("/files/top_entry_title.png") no-repeat scroll left top;
    font-size: 25px;
    font-weight: bold;
    height: 72px;
    line-height: 72px;
    margin-bottom: 25px;
    padding: 0;
    text-align: center;
    width: 830px;
    color: #6f300e;
}


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

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

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

.td_cell {
    border-color: #8a4c2a;
}

/* =======================================================================================
   ■ ブロック
------------------------------------------------------------------------------------------ */
/*トップ用記事*/
.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;
}


/*新着情報*/
.list_block .list_box {
    border-bottom: 1px dotted #8a4c2a;
}

/*イラスト地図*/
#wjtif0hvman159mjblnu {
  margin-bottom: 30px;
}

/*スマホセカンドメイン*/
#u4xyntzvo04cbrbntrk6 {
  display: none;
}



/*サイドナビ追従*/
#secondary {
  width: 240px;
  padding: 0;
}
#secondary.fixed {
  position: fixed;
  top: 0;
}
#secondary.fix_under {
  position: absolute;
}
#thirdly.fixed {
  position: fixed;
  top: 0;
}
#thirdly.fix_under {
  position: absolute;
}
