/*********************************************************
レイアウトとフォントCSS
**********************************************************/

.main-content-header .main-content-title
{
    transform: rotate( 0.028deg ); /*アンチエイリアシング処理*/
    -webkit-backface-visibility:hidden; /*ちらつき防止*/
    backface-visibility:hidden; /*ちらつき防止*/
}

/**********************************************************
PC画面 コンテンツ
**********************************************************/
.main-content-area .component-inner
{
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}
/**********************************************************
タブレット画面 コンテンツ
**********************************************************/
@media screen and ( min-width: 542px ) and ( max-width: 991px )
{
    .main-content-area .component-inner
    {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .br-tab { display:none; }

}
/**********************************************************
スマホ画面 コンテンツ
**********************************************************/
@media screen and ( max-width: 543px )
{
    .main-content-area .component-inner
    {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .br-sp { display:none; }
}


/**********************************************************
PC画面 サイドバー
**********************************************************/
.main-content-area .sidebar-left ,
.main-content-area .sidebar-right
{
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}
/**********************************************************
タブレット画面 サイドバー
**********************************************************/
@media screen and ( min-width: 542px ) and ( max-width: 991px )
{
    .main-content-area .sidebar-left ,
    .main-content-area .sidebar-right
    {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
}
/**********************************************************
スマホ画面 サイドバー
**********************************************************/
@media screen and ( max-width: 543px )
{
    .main-content-area .sidebar-left ,
    .main-content-area .sidebar-right
    {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

/**********************************************************
共通レイアウト
**********************************************************/

.component-inner,
.site-header-area .component-inner
{
    margin: 0 auto;     /* センタリング */
    max-width: 1920px;
}

/* 3カラム 左サイドバー+右サイドバー*/

/* メインコンテンツの外幅 */
body.column-3 .main-content-wrap
{
    float: left;
    width: 82%;
}

/* 右サイドバーの幅 */
body.column-3 .sidebar-right
{
    float: right;
    width: 18%;
}

/* 左サイドバーの幅 */
body.column-3 .sidebar-left
{
    float: left;
    width: 22.5%;
}

/* メインコンテンツの幅 */
body.column-3 .main-content-site
{
    float: right;
    width: 77.5%;
    padding-left: 1rem;
    padding-right: 1rem;
}



/* 2カラム 左サイドバー */

/* メインコンテンツの幅 */
body.column-2l .main-content-wrap
{
    width: 100%;
}

/* メインコンテンツの外幅 */
body.column-2l .main-content-site
{
    float: right;
    width: 82%;
    padding-left: 1rem;
}

/* 左サイドバーの幅 */
body.column-2l .sidebar-left
{
    float: left;
    width: 18%;
}



/* 2カラム 右サイドバー */

/* メインコンテンツの外幅 */
body.column-2r .main-content-wrap
{
    float: left;
    width: 82%;
}

/* メインコンテンツの幅 */
body.column-2r .main-content-site
{
    width: 100%;
    padding-right: 1rem;
}

/* 右サイドバーの幅 */
body.column-2r .sidebar-right
{
    float: right;
    width: 18%;
}



/* 1カラム */

body.full-width .main-content-wrap,
body.full-width .main-content-site
{
    width: 100%;
}

/* コンテンツ余白 */
.entry-content
{
    padding: 1px;
}

/**********************************************************
タブレット画面
**********************************************************/
@media screen and ( min-width: 542px ) and ( max-width: 991px )
{
    .component-inner,
    .site-header-area .component-inner
    {
        margin: 0 auto;     /* センタリング */
        max-width: 100%;
    }

    /* メインコンテンツの外幅 */
    .main-content-wrap
    {
        width: 100% !important;
    }
    /* メインコンテンツの幅 */
    .main-content-site
    {
        width: 100% !important;
        padding-right: 0 !important;
        padding-right: 0 !important;
    }
    /* サイドバーの幅 */
    .sidebar-right , .sidebar-left
    {
        width: 100% !important;
    }

}
/**********************************************************
スマホ画面
**********************************************************/
@media screen and ( max-width: 543px )
{
    .component-inner,
    .site-header-area .component-inner
    {
        margin: 0 auto;     /* センタリング */
        max-width: 100%;
    }

    /* メインコンテンツの外幅 */
    .main-content-wrap
    {
        width: 100% !important;
    }
    /* メインコンテンツの幅 */
    .main-content-site
    {
        width: 100% !important;
        padding-right: 0 !important;
        padding-right: 0 !important;
    }
    /* サイドバーの幅 */
    .sidebar-right , .sidebar-left
    {
        width: 100% !important;
    }
}


/*********************************************************
フォント
**********************************************************/
body
{
    font-size: 16px !important;
    font-family: YuMincho , '游明朝' , 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif !important;
    font-weight: normal !important;
    color: #373a3c !important;
    word-wrap: break-word;
    line-height: 1.5 !important;
    -webkit-font-smoothing: antialiased;
}
.font-smooth
{
    transform: rotate( 0.028deg ); /*アンチエイリアシング処理*/
    -webkit-backface-visibility:hidden; /*ちらつき防止*/
    backface-visibility:hidden; /*ちらつき防止*/
}
h1
{
    font-size: 1.5rem;
}
h2
{
    font-size: 1.25rem;
}
h3
{
    font-size: 1.2rem;
}

/**********************************************************
PC画面
**********************************************************/
.layout-wrapper a:link
{
    color: #0275d8;
    font-weight: normal;
    text-decoration: none;
}
.layout-wrapper a:visited
{
    color: #014c8c;
    font-weight: normal;
    text-decoration: none;
}
.layout-wrapper a:hover
{
    color: #014c8c;
    font-weight: normal;
    text-decoration: none;
}


/**********************************************************
フォーム
**********************************************************/

.layout-wrapper textarea ,
.layout-wrapper input ,
.layout-wrapper select
{
    max-width: 100%;
}

/**********************************************************
タブレット画面
**********************************************************/
@media screen and ( min-width: 542px ) and ( max-width: 991px )
{

    /*********************************************************
    フォント
    **********************************************************/
    body
    {
        font-size: 14px !important;
        font-family: YuMincho , '游明朝' , 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif !important;
        font-weight: normal !important;
        color: #373a3c !important;
        line-height: 1.5 !important;
    }
    h1
    {
        font-size: 1.2rem;
    }
    h2
    {
        font-size: 1.1rem;
    }
    h3
    {
        font-size: 1rem;
    }

    /**********************************************************
    リンク
    **********************************************************/
    .layout-wrapper a:link
    {
        color: #0275d8;
        font-weight: normal;
        text-decoration: none;
    }
    .layout-wrapper a:visited
    {
        color: #014c8c;
        font-weight: normal;
        text-decoration: none;
    }
    .layout-wrapper a:hover
    {
        color: #014c8c;
        font-weight: normal;
        text-decoration: none;
    }

}

/**********************************************************
スマホ画面
**********************************************************/
@media screen and ( max-width: 543px )
{

    /*********************************************************
    フォント
    **********************************************************/
    body
    {
        font-size: 14px !important;
        font-family: YuMincho , '游明朝' , 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif !important;
        font-weight: normal !important;
        color: #373a3c !important;
        line-height: 1.5 !important;
    }
    h1
    {
        font-size: 1.2rem;
    }
    h2
    {
        font-size: 1.1rem;
    }
    h3
    {
        font-size: 1rem;
    }

    /**********************************************************
    リンク
    **********************************************************/
    .layout-wrapper a:link
    {
        color: #0275d8;
        font-weight: normal;
        text-decoration: none;
    }
    .layout-wrapper a:visited
    {
        color: #014c8c;
        font-weight: normal;
        text-decoration: none;
    }
    .layout-wrapper a:hover
    {
        color: #014c8c;
        font-weight: normal;
        text-decoration: none;
    }

}

/*********************************************************
グローバルナビゲーション
**********************************************************/

#header-navi .header-frame
{
    max-width: 1920px;
    margin: 0 auto;
}
#header-navi
{
    background-color: #f8f8f8;

    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: none;
    border-right: none;

    /* ボックスシャドウ */
    box-shadow: 0px 4px 4px 1px rgba(186,186,186,0.3);
}
#header-navi .navbar-nav
{
    padding: 0;
}
#header-navi .navbar-nav > li
{
    border-left: 1px dotted #818a91;
    height: ;
    text-align: center;
}
#header-navi .navbar-nav li:fast-child
{
    border-left: 1px dotted #818a91;
}
#header-navi .navbar-nav li:last-child
{
    border-right: 1px dotted #818a91;
}
#header-navi .navbar-nav .nav-item + .nav-item
{
    margin-left: 0;
}
#header-navi li
{
    color: inherit !important;
    text-decoration: none !important;
    float: left;
}
#header-navi li a
{
    font-size: 0.7rem !important;
    color: #0275d8 !important;
    font-family: inherit !important;
    font-weight: bold !important;
    text-decoration: none !important;
}
#header-navi li a:link
{
    color: #0275d8 !important;
}
#header-navi li a:visited
{
    color: #014c8c !important;
}
#header-navi li a:hover
{
    color: #014c8c !important;
    text-decoration: none !important;
}
/**********************************************************
PC画面 グローバルナビゲーション
**********************************************************/
#header-navi
{
    margin-top: 0;
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
}
#header-navi .navbar-nav > li
{
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
#header-navi .header-frame .navbar
{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
}
/**********************************************************
タブレット画面 グローバルナビゲーション
**********************************************************/
@media screen and ( min-width: 542px ) and ( max-width: 991px )
{
    #header-navi
    {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
    #header-navi .navbar-nav > li
    {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    #header-navi .header-frame .navbar
    {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
}
/**********************************************************
スマホ画面 グローバルナビゲーション
**********************************************************/
@media screen and ( max-width: 543px )
{
    #header-navi
    {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
    #header-navi .navbar-nav > li
    {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    #header-navi .header-frame .navbar
    {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
}







/**********************************************************
PC画面 ヘッダー
**********************************************************/
.site-header-area
{
    background-image: ;
    background-color: rgb(255, 255, 255);
    background: linear-gradient();
    background-repeat: ;
    background-size: ;
}
.site-header-area .component-inner
{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;

    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}
/**********************************************************
タブレット画面 ヘッダー
**********************************************************/
@media screen and ( min-width: 542px ) and ( max-width: 991px )
{
    .site-header-area
    {
        background-image: ;
        background-color: #f5f5f5;
        background: linear-gradient();
        background-repeat: ;
        background-size: ;
    }
    .site-header-area .component-inner
    {
        margin-top: 0;
        margin-bottom: 1rem;
        margin-left: 0;
        margin-right: 0;

        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .site-header-area
    {
        border-top: 1rem solid #ffc72f;
    }
}
/**********************************************************
スマホ画面 ヘッダー
**********************************************************/
@media screen and ( max-width: 543px )
{
    .site-header-area
    {
        background-image: ;
        background-color: #f5f5f5;
        background: linear-gradient();
        background-repeat: ;
        background-size: ;
    }
    .site-header-area .component-inner
    {
        margin-top: 0;
        margin-bottom: 1rem;
        margin-left: 0;
        margin-right: 0;

        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .site-header-area
    {
        border-top: 1rem solid #ffc72f;
    }
}



/*********************************************************
画像関係
**********************************************************/

/* 画像のリサイズ */
.post-content-single img ,
.post-content img ,
.wp-caption
{
   max-width: 100%;
   height: auto;
   width: auto;
}

/* 画像の中央揃え */
.post-content-single .aligncenter ,
.post-content .aligncenter
{
   display: block;
   margin: 0 auto;
   margin-left: auto;
   margin-right: auto;
}
/*********************************************************
サムネイル
**********************************************************/

.thumbnail-post > img
{
    max-width: 100%;
    height: auto;
}

img
{
    max-width: 100%;
}

/**********************************************************
タブレット画面
**********************************************************/

@media screen and ( min-width: 542px ) and ( max-width: 991px )
{
    img
    {
        max-width: 100%;
    }
}

/**********************************************************
スマホ画面
**********************************************************/

@media screen and ( max-width: 543px )
{
    img
    {
        max-width: 100%;
    }

}

/*********************************************************
ドロップメニュー
**********************************************************/

.dropmenu
{
    *zoom: 1;
}

.dropmenu:before, .dropmenu:after
{
    content: '';
    display: table;
}

.dropmenu:after
{
    clear: both;
}

.dropmenu li
{
    position: relative;
}

.dropmenu li a
{
    display: block;
/*    margin: 0;*/
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;

/*  background: #8a9b0f;*/
/*  color: #fff;*/
/*  font-size: 14px;*/
    line-height: 1;
/*  text-decoration: none;*/
    text-align: center;
}

.dropmenu li ul
{
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
}
.dropmenu li ul li
{
    width: 200px;
    background-color: #eceeef;
    border-left: 1px solid #818a91 !important;
    border-right: 1px solid #818a91 !important;
    border-bottom: 1px solid #818a91 !important;
}

.dropmenu li ul li a
{
/*  padding: 6px 8px;*/
/*  border-top: 1px solid #7c8c0e;*/
/*  background: #6e7c0c;*/
    text-align: left;
}
.dropmenu li:hover > a
{
/*  background: #6e7c0c;*/
}
.dropmenu li a:hover
{
/*  background: #616d0b;*/
}

/* 三階層目 */
.dropmenu ul ul
{
    position: absolute;
    top: 0;
    left: 100%;
}

/* 矢印アイコン */
.dropmenu ul li a
{
    position: relative;
    display: block;
}
.dropmenu ul li a:after
{
    position: absolute;
    top: 50%;
    right: 5px;
    display: block;
    content: '';
    width: 4px;
    height: 4px;
    margin-top: -2px;
    border-top: 1px solid #888;
    border-right: 1px solid #888;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* アクティブ時 */
.dropmenu .active
{
/*  background-color: inherit;*/
/*  font-color: inherit;*/
}

/* 開閉 */
.dropmenu ul
{
    visibility: hidden;
    opacity: 0;
    transition: .2s ease-in-out;
}
.dropmenu li:hover > ul
{
    visibility: visible;
    opacity: 1;
}

/*********************************************************
コンテンツ系CSS
**********************************************************/

/**********************************************************
PC画面 コンテンツ
**********************************************************/
.main-content-area .component-inner
{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;

    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}
/* 投稿メタ情報 */
.main-content-area .entry-meta
{
    font-size: 0.8rem;
}
/**********************************************************
タブレット画面 コンテンツ
**********************************************************/
@media screen and ( min-width: 542px ) and ( max-width: 991px )
{
    .main-content-area .component-inner
    {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;

        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
}
/**********************************************************
スマホ画面 コンテンツ
**********************************************************/
@media screen and ( max-width: 543px )
{
    .main-content-area .component-inner
    {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;

        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

/**********************************************************
PC画面 タイトル
**********************************************************/
.main-content-header .main-content-title
{
    position: relative;
    background: none;
    color: #333;
    font-size: 2.2rem;
    font-family: inherit;
    font-weight: normal;
    line-height: 1.2;

    margin-top: 0;
    margin-bottom: 1rem;
    margin-left: 0rem;
    margin-right: 0;

    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;

    border-top-width: 0;
    border-bottom-width: 1px;
    border-left-width: 2px;
    border-right-width: 0;

    border-top-color: #ffa401;
    border-bottom-color: #ffa401;
    border-left-color: #ffa401;
    border-right-color: #ffa401;

    border-top-style: ;
    border-bottom-style: ;
    border-left-style: ;
    border-right-style: ;

}
/**********************************************************
タブレット画面 タイトル
**********************************************************/
@media screen and ( min-width: 542px ) and ( max-width: 991px )
{
    .main-content-header .main-content-title
    {
        position: relative;
        background: none;
        color: #333;
        font-size: 1.7rem;
        font-family: inherit;
        font-weight: normal;
        line-height: 1.2;

        margin-top: 0;
        margin-bottom: 1rem;
        margin-left: 0;
        margin-right: 0;

        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;

        border-top-width: 0;
        border-bottom-width: 1px;
        border-left-width: 2px;
        border-right-width: 0;

        border-top-color: #ffa401;
        border-bottom-color: #ffa401;
        border-left-color: #ffa401;
        border-right-color: #ffa401;

        border-top-style: ;
        border-bottom-style: ;
        border-left-style: ;
        border-right-style: ;
    }
}
/*********************************************************
スマホ画面 タイトル
**********************************************************/
@media screen and ( max-width: 543px )
{
    .main-content-header .main-content-title
    {
        position: relative;
        background: none;
        color: #333;
        font-size: 1.2rem;
        font-family: inherit;
        font-weight: normal;
        line-height: 1.2;

        margin-top: 0;
        margin-bottom: 1rem;
        margin-left: 0;
        margin-right: 0;

        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;

        border-top-width: 0;
        border-bottom-width: 1px;
        border-left-width: 2px;
        border-right-width: 0;

        border-top-color: #ffa401;
        border-bottom-color: #ffa401;
        border-left-color: #ffa401;
        border-right-color: #ffa401;

        border-top-style: ;
        border-bottom-style: ;
        border-left-style: ;
        border-right-style: ;
    }
}
/**********************************************************
PC画面 パンくずリスト
**********************************************************/
.main-breadcrumb
{
    display: block;

    color: inherit !important;
    font-size: 0.7rem !important;
    font-family: inherit !important;
    font-weight: normal !important;
    line-height: 1.2 !important;

    text-decoration: none !important;
    word-wrap: break-word;

    margin-top: 0;
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
}
.main-breadcrumb a
{
    color: inherit !important;
    text-decoration: none !important;
}
.main-breadcrumb a:link
{
    color: inherit !important;
    text-decoration: none !important;
}
.main-breadcrumb a:visited
{
    color: inherit !important;
}
.main-breadcrumb a:hover
{
    color: inherit !important;
}
/**********************************************************
タブレット画面 パンくずリスト
**********************************************************/
@media screen and ( min-width: 542px ) and ( max-width: 991px )
{
    .main-breadcrumb
    {
        display: block;

        color: inherit !important;
        font-size: 0.7rem !important;
        font-family: inherit !important;
        font-weight: normal !important;
        line-height: 1.2 !important;

        text-decoration: none !important;
        word-wrap: break-word;

        margin-top: 0;
        margin-bottom: 1rem;
        margin-left: 0;
        margin-right: 0;
    }
    .main-breadcrumb a
    {
        color: inherit !important;
        text-decoration: none !important;
    }
    .main-breadcrumb a:link
    {
        color: inherit !important;
        text-decoration: none !important;
    }
    .main-breadcrumb a:visited
    {
        color: inherit !important;
    }
    .main-breadcrumb a:hover
    {
        color: inherit !important;
    }
}
/*********************************************************
スマホ画面 パンくずリスト
**********************************************************/
@media screen and ( max-width: 543px )
{
    .main-breadcrumb
    {
        display: block;

        color: inherit !important;
        font-size: 0.5rem !important;
        font-family: inherit !important;
        font-weight: normal !important;
        line-height: 1.2 !important;

        text-decoration: none !important;
        word-wrap: break-word;

        margin-top: 0;
        margin-bottom: 1rem;
        margin-left: 0;
        margin-right: 0;
    }
    .main-breadcrumb a
    {
        color: inherit !important;
        text-decoration: none !important;
    }
    .main-breadcrumb a:link
    {
        color: inherit !important;
        text-decoration: none !important;
    }
    .main-breadcrumb a:visited
    {
        color: inherit !important;
    }
    .main-breadcrumb a:hover
    {
        color: inherit !important;
    }
}
/**********************************************************
PC画面 カテゴリ＆タグ
**********************************************************/
/* カテゴリ・タグ共通設定 */
a[rel*="category"] ,
a[rel*="tag"]
{
    display: inline-block;
    line-height: 1.5;

    font-size: 0.8rem !important;
    font-family: inherit !important;
    font-weight: normal !important;

    text-decoration: none !important;
    word-wrap: break-word;

    border-radius: 0.2rem;

    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-right: 0.2rem;
}
/* カテゴリ設定 */
a[rel="category"],
a[rel*="category "]
{
    border: none;
    background-color: #ffa401;
}
/*タグ設定*/
a[rel="tag"],
a[rel*="tag "]
{
    border: none;
    background-color: #88bc33;
}
a[rel*="category"]
{
    color: rgb(255, 255, 255) !important;
    text-decoration: none !important;
}
a[rel*="tag"]
{
    color: rgb(255, 255, 255) !important;
    text-decoration: none !important;
}
a[rel*="category"]:link
{
    color: rgb(255, 255, 255) !important;
    text-decoration: none !important;
}
a[rel*="tag"]:link
{
    color: rgb(255, 255, 255) !important;
    text-decoration: none !important;
}
a[rel*="category"]:visited
{
    color: rgb(255, 255, 255) !important;
}
a[rel*="tag"]:visited
{
    color: rgb(255, 255, 255) !important;
}
a[rel*="category"]:hover
{
    color: rgb(255, 255, 255) !important;
}
a[rel*="tag"]:hover
{
    color: rgb(255, 255, 255) !important;
}
/**********************************************************
タブレット画面 カテゴリ＆タグ
**********************************************************/
@media screen and ( min-width: 542px ) and ( max-width: 991px )
{
    /* カテゴリ・タグ共通設定 */
    a[rel*="category"] ,
    a[rel*="tag"]
    {
        display: inline-block;
        line-height: 1.5;

        font-size:  !important;
        font-family:  !important;
        font-weight:  !important;

        text-decoration:  !important;
        word-wrap: break-word;

        border-radius: ;

        padding-top: ;
        padding-bottom: ;
        padding-left: ;
        padding-right: ;
        margin-right: 0.2rem;
    }
    /* カテゴリ設定 */
    a[rel="category"],
    a[rel*="category "]
    {
        border: none;
        background-color: #ffa401;
    }
    /*タグ設定*/
    a[rel="tag"],
    a[rel*="tag "]
    {
        border: none;
        background-color: #88bc33;
    }
    a[rel*="category"]
    {
        color: rgb(255, 255, 255) !important;
        text-decoration: none !important;
    }
    a[rel*="tag"]
    {
        color: rgb(255, 255, 255) !important;
        text-decoration: none !important;
    }
    a[rel*="category"]:link
    {
        color: rgb(255, 255, 255) !important;
        text-decoration: none !important;
    }
    a[rel*="tag"]:link
    {
        color: rgb(255, 255, 255) !important;
        text-decoration: none !important;
    }
    a[rel*="category"]:visited
    {
        color: rgb(255, 255, 255) !important;
    }
    a[rel*="tag"]:visited
    {
        color: rgb(255, 255, 255) !important;
    }
    a[rel*="category"]:hover
    {
        color: rgb(255, 255, 255) !important;
    }
    a[rel*="tag"]:hover
    {
        color: rgb(255, 255, 255) !important;
    }
}
/*********************************************************
スマホ画面 カテゴリ＆タグ
**********************************************************/
@media screen and ( max-width: 543px )
{
    /* カテゴリ・タグ共通設定 */
    a[rel*="category"] ,
    a[rel*="tag"]
    {
        display: inline-block;
        line-height: 1.5;

        font-size:  !important;
        font-family:  !important;
        font-weight:  !important;

        text-decoration:  !important;
        word-wrap: break-word;

        border-radius: ;

        padding-top: ;
        padding-bottom: ;
        padding-left: ;
        padding-right: ;
        margin-right: 0.2rem;
    }
    /* カテゴリ設定 */
    a[rel="category"],
    a[rel*="category "]
    {
        border: none;
        background-color: #ffa401;
    }
    /*タグ設定*/
    a[rel="tag"],
    a[rel*="tag "]
    {
        border: none;
        background-color: #88bc33;
    }
    a[rel*="category"]
    {
        color: rgb(255, 255, 255) !important;
        text-decoration: none !important;
    }
    a[rel*="tag"]
    {
        color: rgb(255, 255, 255) !important;
        text-decoration: none !important;
    }
    a[rel*="category"]:link
    {
        color: rgb(255, 255, 255) !important;
        text-decoration:  !important;
    }
    a[rel*="tag"]:link
    {
        color: rgb(255, 255, 255) !important;
        text-decoration: none !important;
    }
    a[rel*="category"]:visited
    {
        color: rgb(255, 255, 255) !important;
    }
    a[rel*="tag"]:visited
    {
        color: rgb(255, 255, 255) !important;
    }
    a[rel*="category"]:hover
    {
        color: rgb(255, 255, 255) !important;
    }
    a[rel*="tag"]:hover
    {
        color: rgb(255, 255, 255) !important;
    }
}

/*********************************************************
PC画面 サイドバー
**********************************************************/

.sidebar-right ,
.sidebar-left
{
    background-color: #FFFFFF;
    font-size: 0.8rem;
    color: inherit;
    font-family: inherit;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.2;
}
.sidebar-right a:link ,
.sidebar-left a:link
{
    color: inherit !important;
    text-decoration: none !important;
}
.sidebar-right a:visited ,
.sidebar-left a:visited
{
    color: inherit !important;
}
.sidebar-right a:hover ,
.sidebar-left a:hover
{
    color: inherit !important;
    text-decoration: none !important;
}

/* ウィジェット周り */
.sidebar-right .widget:before ,
.sidebar-left .widget:before
{

}
.sidebar-right .widget:after ,
.sidebar-left .widget:after
{

}


/* タイトル */
.sidebar-right .widget-title ,
.sidebar-left .widget-title
{
    background: linear-gradient();
    background-image: none;
    background-color: transparent;
    background-repeat: ;
    background-size: ;

    color: #333;

    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;

    letter-spacing: normal;
    line-height: normal;

    margin-top: 0;
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;

    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0.5rem;
    padding-right: 0;

    border-top-width: 0;
    border-bottom-width: 1px;
    border-left-width: 4px;
    border-right-width: 0;

    border-top-color: #ffa401;
    border-bottom-color: #ffa401;
    border-left-color: #ffa401;
    border-right-color: #ffa401;

    border-top-style: ;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: ;
}
.sidebar-right .widget-title:before ,
.sidebar-left .widget-title:before
{

}
.sidebar-right .widget-title:after ,
.sidebar-left .widget-title:after
{

}

/*********************************************************
タブレット画面 サイドバー
**********************************************************/
@media screen and ( min-width: 542px ) and ( max-width: 991px )
{
    .sidebar-right ,
    .sidebar-left
    {
        background-color: #FFFFFF;
        font-size: 0.8rem;
        color: inherit;
        font-family: inherit;
        font-weight: normal;
        text-decoration: none;
        line-height: 1.2;
    }

    .sidebar-right a:link ,
    .sidebar-left a:link
    {
        color: inherit !important;
        text-decoration: none !important;
    }
    .sidebar-right a:visited ,
    .sidebar-left a:visited
    {
        color: inherit !important;
    }
    .sidebar-right a:hover ,
    .sidebar-left a:hover
    {
        color: inherit !important;
        text-decoration: none !important;
    }

    /* ウィジェット周り */
    .sidebar-right .widget:before ,
    .sidebar-left .widget:before
    {
    
    }
    .sidebar-right .widget:after ,
    .sidebar-left .widget:after
    {
    
    }

    /* タイトル */
    .sidebar-right .widget-title ,
    .sidebar-left .widget-title
    {
        background: linear-gradient();
        background-image: none;
        background-color: transparent;
        background-repeat: ;
        background-size: ;

        color: #333;

        font-family: inherit;
        font-size: 1rem;
        font-weight: normal;
        font-style: normal;

        letter-spacing: normal;
        line-height: normal;

        margin-top: 0;
        margin-bottom: 1rem;
        margin-left: 0;
        margin-right: 0;

        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0.5rem;
        padding-right: 0;

        border-top-width: 0;
        border-bottom-width: 1px;
        border-left-width: 4px;
        border-right-width: 0;

        border-top-color: #ffa401;
        border-bottom-color: #ffa401;
        border-left-color: #ffa401;
        border-right-color: #ffa401;

        border-top-style: ;
        border-bottom-style: solid;
        border-left-style: solid;
        border-right-style: ;
    }
    .sidebar-right .widget-title:before ,
    .sidebar-left .widget-title:before
    {
    
    }
    .sidebar-right .widget-title:after ,
    .sidebar-left .widget-title:after
    {
    
    }
}
/*********************************************************
スマホ画面 サイドバー
**********************************************************/
@media screen and ( max-width: 543px )
{
    .sidebar-right ,
    .sidebar-left
    {
        background-color: #FFFFFF;
        font-size: 0.8rem;
        color: inherit;
        font-family: inherit;
        font-weight: normal;
        text-decoration: none;
        line-height: 1.2;
    }

    .sidebar-right a:link ,
    .sidebar-left a:link
    {
        color: inherit !important;
        text-decoration: none !important;
    }
    .sidebar-right a:visited ,
    .sidebar-left a:visited
    {
        color: inherit !important;
    }
    .sidebar-right a:hover ,
    .sidebar-left a:hover
    {
        color: inherit !important;
        text-decoration: none !important;
    }

    /* ウィジェット周り */
    .sidebar-right .widget:before ,
    .sidebar-left .widget:before
    {
    
    }
    .sidebar-right .widget:after ,
    .sidebar-left .widget:after
    {
    
    }

    /* タイトル */
    .sidebar-right .widget-title ,
    .sidebar-left .widget-title
    {
        background: linear-gradient();
        background-image: none;
        background-color: transparent;
        background-repeat: ;
        background-size: ;

        color: #333;

        font-family: inherit;
        font-size: 1rem;
        font-weight: normal;
        font-style: normal;

        letter-spacing: normal;
        line-height: normal;

        margin-top: 0;
        margin-bottom: 1rem;
        margin-left: 0;
        margin-right: 0;

        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0.5rem;
        padding-right: 0;

        border-top-width: 0;
        border-bottom-width: 1px;
        border-left-width: 4px;
        border-right-width: 0;

        border-top-color: #ffa401;
        border-bottom-color: #ffa401;
        border-left-color: #ffa401;
        border-right-color: #ffa401;

        border-top-style: ;
        border-bottom-style: ;
        border-left-style: solid;
        border-right-style: ;
    }
    .sidebar-right .widget-title:before ,
    .sidebar-left .widget-title:before
    {
    
    }
    .sidebar-right .widget-title:after ,
    .sidebar-left .widget-title:after
    {
    
    }
}
/**********************************************************
PC画面 サイドバー
**********************************************************/
.main-content-area .sidebar-left ,
.main-content-area .sidebar-right
{
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;

    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
/**********************************************************
タブレット画面 サイドバー
**********************************************************/
@media screen and ( min-width: 542px ) and ( max-width: 991px )
{
    .main-content-area .sidebar-left ,
    .main-content-area .sidebar-right
    {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;

        margin-top: 2rem;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
}
/**********************************************************
スマホ画面 サイドバー
**********************************************************/
@media screen and ( max-width: 543px )
{
    .main-content-area .sidebar-left ,
    .main-content-area .sidebar-right
    {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;

        margin-top: 2rem;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

/*********************************************************
フッター領域
**********************************************************/

/*********************************************************
PC画面 フッター
**********************************************************/

.footer-widget-area
{
    background-color: #f5f5f5 !important;
    background-image:  !important;
    background: linear-gradient() !important;
    background-repeat:  !important;
    background-size:  !important;

    margin-top: 2rem;
    margin-bottom: ;
    margin-left: ;
    margin-right: ;

    padding-top: 1rem;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;

    color: #333 !important;

    font-family: YuMincho , '游明朝' , 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif !important;
    font-size: 1rem !important;
    font-weight: normal !important;
    font-style: normal !important;

    letter-spacing: normal !important;
    line-height: normal !important;
}
.footer-widget-area .widget-area
{
    overflow: hidden;
    float: left;
    padding-bottom: 3276.7rem;
    margin-bottom: -3276.7rem;
}
.footer-widget-area h1 ,
.footer-widget-area h2 ,
.footer-widget-area h3 ,
.footer-widget-area h4 ,
.footer-widget-area h5 ,
.footer-widget-area h6
{
    font-family: YuMincho , '游明朝' , 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif !important;
}
.footer-widget-area a
{
    color: #8bc34a !important;
    text-decoration: none !important;
}
.footer-widget-area a:link
{
    color: #8bc34a !important;
}
.footer-widget-area a:visited
{
    color: rgb(56, 118, 29) !important;
}
.footer-widget-area a:hover
{
    color: rgb(39, 78, 19) !important;
    text-decoration: none !important;
}



.footer-copy-area
{
    line-height: 1;

    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;

    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0;
    padding-right: 0;

    background-color: #ffc72f;
}

.footer-copy-area .footer-copy
{
    word-break: break-all;
    text-align: center;
    line-height: 1.5;
    font-size: inherit;
    font-weight: normal;
    color: rgb(0, 0, 0);
}

.footer-copy-area .footer-copy a
{
    font-size: inherit;
    color: rgb(0, 0, 0);
}

/**********************************************************
タブレット画面 フッター
**********************************************************/
@media screen and ( min-width: 542px ) and ( max-width: 991px )
{

    .footer-widget-area
    {
        background-color: #f5f5f5 !important;
        background-image:  !important;
        background: linear-gradient() !important;
        background-repeat:  !important;
        background-size:  !important;

        margin-top: 2rem;
        margin-bottom: ;
        margin-left: ;
        margin-right: ;

        padding-top: 1rem;
        padding-bottom: 0;
        padding-left: 1rem;
        padding-right: 1rem;

        color: #333 !important;

        font-family: YuMincho , '游明朝' , 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif !important;
        font-size: 1rem !important;
        font-weight: normal !important;
        font-style: normal !important;

        letter-spacing: normal !important;
        line-height: normal !important;
    }
    .footer-widget-area .widget-area
    {
        overflow: hidden;
        float: left;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    /* フッタータイトル */
    .footer-widget-area .widget-title
    {
        margin-top: 1rem;
    }

    /*フッター左*/
    .footer-widget-area #footer-widget-area-1
    {
        width: 100%;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 0;
        padding-right: 0;
        border-left: none;
        border-right: none;
        border-bottom: 1px dotted #ccc;
    }
    /*フッター真ん中*/
    .footer-widget-area #footer-widget-area-2
    {
        width: 100%;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 0;
        padding-right: 0;
        border-left: none;
        border-right: none;
        border-bottom: 1px dotted #ccc;
    }
    /*フッター右側*/
    .footer-widget-area #footer-widget-area-3
    {
        width: 100%;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 0;
        padding-right: 0;
        border-left: none;
        border-right: none;
    }

    .footer-widget-area h1 ,
    .footer-widget-area h2 ,
    .footer-widget-area h3 ,
    .footer-widget-area h4 ,
    .footer-widget-area h5 ,
    .footer-widget-area h6
    {
        font-family: YuMincho , '游明朝' , 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif !important;
    }
    .footer-widget-area a
    {
        color: #0275d8 !important;
        text-decoration: none !important;
    }
    .footer-widget-area a:link
    {
        color: #0275d8 !important;
        text-decoration: none !important;
    }
    .footer-widget-area a:visited
    {
        color: #014c8c !important;
    }
    .footer-widget-area a:hover
    {
        color: #014c8c !important;
        text-decoration: none !important;
    }
    .footer-copy-area
    {
        line-height: 1;

        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;

        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 0;
        padding-right: 0;

        background-color: #ffc72f;
    }

    .footer-copy-area .footer-copy
    {
        word-break: break-all;
        text-align: center;
        line-height: 1.5;
        font-size: inherit;
        font-weight: normal;
        color: rgb(0, 0, 0);
    }

    .footer-copy-area .footer-copy a
    {
        font-size: inherit;
        color: rgb(0, 0, 0);
    }
}
/**********************************************************
スマホ画面 フッター
**********************************************************/
@media screen and ( max-width: 543px )
{
    .footer-widget-area
    {
        background-color: #f5f5f5 !important;
        background-image:  !important;
        background: linear-gradient() !important;
        background-repeat:  !important;
        background-size:  !important;

        margin-top: 1rem;
        margin-bottom: ;
        margin-left: ;
        margin-right: ;

        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0.5rem;
        padding-right: 0.5rem;

        color: #333 !important;

        font-family: YuMincho , '游明朝' , 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif !important;
        font-size: 1rem !important;
        font-weight: normal !important;
        font-style: normal !important;

        letter-spacing: normal !important;
        line-height: normal !important;
    }
    .footer-widget-area .widget-area
    {
        overflow: hidden;
        float: left;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    /* フッタータイトル */
    .footer-widget-area .widget-title
    {
        margin-top: 1rem;
    }

    /*フッター左*/
    .footer-widget-area #footer-widget-area-1
    {
        width: 100%;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 0;
        padding-right: 0;
        border-left: none;
        border-right: none;
        border-bottom: 1px dotted #ccc;
    }
    /*フッター真ん中*/
    .footer-widget-area #footer-widget-area-2
    {
        width: 100%;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 0;
        padding-right: 0;
        border-left: none;
        border-right: none;
        border-bottom: 1px dotted #ccc;
    }
    /*フッター右側*/
    .footer-widget-area #footer-widget-area-3
    {
        width: 100%;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 0;
        padding-right: 0;
        border-left: none;
        border-right: none;
    }

    .footer-widget-area h1 ,
    .footer-widget-area h2 ,
    .footer-widget-area h3 ,
    .footer-widget-area h4 ,
    .footer-widget-area h5 ,
    .footer-widget-area h6
    {
        font-family: YuMincho , '游明朝' , 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif !important;
    }
    .footer-widget-area a
    {
        color: #0275d8 !important;
        text-decoration: none !important;
    }
    .footer-widget-area a:link
    {
        color: #0275d8 !important;
        text-decoration: none !important;
    }
    .footer-widget-area a:visited
    {
        color: #014c8c !important;
    }
    .footer-widget-area a:hover
    {
        color: #014c8c !important;
        text-decoration: none !important;
    }
    .footer-copy-area
    {
        line-height: 1;

        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;

        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 0;
        padding-right: 0;

        background-color: #ffc72f;
    }

    .footer-copy-area .footer-copy
    {
        word-break: break-all;
        text-align: center;
        line-height: 1.5;
        font-size: inherit;
        font-weight: normal;
        color: rgb(0, 0, 0);
    }

    .footer-copy-area .footer-copy a
    {
        font-size: inherit;
        color: rgb(0, 0, 0);
    }
}







/*********************************************************
ブログカードのスタイル
**********************************************************/

.blog-card
{
    padding:12px;
    margin:10px 0;
    border:1px solid #ddd;
    word-wrap:break-word;
    max-width:100%;
    width:100%;
    border-radius:5px;
    line-height: 1;
}

.blog-card-thumbnail-container
{
    float:left;
}

.blog-card-thumbnail
{
    width: 100px;
    height: 100px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #eee;
}

.blog-card-content
{
    margin-left:110px;
    line-height:120%;
}

.blog-card-title
{
    margin-bottom:5px;
    border-bottom: solid 2px #ccc;
}

.blog-card .rel-label
{
    color: #222
}

.blog-card-title a
{
    font-weight:bold;
    text-decoration:none;
    color:#111;
}

.blog-card-excerpt
{
    color:#333;
    font-size:0.9rem;
}

.blog-card-footer
{
    font-size:0.7rem;
    color:#777;
    margin-top:5px;
    text-align: right;
}

.blog-card .clear
{
    clear:both;
}



/**********************************************************
デコレーション
**********************************************************/

/* 補足説明（黄色枠 */
.deco-yellow
{
    background: #ffffe0;
    background: rgba(255,255,0,.2);
    font-size: .9em;
    padding: 3% 4%;
    margin: 1.5em 0 2em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #999;
    border-color: rgba(165,165,165,0.2)
}

/* 注意説明（ピンク枠 */
.deco-pink
{
    background: #ffc0cb;
    background: rgba(255,0,45,0.1);
    color: #333;
    font-size: .9em;
    padding: 3% 4%;
    margin: 1.5em 0 2em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #999;
    border-color: rgba(165,165,165,0.2)
}

/* 赤文字 */
.deco-red
{
    color: #ff0000;
    font-weight: bold;
}

/* 赤✕黄色文字 */
.deco-redy
{
    color: #ff0000;
    background-color: #ffff00;
    font-weight: bold;
}

/* 青文字 */
.deco-blue
{
    color: #4269E0;
    font-weight: bold;
}

/* デカ文字 */
.deco-big
{
    font-size: 28px;
    font-weight: bold;
}

/* 赤文字大 */
.deco-redbig
{
    color: #ff0000;
    font-size: 28px;
    font-weight: bold;
}

/* 出典 */
.deco-link a
{
    text-align: right;
    color: #999999;
    font-size: 8px;
}

.deco-link
{
    text-align: right;
    color: #999999;
    font-size: 8px;
}



/**********************************************************
PC用 フォームCSS
**********************************************************/

button,
input,
select,
textarea
{
    background-color: #ffa401;
    border: 1px solid #ccc;
    font-family: inherit;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;

    border-radius: 0.4rem;
}

/* input系のフォントカラー*/
input[type='submit'],
input[type='button']
{
    color: rgb(0, 0, 0);
}

/* input系の背景とボーダー*/
input[type='text'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='url'],
input[type='email'],
input[type='number'],
textarea
{
    border: 1px solid #ccc;
    background-color: #fff;
}

textarea
{
    font-size: 100%;
    overflow: auto;
    vertical-align: top;
}

/* Reset non-text input types --------------------------- */

input[type='checkbox'],
input[type='radio'],
input[type='file'],
input[type='hidden'],
input[type='image'],
input[type='color']
{
    border: 0;
    padding: 0;
    border-radius: 0;
}
/**********************************************************
タブレット用 フォームCSS
**********************************************************/
@media screen and ( min-width: 542px ) and ( max-width: 991px )
{
    button,
    input,
    select,
    textarea
    {
        background-color: #ffa401;
        border: 1px solid #ccc;
        font-family: inherit;
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;

        border-radius: 0.4rem;
    }

    /* input系の背景とボーダー*/
    input[type='text'],
    input[type='password'],
    input[type='search'],
    input[type='tel'],
    input[type='url'],
    input[type='email'],
    input[type='number'],
    textarea
    {
        border: 1px solid #ccc;
        background-color: #fff;
    }
}
/**********************************************************
スマホ画面 フォームCSS
**********************************************************/
@media screen and ( max-width: 543px )
{
    button,
    input,
    select,
    textarea
    {
        background-color: #ffa401;
        border: 1px solid #ccc;
        font-family: inherit;
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;

        border-radius: 0.4rem;
    }

    /* input系の背景とボーダー*/
    input[type='text'],
    input[type='password'],
    input[type='search'],
    input[type='tel'],
    input[type='url'],
    input[type='email'],
    input[type='number'],
    textarea
    {
        border: 1px solid #ccc;
        background-color: #fff;
    }
}

.nav-next a:after
{
	background-color: #ffa401 !important;
}
.nav-previous a:before
{
	background-color: #ffa401 !important;
}
.comments-title,
.comment-reply-title
{
	position: relative;
	margin-bottom: 0;
	border-left: 0.3rem solid #ffa401 !important;
}

