@charset 'UTF-8';

/* **********************************************************************
 *
 *       Title:   Site-Shokunin CMS master.css
 *       Notes:   Hand-crafted by WebLab Corporation in Tokyo.
 *
 ********************************************************************** */

/* IE用印刷設定CSS
======================================================= */

@media print {
    body {
        _zoom: 67%; /*WinIE only */
    }
    #top_a {
        _zoom: 95%; /*WinIE only */
    }
}

/* 基本設定
======================================================= */


* {
    margin: 0;
    padding: 0;
}

html { font-size: 62.5%; }

body {
    font: 1.0rem 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Helvetica', 'Arial', 'Verdana', 'sans-serif';
    line-height: 1.6;
    position: relative;
    min-width: 980px;      /* 基本設定 全体の幅 */
    text-align: left;
    color: #414141;       /* 基本文字 文字色 */
    background: #fff;      /* サイト全体の背景 背景色 */
    *font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Helvetica', 'Arial', 'sans-serif';
}

body.contact {
    min-width: 980px;
}

* html body {
    font: x-small;
}
:first-child + html body {
    font-size: small;
}

a:link,
a:visited {
    text-decoration: underline;
    color: #15c;       /* 基本文字 リンク文字色 */
}
a:hover,
a:active {
    text-decoration: none;
    color: #15c;       /* 基本文字 リンク文字色 */
}

address,caption,cite,code,dfn,em,th,var {
    font-weight: normal;
    font-style: normal;
}

p {
    font-size: 14px;
    font-size: 1.4rem;
}

ul {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 5px 0 5px 10px;
    padding: 0 0 0 10px;
}

ol {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 5px 0 5px 15px;
    padding: 0 0 0 20px;
}


/* レイアウト設定
======================================================= */

.wrapper {
    width: 980px;
    margin: 0 auto 40px;
    background: #fff;   /* サイト全体の背景 メインカラム背景色 */
    text-align: left;
}

.wrappertop {
    margin: 0 auto;
    padding: 0;
    background: #f6f6f6;   /* サイト全体の背景 メインカラム背景色 */
    text-align: left;
}


.wrapper .side {
    float: right;
    width: 230px;
    padding: 50px 0 0;
}

.wrappertop .main {
    overflow: hidden;
}

.wrapper .main {
    float: left;
    width: 720px;      /* 基本設定 メインカラムの幅 */
    padding: 50px 0 0;
    overflow: hidden;
    min-height: 500px;
}

.contact .wrapper {
    font-size: 14px;
    font-size: 1.4rem;
    width: 700px;
    margin: 0 auto;
    padding: 0 0 50px;
    text-align: left;
}

.contact .wrapper .main {
    float: none;
    width: auto;
    margin: 0;
    padding: 50px 0 0;
}


/* header設定
======================================================= */

header {
    padding: 0;
    background: #fff;   /* ヘッダー 背景色 */
}
body.contact header {
    padding: 0 0 30px;
}
header .inner {
    width: 980px;   /* 基本設定 全体の幅 */
    margin: 0 auto;
}

header ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

header .head_l {
    float: left;
    width: 480px;
    padding: 0 0 30px;
    color: #333;    /* ヘッダー h1文字色 */
}

header .head_l h1 {
    font-size: 10px;
    font-size: 1rem;
    padding: 15px 0 8px 5px;
    font-weight: normal;
}

header .head_l p {
    font-size: 10px;
    font-size: 1rem;
    padding: 15px 0 8px 5px;
    font-weight: normal;
}

body.contact header p {
    font-size: 10px;
    font-size: 1rem;
    font-weight: normal;
    padding: 15px 0 8px 5px;
}

body.contact header p.logo {
    padding: 0;
}

header .head_l .logo {
    float: left;
    width: 160px;
}

header .head_l .catch {
    float: left;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
    width: 245px;
    padding: 6px 0 0 20px;
    color: #1c437d;
}

header .head_r {
    line-height: 1;
    float: right;
    width: 500px;
    padding: 20px 0;
}

header .head_r .catch {
    float: left;
    width: 350px;
    font-size: 10px;
    font-size: 1.0rem;
    padding: 0 0 10px 25px;
}

.tel {
    width: 175px;
    margin: 0 0 10px;
    color: #333;        /* CVエリア 電話番号 文字色 */
    text-align: left;
    overflow: hidden;
}
.tel a {
    float: left;
    font-size: 24px;
    font-size: 2.4rem;
    cursor: default;
    text-decoration: none;
    pointer-events: none;
}

body.contact .tel a {
    background: url(../img/ico_tel.png) 0 0.3em no-repeat;
}

.tel a,
.tel a:visited {
    color: #333;        /* CVエリア 電話番号 文字色 */
}

.tel span {
    display: block;
    float: left;
    font-size: 11px;
    font-size: 1.1rem;
    font-family: meiryo;
    font-weight: normal;
    padding: 3px 0 0 4px;
}

body.contact .tel {
    width: 360px;
}

body.contact .tel span {
    padding: 14px 0 0 9px;
}


header .head_r ul {
    width: 478px;
    float: right;
}

header .head_r ul li {
    float: left;
}

header .head_r ul li.tel {
    width: 175px;
    color: #333;        /* CVエリア 電話番号 文字色 */
    text-align: left;
    margin: 0 5px 0 0;
    overflow: hidden;
}

header .head_r ul li.contact {
    margin: 0 10px 0 0;
    vertical-align: top;
}

header .head_r ul li.contact a {
    width: 208px;
    padding: 12px 0 12px;
    display: block;
    background: #007b61;
    color: #fff;
    text-decoration: none;
}

header .head_r ul li.contact a span {
    font-size: 11px;
    font-size: 1.1rem;
    background: url(../img/ico_contact.png) 20px center no-repeat;
    padding: 0 0 0 40px;
    *padding: 0 0 4px 40px;
    *display: block;
    *zoom: 1;
}

header .head_r ul li.access {
    width: 80px;
}

.sp_trigger,
.overlay { display: none;}
.contact header .inner {
    width: 980px;
}


/* nav
======================================================= */
nav {
    width: 980px;
    display: block !important;
    margin: 0 auto;
    padding: 0 0 25px;
}

nav ul {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

nav ul li {
    float: left;
    margin: 0;
    padding: 0;
}

nav ul li a {
    float: left;
    padding-top: 60px;
    overflow: hidden;
    height: 0 !important;
    height /**/: 60px;
    outline: none;
    background: url(../img/nav.gif) no-repeat 0 0;
}

nav ul li.nav01 a {
    width: 70px;
    background-position: 0 0;
}

nav ul li.nav01 a:hover,
nav ul li.nav01 a:active,
nav ul li.nav01 a.selected,
nav ul li.nav01 a.selected:hover {
    background-position: 0 -60px;
}

nav ul li.nav02 a {
    width: 130px;
    background-position: -70px 0;
}

nav ul li.nav02 a:hover,
nav ul li.nav02 a:active,
nav ul li.nav02 a.selected,
nav ul li.nav02 a.selected:hover {
    background-position: -70px -60px;
}

nav ul li.nav03 a {
    width: 130px;
    background-position: -200px 0;
}

nav ul li.nav03 a:hover,
nav ul li.nav03 a:active,
nav ul li.nav03 a.selected,
nav ul li.nav03 a.selected:hover {
    background-position: -200px -60px;
}

nav ul li.nav04 a {
    width: 130px;
    background-position: -330px 0;
}

nav ul li.nav04 a:hover,
nav ul li.nav04 a:active,
nav ul li.nav04 a.selected,
nav ul li.nav04 a.selected:hover {
    background-position: -330px -60px;
}

nav ul li.nav05 a { 
    width: 130px;
    background-position: -460px 0;
}

nav ul li.nav05 a:hover,
nav ul li.nav05 a:active,
nav ul li.nav05 a.selected,
nav ul li.nav05 a.selected:hover {
    background-position: -460px -60px;
}

nav ul li.nav06 a {
    width: 130px;
    background-position: -590px 0;
}

nav ul li.nav06 a:hover,
nav ul li.nav06 a:active,
nav ul li.nav06 a.selected,
nav ul li.nav06 a.selected:hover {
    background-position: -590px -60px;
}

nav ul li.nav07 a {
    width: 130px;
    background-position: -720px 0;
}

nav ul li.nav07 a:hover,
nav ul li.nav07 a:active,
nav ul li.nav07 a.selected,
nav ul li.nav07 a.selected:hover {
    background-position: -720px -60px;
}

nav ul li.nav08 a {
    width: 130px;
    background-position: -850px 0;
}

nav ul li.nav08 a:hover,
nav ul li.nav08 a:active,
nav ul li.nav08 a.selected,
nav ul li.nav08 a.selected:hover {
    background-position: -850px -60px;
}

.nav09,
.nav10 {
    display: none;
}

/* パンくず
======================================================= */

.breadcrumb {
    background: #f6f6f6;
}

.breadcrumb ol {
    width: 980px;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

.breadcrumb ol li {
    float: left;
    padding: 12px 0 13px;
}

.breadcrumb ol li a:link,
.breadcrumb ol li a:visited {
    color: #414141;
}

/* 下層ナビゲーション
======================================================= */
/* cate_top */
.cate_top a {
    padding: 26px 10px 25px;
    text-align: center;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    border-top: 3px solid #1c437d;
    border-bottom: 1px solid #e3e3e3;
    color: #414141;
}

.cate_top a:link,
.cate_top a:visited,
.cate_top a:hover {
    color: #414141;       /* 下層メニュー（カテゴリ名） 文字色 */
    text-decoration: none;
}

/* subnav */
.side ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.side ul.subnav {
    margin: 0 0 30px;
}

.side ul.subnav > li {
    border-bottom: 1px solid #e3e3e3;       /* ナビゲーション（第二階層メニュー）枠線色 */
}


.side ul.subnav li a {
    display: block;
    margin: 0;
    padding: 14px 5px 13px 36px;
    background: #fff url(../img/arw_b.png) 20px 50% no-repeat;    /* ナビゲーション（第二階層メニュー）背景色 */
}

.side ul.subnav li li a {
    display: block;
    margin: 0;
    padding: 14px 5px 13px 50px;
    background: url(../img/arw_b.png) 34px 50% no-repeat;
}

.side ul.subnav li a:link,
.side ul.subnav li a:visited {
    color: #414141;        /* ナビゲーション（第二階層メニュー） 文字色 */
    text-decoration: none;
}

.side ul.subnav li a:hover {
    background: #f5f5f5 url(../img/arw_b.png) 20px 50% no-repeat;    /* ナビゲーション（第二階層メニュー）背景色ハイライト時 */
    color: #414141;        /* ナビゲーション（第二階層メニュー） 文字色ハイライト */
    text-decoration: none;
}

.side ul.subnav li li a:link,
.side ul.subnav li li a:visited {
    background: #e6e6e6 url(../img/arw_b.png) 34px 50% no-repeat;        /* ナビゲーション（第三階層メニュー） 背景色 */
    color: #414141;        /* ナビゲーション（第三階層メニュー） 文字色 */
    text-decoration: none;
}

.side ul.subnav li li a:hover {
    background: #656565 url(../img/arw_w.png) 34px 50% no-repeat;        /* ナビゲーション（第三階層メニュー） 背景色ハイライト時 */
    color: #1c437d;        /* ナビゲーション（第三階層メニュー） 文字色ハイライト */
    font-weight: bold;
}

.side ul.subnav li.subselected > a {
    background: #f6f6f6 url(../img/arw_b.png) 20px 50% no-repeat;     /* 下層メニュー（第二階層メニュー）背景色ハイライト時 */
    font-weight: bold;
    color: #414141; /* ナビゲーション（第二階層メニュー） 文字色ハイライト */
    text-decoration: none;
}

.side ul.subnav li li.localselected a {
    background: #656565 url(../img/arw_w.png) 34px 50% no-repeat;        /* ナビゲーション（第三階層メニュー） 背景色ハイライト時 */
    font-weight: bold;
    color: #1c437d;     /* ナビゲーション（第三階層メニュー） 文字色ハイライト */
    text-decoration: none;
}


.side_bnrmenu {
    overflow: hidden;
}

.side_bnrmenu ul {
    overflow: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.side_bnrmenu li {
    float: left;
    width: 230px;
    margin: 0 0 20px;
}

.side_bnrmenu li img {
    width: 230px;
    height: 96px;
}

.side_bnrmenu li.bnr03 img {
    width: 230px;
    height: 80px;
}

/* トップページ設定
======================================================= */

.wrappertop .block {
    clear: both;
    width: 100%;
}


/* 下層共通設定
======================================================= */
.wrapper .block {
    clear: both;
    width: 100%;
    margin: 0 0 40px;
    overflow: hidden;
}

.category {
    background: url(../img/bg_category.gif) repeat 0 0;
}

.category h1 {
    width: 980px;
    margin: 0 auto;
    padding: 36px 0;
    text-align: center;
    color: #fff;
    font-family: 'Noto Sans Japanese','メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Helvetica', 'Arial', 'Verdana', 'sans-serif';
    font-weight: 300;
    font-size: 30px;
    font-size: 3.0rem;
}

.wrapper .main .block h2 {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: normal;
    margin: 0 0 20px;
    padding: 0 0 8px 0;
    color: #333;   /* 下層ページ中見出し 文字色 */
    border-bottom: 1px solid #e3e3e3;
}

.wrapper .main .block h2 span {
    border-left: 4px solid #1c437d;
    padding: 0 0 0 9px;
    display: block;
}

.wrapper .main .block h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 13px;
    padding: 6px 0 3px 20px;
    color: #333;   /* 下層ページ小見出し 文字色 */
    background: #f6f6f6 url(../img/ico_h3.gif) no-repeat 10px center;
}


/* 下層ブロック管理画面にCSS効かせたくないスタイル
======================================================= */

/* alink */

ul.alink li {
    float: left;
    margin: 0 10px 10px 0;
}

ul.alink li a {
    display: block;
    margin: 0;
    padding: 8px 14px;
    border: 1px solid #e5e5e5;
}

ul.alink li a:link,
ul.alink li a:visited {
    text-decoration: none;
}

ul.alink li a:hover {
    text-decoration: underline;
}


/* pagetop
======================================================= */

.pagetop {
    width: 40px;
    position: fixed;
    z-index: 10;
    right: 50px;
    bottom: 0;
    overflow: hidden;
}

.pagetop a {
    float: left;
    padding-top: 40px;
    height: 0 !important;
    height /**/: 40px;
    margin: 0;
    outline: none;
    background: #525252 url(../img/pagetop.png) no-repeat 50% 50%;    /* フッターメニュー部 背景色 */
    width: 40px;
}


/* footer
======================================================= */
footer {
    background: #545454;    /* フッター（Copyright部）背景色 */
}

/* foot_top */
footer .foot_top {
    background: #eaeaea url(../img/bg_footer_top.jpg) no-repeat;
    padding: 79px 0;
}

.foot_top .foot_in {
    width: 980px;
    margin: 0 auto;
}

.foot_top .foot_in .foot_in_l {
    width: 358px;
    float: left;
}

body .foot_in .foot_in_l .catch {
    font-family: 'Noto Sans Japanese','メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Helvetica', 'Arial', 'Verdana', 'sans-serif';
    font-weight: 300;
    font-size: 22px;
    font-size: 2.2rem;
    color: #1c437d;
    padding: 0 0 25px;
}

.foot_in_l .f_contact {
    width: 358px;
    padding: 30px 0 0;
}

.foot_in_l .f_contact p {
    font-size: 12px;
    font-size: 1.2rem;
}

.foot_in_l .f_contact ul {
    margin: 0;
    padding: 0 0 27px;
}

.foot_in_l .f_contact ul li {
    list-style: none;
    float: left;
    font-size: 12px;
    font-size: 1.2rem;
}

.foot_in_l .f_contact ul .access {
    padding: 5px 0 0 21px;
}

.foot_in_l .f_contact ul .access span {
    display: block;
    padding: 5px 0 0;
}

.f_contact .f_tel {
    width: 353px;
    padding: 23px 0 0;
}

.f_contact .f_tel img {
    padding: 0 0 10px;
}

.f_contact .f_con {
    width: 358px;
    margin: 22px 0 0;
    background: #007b61;
}

.f_contact .f_con a {
    display: block;
    color: #fff;
    text-decoration: none;
    background: url(../img/f_ico_contact.png) 50px 48% no-repeat;
    padding: 14px 0 13px 24px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
}

.foot_top .foot_in .foot_in_r {
    width: 592px;
    float: right;
    background: #fff;
}

.foot_in .foot_in_r .calender {
    width: 532px;
    padding: 30px;
}

.foot_in .foot_in_r .calender .tit {
    font-size: 18px;
    font-size: 1.8rem;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 7px;
    margin: 0 0 10px;
}

.ac_menu {
    display: none;
}

.foot_in .foot_in_r　.about .tit {
    font-size: 1.4rem;
    font-weight: bold;
}

.foot_in_r .calender .l_calender {
    float: left;
}

.foot_in_r .calender .r_calender {
    float: right;
}

.calender .r_calender ul {
    width: 165px;
    margin: 0 0 0 85px;
    padding: 5px 0 0 0;
}

.calender .r_calender ul li {
    list-style: none;
    float: left;
    padding: 0 0 0 30px;
}

.calender .r_calender ul .day01 {
    background: url(../img/ico_g_calender.gif) no-repeat left center;
    padding: 0 20px 0 30px;
}

.calender .r_calender ul .day02 {
    background: url(../img/ico_p_calender.gif) no-repeat left center;
}

.calender .about {
    width: 532px;
    float: left;
}

.calender .about .attention1 {
    width: 250px;
    float: left;
}

.calender .about .attention2 {
    width: 250px;
    float: right;
}

.calender .about .attention1 .tit,
.calender .about .attention2 .tit {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: none;
    padding: 15px 0 7px;
    margin: 0;
}

.calender .about .attention1 p, 
.calender .about .attention2 p {
    font-size: 12px;
    font-size: 1.2rem;
}


/* foot_nav */
footer .foot_nav {
    background: #f6f6f6;   /* フッター（メニュー部）背景色 */
}

.foot_nav .foot_in {
    width: 980px;
    margin: 0 auto;
}

.foot_nav .foot_in .f_con_box {
    width: 515px;
    float: left;
    margin: 35px 0;
    border-right: 1px solid #e3e3e3;
}

.foot_nav .foot_in .f_con_box ul {
    float: left;
    margin: 0;
    padding: 0 60px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
}

.foot_nav .foot_in .f_con_box ul li {
    list-style-type: none;
}

.f_con_box ul li a:link,
.f_con_box ul li a:visited {
    color: #414141;
    text-decoration: none;
}

.f_con_box ul li a:hover {
    color: #414141;   /* フッター（メニュー部）文字色 */
    text-decoration: underline;
}

.foot_nav .foot_in .credit {
    width: 415px;
    float: right;
    padding: 30px 0;
}

/* foot_info */
footer .foot_info {
    width: 980px;      /* 基本設定 全体の幅 */
    margin: 0 auto;
    color: #fff;    /* フッター（Copyright部）文字色 */
    background: #525252;
}

.foot_info .foot_in {
    width: 980px;
    margin: 0 auto;
    padding: 20px 0 16px;
}

.foot_in_nav {
    width: 510px;
    float: left;
}

.foot_in_nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.foot_in_nav ul li {
    float: left;
    padding: 0 21px;
    font-size: 12px;
    font-size: 1.2rem;
    border-right: 1px solid #6a6a6a;
}

.foot_in_nav ul .first-button {
    border-left: 1px solid #6a6a6a;
}


.foot_in_nav a:link,
.foot_in_nav a:visited {
    color: #fff;   /* フッター（メニュー部）文字色 */
    text-decoration: none;
}

.foot_in_nav a:hover {
    color: #fff;   /* フッター（メニュー部）文字色 */
    text-decoration: underline;
}


.foot_info .copy {
    display: inline-block;
    width: 343px;
    float: right;
    font-size: 12px;
    font-size: 1.2rem;
}

.contact footer .foot_in {
    width: 980px;
}

.contact footer .foot_info .logo_address {
    float: left;
    width: 580px;
}

.contact footer .foot_info .logo_address .logo {
    float: left;
    width: 200px;
}

.contact footer .foot_info .logo_address ul {
    float: right;
    width: 360px;
}

.contact footer .foot_info .f_sns {
    float: right;
    padding: 15px 0 0;
}


/* お知らせ設定
======================================================= */

.mceTopics {
    margin: 0;
    padding: 0;
}

#top .mceTopics {
    width: 700px;
    float: left;
}

.mceTopics ul,
.mceTopics ol {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    list-style: none;
}
.mceTopics li {
    margin: 5px 0 0;
    padding: 0 0 5px;
    border-bottom: 1px dotted #ccc;
}
.mceTopics li span {
    display: block;
}
.mceTopics li span.day {
    color: #999;
}

.topicsblock {
    background: #f5f5f5;    /* トップページお知らせ見出し 背景色 */
    padding: 5px 10px;
    margin: 0 0 10px;
    border-left: 4px solid #656565;    /* トップページお知らせ見出しボーダー色 */
}

.topicsblock_un {
    margin: 0 0 30px;
    padding: 0;
    border-bottom: 1px solid #d9d9d9;   /* 下層ページ大見出し（タイトル）枠線（下線）色 */
}

.main .topicsblock_un h1 {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: normal;
    margin: 0;
    padding: 0 0 18px;
    float: left;
    width: 620px;
    border: 0;
}

#top .topicsblock h2 {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: normal;
    line-height: 1.5;
    float: left;
    width: 120px;
    margin: 0;
    padding: 0 5px 0 0;
    color: #333;    /* トップページお知らせ見出し 文字色 */
    border: none;
}

.topicsblock .linkset {
    float: right;
    width: 60px;
}
#top_b .topicsblock .linkset {
    padding: 5px 0 0;
}
.topicsblock .infolist {
    font-size: 12px;
    font-size: 1.2rem;
    float: left;
    padding: 1px 0 0;
}
.topicsblock .infolist a {
    padding: 0 0 0 14px;
    background: url(../img/arw.png) 0 50% no-repeat;
}

.topicsblock .infolist a,
.topicsblock .infolist a:visited {
    color: #15c;    /* トップページお知らせ一覧 リンク色 */
}

.inforss {
    float: right;
    width: 13px;
    padding: 4px 0 0;
    line-height: 1;
}

ul.pager {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
    padding: 0;
    text-align: center;
}
ul.pager li {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.pager li strong {
    display: inline-block;
    padding: .25em .4em;
    color: #fff;
    border: 1px #999 solid;
    background-color: #999;
}
ul.pager li a {
    display: inline-block;
    padding: .25em .4em;
    text-decoration: none;
    border: 1px #ccc solid;
}
ul.pager li a:link,
ul.pager li a:visited {
    color: #333;
    border-color: #ccc;
}
ul.pager li a:hover,
ul.pager li a:active {
    color: #fff;
    border-color: #999;
    background-color: #999;
}

/* サイトマップ設定
======================================================= */

.block_sm {
    clear: both;
    margin: 0 0 10px;
    padding: 0 0 10px;
    text-align: left;
    border-bottom: 1px dotted #ccc;
}

.block_sm h2.sitemap {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    padding: 0;
    color: #000;
    border: 0;
}
.sitemap_ul {
    margin: 3px 0 0 10px;
    list-style: none;
    border: 0;
}
.sitemap_ul li {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    padding: 2px 0 2px 17px;
    text-align: left;
    border: 0;
    background: url(../img/sitemap_arrow.gif) no-repeat 0 5px;
}
.sitemap_ul li ul {
    margin: 3px 0 0 13px;
    list-style: none;
}
.sitemap_ul li ul li {
    padding-left: 17px;
    text-align: left;
    background: url(../img/sitemap_arrow.gif) no-repeat 0 5px;
}


/* スマホPC切替スイッチ
======================================================= */

.dvc_switch {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
}

.dvc_switch ul {
    margin: 0 auto;
    padding: 0;
}

.dvc_switch li {
    list-style-type: none;
}

.dvc_switch li.pc {
    display: none;
}

.dvc_switch li.sp {
    text-align: center;
}

.dvc_switch li.sp a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    color: #fff;
}

.dvc_switch li a {
    width: 100%;
    padding: 0;
    text-decoration: none;
    color: #fff;
}

.dvc_switch li:first-child a {
    line-height: 1.6;
}

.dvc_switch p {
    width: 40%;
    margin: 0 auto;
    text-align: center;
}