@charset "UTF-8";
/*****************************************************
Takamitool Tkm-STELLA Basic CSS
2016/03/30
*****************************************************/

/**
 * Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 80%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #fff;
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
a:focus {
    outline: 2px solid #c1c1c1;
    outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}


/*****************************************************
基本設定
*****************************************************/
html {
    font-size: 10px;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    /*background-color: #FF6666;*/
}


/****************************************
          Typography
*****************************************/

h1, h2, h3, h4, h5, h6{
    font-weight: normal;
}

h1 {
    margin-bottom: 10px;
    font-size: 240%;
}
.color_twitter {color:#00aced;}
.color_facebook {color:#305097;}
.color_instagram {color:#3f729b;}
.color_googleplus {color:#db4a39;}
.color_rss {color:#ff8c00;}

/****************************************
          List
*****************************************/
ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul ul{
	margin-left: 1em;
}


/****************************************
          Link
*****************************************/

a {
	/*border-bottom: 1px solid #000;*/
	color: #000;
	text-decoration: none;
}

a:hover {
	/*border-bottom: 1px solid #999;*/
	color: #666;
}

/****************************************
          Layout
*****************************************/
#container,
.wrapper {
    margin: 0 auto;
    width: 100%;
}

#header {
    overflow: hidden;
    width: 100%;
    margin: 10px auto 0 auto;
    background-color: transparent;
}

#main {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#main-in {
    width: 100%;
}

#contents {
    float: left;
    width: 100%;
    font-size: 1.0em;
    padding:3px 1px 3px 1px;
}

#contents img {
/*    max-width:100%;*/
}

#sidebar {
    float: left;
    width: 100%;
}

#main,
#sidebar{
	margin-bottom: 59px;
	border-bottom: 1px solid transparent;
}

#footer {
    overflow: hidden;
    width:100%;
    clear: both;
}

@media screen and (min-width: 620px) {
    #container,
    .wrapper {
        margin: 0 auto;
        width: 620px;
    }

    #header {
        /*margin-bottom: 20px;*/
        /*background-color: #FFCCFF;*/
        overflow: visible; 
    }
    #header-in {
        /*
        -webkit-box-shadow:-3px 0px 3px -1px #ddd,3px 0px 3px -1px #ddd;
        -moz-box-shadow:-3px 0px 3px -1px #ddd,3px 0px 3px -1px #ddd;
        box-shadow:-3px 0px 3px -1px #ddd,3px 0px 3px -1px #ddd;
        */
    }
    
    #main {
        width: 620px;
        margin: 0 auto;
        padding-bottom:10px;
        /*
        -webkit-box-shadow:-3px 0px 3px -1px #ddd,3px 0px 3px -1px #ddd;
        -moz-box-shadow:-3px 0px 3px -1px #ddd,3px 0px 3px -1px #ddd;
        box-shadow:-3px 0px 3px -1px #ddd,3px 0px 3px -1px #ddd;
        */
    }

    #main-in {
        width: 620px;
        padding-right:5px;
        padding-left:5px;
    }

    #contents {
        float: left;
        width: 620px;
        font-size: 1.1em;
    }

    #sidebar {
            float: right;
            width: 320px;
    }

    #main,
    #sidebar{
            margin-bottom: 59px;
            border-bottom: 1px solid transparent;
    }
}



/****************************************
header
*****************************************/

*:first-child+html #header > div{ /* IE7 */
    clear: both;
    zoom:1;
}

#header-in {
	margin-left:7px;
}

#header-in .headerbox1{
    width: 100%;
}
#header-in .headerbox1 p{
    margin-top:0px;
    margin-bottom:0px;
    font-size:0.75em;
}
#header-in .headerbox2{
    width: 100%;
}
#header-in .headerbox2 img{
    width: 100%;
}
#header-in .headerbox3{
    width: 100%;
}

#header-in-free {
    margin: 0 auto;
    padding: 0;
}

#header-in-free img{
    width:100%;
}

/* header-in-free area tag reset*/
#header-in-free *{
    border: 0;
    margin: 0;
    padding: 0;    
    outline: 0;
    vertical-align: baseline;
}

#header .sitetitle {
    margin:0;
    padding-top:5px;
    padding-bottom:3px;
    padding-left:5px;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.2;    
    word-break: break-all;
    background-color: #00ccff;
}
#header a{
    border: none;
    color:#333;
}

#header .h1{
    margin:5px 0 0 0;
    font-size: 0.8em;
    color: #777;
    /* text-align: center;*/
    text-align: center;
    word-break: break-all;
}

#header .header-title-area{
/*    background-color: #00ddff;*/
}

#header .header-title-area img{
    max-width:100%;
}

#header .header-free-area{
    /*display: none;*/
    width:100%;
    /*background-color: #CCFFFF;*/
}


@media (min-width: 620px) {
    #header-in {
        margin: 0 auto;
        width: 620px;
        /* 2017/05/24 */
    }
    #header-in .headerbox1 p{
        font-size:0.9em;
    }
    #header-in-free {
        margin: 0 auto;
        padding: 0 5px;
        width: 992px;
    }
    #header .sitetitle {
        margin:0;
        padding-top:5px;
        /*font-size: 30px;*/
        font-size: 1.7em;
        font-weight: bold;
        line-height: 1.2;
        word-break: break-all;
        background-color: transparent;
        /*2017/05/24*/
        padding-bottom:10px;
    }
    #header .h1{
        margin:5px 0 0 0;
        padding-left:5px;
        font-size: 1.0em;
        color: #666;
        clear:left;
        word-break: break-all;
    }
    #header .header-title-area{
        width: 100%;
    }
    #header .header-free-area{
        display:inline;
        width:45%;
    }
}
/*@media (min-width: 620px) END */

       
#header .widget{
    clear:both;
    /*text-align: right;*/
    padding:3px 5px;
    width:100%;
    margin-bottom: 0px;
    /*background:#ff0000;*/
}

#header .widget img{
    width:100%;
}

#header-right-top {
    display: none;
}

@media (min-width: 620px) {
#header .widget{
    text-align: right;
}
#header-right-top {
    display:inline;
}

#header-right-top .header_sns_menu {
    position: relative;
    bottom: -1px;
    clear: both;
    margin-bottom: 0;
    padding-bottom: 10px;
    float: left;
    left: 50%;
    font-size: 0.9em;
}

#header-right-top div.header_sns_menu > ul > li,
#header-right-top ul.header_sns_menu > li{
        float: left;
}                              
#header-right-top .header_sns_menu li{
    position: relative;
    left: -50%;
    float: left;
    height:1.1em;
    padding-right: 10px;
}

#header-right-top .header_sns_menu li a{
    display: block;
    /*padding: .5em 1em;*/
    border-bottom: none;
    color: #999;
    text-decoration: none;
}
#header-right-top .header_sns_menu li a:hover{
    color: #ddd;
    height:1.1em;
}
} /*@media (min-width: 620px)*/

        
#header .header-image{
    margin:0 auto;
    padding:2px 0 0 0;
}


/****************************************
Header Menu Navigation
*****************************************/

#header .header-menu-box{
    width:100%;
    padding-top: 0px;
    padding-bottom:0px;
    position: relative;
    overflow-x: scroll;
    white-space:nowrap;
    background-color: #fff;
}    

#header .header-menu-box-in{
    margin: 0 auto;
    width: 100%;
}


.header-menu-box .menu{
    position: relative;
    bottom: -1px;
    clear: both;
    margin-bottom: 0;
    font-size: 1.0em;
}
    .header-menu-box div.menu > ul,
    .header-menu-box ul.menu{
    }
	
    .header-menu-box div.menu > ul > li,
    .header-menu-box ul.menu > li{
        
    }

    .header-menu-box .menu li{
        /*display: inline-block;*/
        display: table-cell;
        position: relative;
        /*
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
        */
        border-top: 1px solid #999;
        border-right: 1px solid #999;
        border-left: 1px solid #999;
        border-radius: 7px 7px 0 0;
        height:4.0em;
        vertical-align: top;
        /*background-color: #CCFFFF;*/
    }
        .header-menu-box .menu li a{
            display: block;
            padding: .5em 1em;
            border-bottom: none;
            color: #000;
            text-decoration: none;
        }
        .header-menu-box .menu li a:hover{
            color: #000;
            height:4.0em;
            /*border-top: 1px solid #999;*/
            border-bottom: 1px solid #999;
        }                
        .header-menu-box div.menu > ul > li.current_page_item,
        .header-menu-box ul.menu > li.current_page_item{
            /*
            border-bottom: 2px solid #999;
            background-color: #00ccff;
            */
            border-bottom: 4px solid #00b5f0;
            background-color: #d9f5ff;
        }

        .header-menu-box ul.sub-menu,
        .header-menu-box ul.children{
            position: absolute;
            left:-1px;
            display: none;
            margin-left: 0;
            width: auto;
            width: 150px;
            border: 1px solid #ddd;
            background: #eee;
        }
            .header-menu-box .sub-menu li,
            .header-menu-box .children li{
                position: relative;
                border: none;
            }

            .header-menu-box ul.sub-menu ul,
            .header-menu-box ul.children ul {
                top:-1px;
                left:150px;
            }
                .header-menu-box .menu li:hover > ul{
                    display: block;
                }


@media (min-width: 620px) {
    
#header .header-menu-box{
    border-bottom: none;
    padding-top: 0px;/*5->0*/
    position: relative;
    overflow: visible;
    height:40px; /*70->40*/
}


#header .header-menu-box-in {
    margin: 0 auto;
    height:38px; 
    width: 992px;
    padding: 0px 5px;
    border: 1px solid #ccc;
    border-top: 3px solid #3498db;
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}



.header-menu-box .menu{
    position: relative;
    bottom: -1px;
    clear: both;
    margin-bottom: 0;
    float: left;
    left: 0px;
    font-size: 1.0em;
}
.header-menu-box div.menu > ul,
.header-menu-box ul.menu{
}

.header-menu-box div.menu > ul > li,
.header-menu-box ul.menu > li{
    float: left;      
}

.header-menu-box .menu li{
    position: relative;
    border:none;
    float: left;
    height:2.0em; /*4->2*/
    vertical-align: center;
    padding-left:3px;
}

.header-menu-box ul li:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    font-size: 18px;
    content: "\f0da";
    color:#999;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 5px 0px 0px 5px;
    text-align: center;
}


    .header-menu-box .menu li a{
        display: block;
        /*padding: .5em 1em;*/
        border-bottom: none;
        color: #000;
        text-decoration: none;
    }
    .header-menu-box .menu li a:hover{
        color: #000;
        height:2.0em;
        border-bottom: 1px solid #ddd;
        /*background-color: #eee;*/
        background-color:transparent;
    }
    .header-menu-box div.menu > ul > li.current-menu-item,
    .header-menu-box ul.menu > li.current-menu-item,
    .header-menu-box div.menu > ul > li.current-page-item,
    .header-menu-box ul.menu > li.current-page-item{
        border-radius: 0;
        border-bottom: 1px solid transparent;
        /* background-color: #fff;*/
        background-color:transparent;
    }
    .header-menu-box ul.sub-menu,
    .header-menu-box ul.children{
        position: absolute;
        left:-1px;
        display: none;
        margin-left: 0;
        width: auto;
        border: 1px solid #eff;
        /*background-color: #fff;*/
        background-color:transparent;
        z-index: 9999;
    }
        .header-menu-box .sub-menu li,
        .header-menu-box .children li{
            position: relative;
            border: none;
            border-radius: 0;
        }
        .header-menu-box .sub-menu li:first-child,
        .header-menu-box .children li:first-child{
            border-top: 1px solid transparent;
        }
        
        .header-menu-box ul.sub-menu ul,
        .header-menu-box ul.children ul {
            top:-1px;
            left:150px;
        }
            .header-menu-box .menu li:hover > ul{
                top:1.9em;
                display: block;
                border: none;
                 background-color: #eee;
                /*background-color:transparent;*/
            }
                                
}/* @media (min-width: 620px) END */

/****************************************
* top page fixed page
*****************************************/
#toppage-fixed-page{
    margin-top: 5px;
    margin-bottom: 20px;
}

.toppage-fixed-page-in{
    padding: 5px 10px;
    line-height: 1.8;
}

h2.toppage-fixed-page-title{
  /*
  font-size: 1.1em;  
  padding: 10px 15px;
  overflow-x: scroll;
  white-space:nowrap;
  */
    margin-top:5px;
    margin-bottom:5px;
    position: relative;
    padding: .75em 0 .75em .5em;
    font-weight: bold;
    font-size:1.1em;
    background-color: #8abed5;
  
 }
@media (min-width: 620px) {
    h2.toppage-fixed-page-title{
        padding: 1.0em 0 1.0em .75em;
        font-size:1.3em;
        overflow: visible;
        white-space:normal;
    }
}

/****************************************
* top page 先頭固定表示
*****************************************/
.sticky {
    background-color: #e5f8ff; 
    padding: 18px 20px;
    margin-bottom: 20px;
}

/****************************************
* Text meant only for screen readers
*****************************************/
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
/****************************************
* top page blog page
*****************************************/
#toppage-blog-page {
    padding-top:5px;  
    padding-bottom:20px;  
}

.toppage-blog-page-in{
    margin-bottom: 50px;
/*    padding: 5px 10px;*/
    padding: 5px 0px;
    line-height: 1.8;
    /*2017/05/24*/
    color: #383838;
    font-size: 1.1em;
    letter-spacing: 2px;
}

h2.toppage-blog-page-title{
    /*
    font-size: 1.1em;  
    padding: 10px 10px;
    border-left: 10px solid #00ccff;
    overflow: visible;
    white-space:normal;
    */
    margin-top:5px;
    margin-bottom:5px;
    position: relative;
    padding: .75em 0 .5em .5em;
    font-weight: bold;
    font-size:1.1em;
    background-color: #fff;
}

@media (min-width: 620px) {
    h2.toppage-blog-page-title{
        padding: 1.0em 0 1.0em .75em;
        font-size:1.3em;
        overflow: visible;
        white-space:normal;
    }
}







/****************************************
* パネル全体のスタイル
*****************************************/
.panel-body {
  display: block !important;
  width: 100% !important;
}

.panel-cell {
  background-color: #fff !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
  overflow: hidden !important;
  margin-bottom: 15px !important;
  padding: 18px 15px 20px 15px !important;
  position: relative !important;
}

/****************************************
* パネルコンテンツ部分
*****************************************/
.panel-cell-body {
  display: block !important;
  width: 100% !important;
  position: relative !important;
  min-height: 120px !important;
  font-family: Urbanist, 'Noto Sans JP' !important;
}

/* 空のaタグ関連スタイルを削除 */
/*
.panel-cell-body > a {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 65% !important;
  height: 100% !important;
  z-index: 1 !important;
  cursor: pointer !important;
  font-size: 0 !important;
}

.panel-cell-body > a::before {
  content: "【タイトルテキスト】 - 【概要テキスト】" !important;
  font-size: 0 !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
*/

/* 画像ありの左セル */
.cell-left {
  display: block !important;
  width: 65% !important;
  float: left !important;
  padding-right: 5px !important;
  box-sizing: border-box !important;
  position: relative !important;
  z-index: 2 !important;
  /* pointer-events: none !important; 削除 */
}

/* 画像なしのフルセル */
.cell-left-full {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
  position: relative !important;
  z-index: 2 !important;
  /* pointer-events: none !important; 削除 */
}

/* 画像ありの右セル */
.cell-right {
  display: block !important;
  width: 35% !important;
  float: right !important;
  position: relative !important;
  z-index: 2 !important;
}

/****************************************
* タイトルと概要 - タイトルリンク用スタイル追加
*****************************************/
.post-title {
  margin: 0 0 8px 0 !important;
  font-size: 1.2em !important;
  font-weight: bold !important;
  color: #333 !important;
  line-height: 1.4 !important;
  font-family: Urbanist, 'Noto Sans JP' !important;
}

/* タイトルリンク用スタイル */
.post-title-link {
  text-decoration: none !important;
  color: inherit !important;
  display: block !important;
}

.post-title-link:hover .post-title {
  color: #007bff !important;
  text-decoration: underline !important;
}

.excerpt {
  margin: 0 !important;
  color: #666 !important;
  line-height: 1.5 !important;
  font-size: 0.95em !important;
  white-space: normal !important;
  overflow: visible !important;
  font-family: Urbanist, 'Noto Sans JP' !important;
}

/****************************************
* サムネイル画像 - 罫線追加
*****************************************/
.cell-thumbnail {
  padding: 0 !important;
  margin: 0 auto !important;
  width: 150px !important;
  height: 120px !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  box-sizing: border-box !important;
}

.cell-thumbnail img {
  width: 148px !important;
  height: 118px !important;
  object-fit: cover !important;
  border-radius: 3px !important;
  display: block !important;
}

/****************************************
* フッター部分
*****************************************/
.panel-cell-footer {
  font-size: 12px !important;
  border-top: 1px dashed #ddd !important;
  padding: 10px 0 0 0 !important;
  margin-top: 10px !important;
  color: #777 !important;
  position: relative !important;
  z-index: 3 !important;
  clear: both !important;
  pointer-events: auto !important;
  font-family: Urbanist, 'Noto Sans JP' !important;
}

.post-meta {
  margin: 0 !important;
}

.post-meta a {
  color: #777 !important;
  text-decoration: none !important;
  font-size: 12px !important;
}

.post-meta a:hover {
  color: #777 !important;
  text-decoration: underline !important;
}

.post-meta .category,
.post-meta .post-tag {
  display: inline-block !important;
  margin-right: 1em !important;
}

/****************************************
* レスポンシブ対応
*****************************************/
@media (max-width: 768px) {
  .panel-cell {
    padding: 18px 15px 20px 15px !important;
  }
  
  .cell-left {
    width: calc(100% - 160px) !important;
    float: left !important;
    padding-right: 5px !important;
    margin-bottom: 0 !important;
  }
  
  .cell-right {
    width: 150px !important;
    float: right !important;
    margin-bottom: 0 !important;
  }
  
  .cell-thumbnail {
    width: 150px !important;
    height: 120px !important;
    margin: 0 !important;
    border: 1px solid #ccc !important;
  }
  
  .cell-thumbnail img {
    width: 148px !important;
    height: 118px !important;
  }
  
  .post-title {
    font-size: 1.1em !important;
  }
  
  .excerpt {
    font-size: 0.9em !important;
  }
  
  /* 空のaタグ関連スタイルを削除 */
  /*
  .panel-cell-body > a {
    width: calc(100% - 160px) !important;
    height: 100% !important;
  }
  
  .cell-left-full ~ a {
    width: 100% !important;
  }
  */
}

@media (max-width: 480px) {
  .panel-cell {
    padding: 18px 15px 20px 15px !important;
  }
  
  .cell-left {
    width: calc(100% - 140px) !important;
    padding-right: 5px !important;
  }
  
  .cell-right {
    width: 130px !important;
  }
  
  .cell-thumbnail {
    width: 130px !important;
    height: 100px !important;
    border: 1px solid #ccc !important;
  }
  
  .cell-thumbnail img {
    width: 128px !important;
    height: 98px !important;
  }
  
  .post-title {
    font-size: 1em !important;
    margin-bottom: 5px !important;
  }
  
  .excerpt {
    font-size: 0.85em !important;
    line-height: 1.4 !important;
  }
  
  /* 空のaタグ関連スタイルを削除 */
  /*
  .panel-cell-body > a {
    width: calc(100% - 140px) !important;
  }
  */
}

/****************************************
* デスクトップ表示（768px以上）の調整
*****************************************/
@media (min-width: 769px) {
  .panel-cell {
    margin-left: 6px !important;
    margin-right: 6px !important;
    width: calc(100% - 12px) !important;
    padding: 18px 15px 20px 15px !important;
  }
  
  .cell-right {
    width: 150px !important;
  }
  
  .cell-left {
    width: calc(100% - 160px) !important;
  }
  
  /* 空のaタグ関連スタイルを削除 */
  /*
  .panel-cell-body > a {
    width: calc(100% - 160px) !important;
  }
  
  .cell-left-full ~ a {
    width: 100% !important;
  }
  */
}

/****************************************
* クリアフィックス
*****************************************/
.clearfix:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}

/****************************************
* ホバー効果 - 削除
*****************************************/
/*
.panel-cell-body > a:hover ~ .cell-left .post-title,
.panel-cell-body > a:hover ~ .cell-left-full .post-title {
  color: #007bff !important;
  text-decoration: underline !important;
}
*/

/****************************************
* 画像なしパネルのリンク範囲調整 - 削除
*****************************************/
/*
.cell-left-full {
  pointer-events: none !important;
}

.cell-left-full ~ a {
  width: 100% !important;
}
*/







/****************************************
記事・個別ページ article
*****************************************/

#article {
    
}

#article .post,
#article .page{
    padding-left:7px;
    padding-right:7px;
    margin-bottom: 0;
    border-bottom: 1px solid transparent;
}

@media (min-width: 620px) {
    #article .post,
    #article .page{
        padding-left:5px;
        padding-right:5px;
        margin-bottom: 0;
        border-bottom: 1px solid transparent;
    }
}

#article h3{
    font-size: 1.1em;
    position: relative;
    padding: 0 .5em 0 1.7em;
	margin:1em 0 0 0;
}

#article h3::after {
 font-family: "Font Awesome 5 Free";
	font-weight: 900;
    position: absolute;
    top: .0em;
    left: .4em;
    z-index: 2;
    content: "\f08d";
    color: #3498db;
}

#article h4{
    font-size: 1.05em;
    position: relative;
    padding: 0 .5em 0 2.5em;
    margin-top: .3em;
    margin-bottom: .0em;
}

#article h4::after {
 font-family: "Font Awesome 5 Free";
	font-weight: 900;
    position: absolute;
    top: .0em;
    left: .4em;
    z-index: 2;
    /*content: "\f0a4";*/
    content: "\f068\f068";
    color: #ccc;
}


.entry-header {
    display:block;
    width:100%;
    margin:0;
    padding: 3px 3px 0 0;
    overflow: hidden;
    font-size: 0.9em;
    color:#999;
    text-align: right;
}

.entry-header span.post-date:before{
font-family: "Font Awesome 5 Free";
	font-weight: 900;
   font-size: 1.0em;
   content: "\f073";         
}

h2.article-title{
    display:block;
    margin:0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.2em;
    inline-hight:1.3;
}

.entry-post-meta {
    overflow: hidden;
    font-size: 0.7em;
    color:#999;
	margin-left:10px;
    margin-bottom: 1.0em;
}

.entry-post-meta span.post-date:before{
font-family: "Font Awesome 5 Free";
	font-weight: 900;
   font-size: 1.2em;
   content: "\f073";         
}

.entry-post-meta span.category:before{
font-family: "Font Awesome 5 Free";
	font-weight: 900;
   font-size: 1.2em;
   content: "\f07c";         
}

.entry-post-meta span.comment-num:before{
font-family: "Font Awesome 5 Free";
	font-weight: 900;
   font-size: 1.2em;
   content: "\f075";         
}

.entry-post-meta span.category{
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 1em;
}

.entry-post-meta span.category  a{
    color: #999;
}

.entry-post-meta .comment-num{ white-space: nowrap; }

.entry-post-meta .category a:hover{
    color: #999;
}    

.entry-body {
    margin:0;
    padding:0 5px;
    color: #383838;
    font-size: 1em;
    line-height: 1.8;
    /*background-color: #00ffff;*/
}

@media (min-width: 620px) {
    .entry-body {
        font-size: 1em;
        line-height: 1.8;
    }
}

.entry-body img{
    max-width: 100%;
    height: auto;
}

.more-link{
    padding-top: 1em;
    padding-bottom: 1em;
    float: right;
}

.entry-footer-post-meta{
    margin-top: 40px;
    text-align: right;
    font-size: 0.8em;
    color:#999;
}

.entry-footer-post-meta span.post-tag a{
    padding-top:1px;
    padding-bottom:1px;
    padding-left:2px;
    padding-right:2px;
    margin-top:1px;
    font-size: 0.9em;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */ 
    -moz-border-radius: 3px; /* Firefox用 */
    word-break: keep-all;
	line-height:35px;
}

.entry-footer-post-meta span.post-tag:before{
font-family: "Font Awesome 5 Free";
	font-weight: 900;
   font-size: 0.9em;
   content: "\f02c";         
}

.entry-footer-post-meta .post-author{ padding-left: 1em; }

.entry-footer-post-meta a{
    color: #999;
}
.entry-footer-post-meta a:hover{
    color: #999;
}     

@media (min-width: 620px) {
   


    .entry-post-meta {
        margin-bottom: 1.0em;    
    }

    .entry-post-meta span.post-date:before{
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
       font-size: 1.2em;
       content: "\f073";         
    }

    .entry-post-meta span.category:before{
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
       font-size: 1.2em;
       content: "\f07c";         
    }

    .entry-post-meta span.comment-num:before{
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
       font-size: 1.2em;
       content: "\f075";         
    }

    .entry-post-meta{
        font-size: 0.9em;
        color:#999;
    }
        .entry-post-meta .post-date,
        .entry-post-meta .category{
                padding-right: 1em;
        }

        .entry-post-meta .comment-num{ white-space: nowrap; }

        .entry-post-meta .category  a{
            color: #999;
        }
        .entry-post-meta .category a:hover{
            color: #999;
        }    

    .more-link{
        float: right;
    }
    
    .entry-footer-post-meta{
        margin-top: 40px;
        text-align: right;
        font-size: 0.9em;
        color:#999;
    }

    .entry-footer-post-meta span.post-tag a{
        padding-top:5px;
        padding-bottom:5px;
        padding-left:5px;
        padding-right:5px;
        margin-right:7px;
        border: 1px solid #ddd;
        border-radius: 3px;
        -webkit-border-radius: 3px; /* Safari,Google Chrome用 */ 
        -moz-border-radius: 3px; /* Firefox用 */         
    }

    .entry-footer-post-meta span.post-tag:before{
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
       font-size: 1.2em;
       content: "\f02c";         
    }

    .entry-footer-post-meta .post-author{ padding-left: 1em; }

    .entry-footer-post-meta a{
        color: #999;
    }
    .entry-footer-post-meta a:hover{
        color: #999;
    }     
    
}/*@media (min-width: 620px) END*/




#footer-post-meta{
    margin-top: 40px;
}
#footer-post-meta span.post-tag:before{
   font-family: ;
   font-size: 1.2em;
   content: "\f02c";         
}

.footer-post-meta{
    text-align: right;
    font-size: 0.9em;
    color:#666;
}
    .post-author{ padding-left: 1em; }

    .footer-post-meta a{
        color: #666;
    }
    .footer-post-meta a:hover{
        color: #666;
    }           
        
/****************************************
ページ分割リンク
<!--nextpage-->
*****************************************/

.page-link{
    width:100%;
    margin: 2em 0;
    text-align: center;
}

.page-link span{
    background: #ddd;
    display: inline-block;
    margin-right: 3px;
    padding: 7px 10px;
    border: 1px solid #ddd;
    border-radius: 7px;
    -webkit-border-radius: 7px; 
    -moz-border-radius: 7px; 
}
.page-link a span{
    background: #fff;
    display: inline-block;
    margin-right: 3px;
    padding: 7px 10px;
    border: 1px solid #ddd;
    border-radius: 7px;
    -webkit-border-radius: 7px; 
    -moz-border-radius: 7px; 
}

.page-link a{
    border-bottom: none;
    color: #999;
}

.page-link a span:hover{
    background: #fff;
    color: #999;
}


.comment-page-link{
    margin: 0 0 3em;
}

.comment-page-link span,
.comment-page-link a{
    display: inline-block;
    margin-right: 3px;
    padding: 5px 8px;
    border: 1px solid #ddd;
    background: #ddd;
}

.comment-page-link a{
    background: #fff;
}

.comment-page-link a:hover{
    background: #ffeff7;
    color: #000;
}


/****************************************
          Comments Area
*****************************************/

#comment-area {
    margin:0;
    padding: 0;
	line-height:30px;
    /*border-top: 1px solid #ddd;*/
    /*border-bottom: 1px solid #ddd;*/
}

.comments{
	margin-left:10px !important;
    padding-left:10px;
    font-size: 1.3em;
}

#comment-area img{
    width:auto;
}

.required{ color: #fe56aa;}

.commets-list,
.trackback-list{
    overflow: hidden;
    margin-bottom: 40px;
    padding:0 15px;
}
.commets-list li,
.trackback-list li{
    overflow: hidden;
    margin-top: -1px;
    padding: 20px 0 0;
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid transparent;
}
.commets-list .avatar{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.comment-meta,
.reply,
.comment-notes,
.form-allowed-tags,
span.small{
    font-size: 80%;
}
.comment-body p{
    clear: both;
}
.reply{
    text-align: right;
}


.reply a{
    color:#999;
    background: #fff;
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 3px;
    padding: 7px 10px;
    border: 1px solid #ddd;
    border-radius: 7px;
    -webkit-border-radius: 7px; 
    -moz-border-radius: 7px; 
}


.bypostauthor{
	/* 記事投稿者のコメントのスタイル */
}

.children{
    padding-left: 2em;
}

#respond{
    padding-left:10px;
    margin-bottom: 40px;
}

#respond small a{
    font-size:0.9em;
    font-weight: normal;
    color:#999;
    background: #fff;
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 3px;
    padding: 3px 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;     
}

/****************************************
          index.php Main
*****************************************/

.content-box{
	float: right;
	margin-top: -0.25em;
	width: 420px;
}
	.content-box .more-link{
		margin: 0;
	}

.thumbnail-box{
	float: left;
	width: 160px;
}
	.thumbnail-box img{
		width: 160px;
		height: 160px;
	}


/****************************************
Sidebar
*****************************************/

.sidebar-area {
    /* background-color: #aaa; */
    font-size:0.9em;
}
@media (min-width: 620px) {
    .sidebar-area {
        /* background-color: #aaa; */
        font-size:1.0em;
    }
}
/*
[id^=sidebar] h2.widgettitle {
    position: relative;
    margin: 20px 2px 20px 2px;
    padding: 10px 5px 10px 20px;
    background-color: #eee;
    border-color: #999;
}

[id^=sidebar] h2.widgettitle:after, 
[id^=sidebar] h2.widgettitle:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
}
[id^=sidebar] h2.widgettitle:after {
    left: 0;
    border-right: 5px solid #333;
}
[id^=sidebar] h2.widgettitle:before {
    right: 0;
    border-left: 5px solid #333;
}    
*/


[id^=sidebar] h2.widgettitle {
    font-size: 16px;
    margin-top: 3px;
    padding: 20px 0 5px 10px;
}

[id^=sidebar] .widget{
    margin-bottom: 10px;
}

/*
[id^=sidebar] .widget ul{
    list-style-type: none;
    border-bottom: 1px solid #eeeeee;    
}

[id^=sidebar] ul li{
    position: relative;
    padding: 2px 0px 5px 25px;
    font-size: 1.1em;
    font-weight: normal;
    background-color: #fff;
    border-bottom: 1px solid white;
    border-top: 1px solid #eeeeee;
    height: 44px;
    margin: 0;      
    white-space: nowrap;
    overflow: hidden;
}
*/

[id^=sidebar] .widget ul{
    list-style-type: none;
}

[id^=sidebar] ul li{
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    font-size: 1.1em;
    font-weight: normal;
    background-color: #fff;
    border-bottom: 1px solid #eeeeee;
}



[id^=sidebar] ul li:first-child{
    border-top: transparent;
	padding-top:0;
}

[id^=sidebar] ul li:last-child{
    border-bottom: transparent;
}


[id^=sidebar] ul li:before {
    font-size: 18px;
    /* color:#999;*/
    color:#999;
    position: absolute;
    left: 0px;
    top: 0px;
    /* padding: 10px 2px 5px 4px;*/
    padding-top: 8px;
    padding-left:5px;
    text-align: center;
    font-weight: bold;
}

/*
[id^=sidebar] ul li a{
    color: #333;
    display: inline;
    height: 44px;
    margin: 0;
    padding: 0 0 0px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    line-height: 44px;
}
*/

[id^=sidebar] ul li a{
    color: #333;
    /*display: block;*/
    margin: 0;
    padding: 0;
    line-height: 1.3em;
    word-wrap : break-word;
    overflow-wrap : break-word;    
}


[id^=sidebar] ul.children{
    margin-left: 0px;
    padding-left: 0px;
    list-style-type: none;
}

[id^=sidebar] ul.children li{
    position: relative;
    padding: 10px 0px 5px 24px;
    font-size: 1.1em;
    font-weight: normal;
    background-color: #fff;
    height: 44px;
    margin: 0;                
}



#sidebar-recent-posts li,
#sidebar-popular-posts li{
	margin:20px 0;
}

.sidebar-thumbnail-box{
	float: left;
	width: 75px;
}

.sidebar-recent-posts-title{
	float: right;
	width: 165px;
}

#sidebar-recent-posts h3,
#sidebar-recent-posts p,
#sidebar-popular-posts h3,
#sidebar-popular-posts p{
        margin: 0;
}

[id^=sidebar] ul li.recentcomments a {
    padding-left:10px!important;
}


[id^=sidebar] .tagcloud {
    background-color: #fff;
    padding-bottom:10px;
}

.tagcloud a{
    margin-top:15px;
    display:inline-block;
    font-size:1.0em!important;
    padding:10px 7px;
    border: 1px solid #bbb;
    border-radius: 4px;      
    -webkit-border-radius: 4px; /* Safari,Google Chrome用 */ 
    -moz-border-radius: 4px; /* Firefox用 */     
    white-space: nowrap;
    background-color:#ddd;
}

@media (min-width: 620px) {

    .sidebar-area {
        /*border-left: 1px solid #eeeeee;*/
		padding-left:20px;
    }
    
    /*
    [id^=sidebar] h2.widgettitle {
        position: relative;
        margin: 20px 2px 20px 2px;
        padding: 10px 5px 10px 20px;
    }
    
    [id^=sidebar] h2.widgettitle:after, 
    [id^=sidebar] h2.widgettitle:before {
        content: "";
        position: absolute;
        top: 100%;
        height: 0;
        width: 0;
        border: 5px solid transparent;
        border-top: 5px solid #333;
    }
    [id^=sidebar] h2.widgettitle:after {
        left: 0;
        border-right: 5px solid #333;
    }
    [id^=sidebar] h2.widgettitle:before {
        right: 0;
        border-left: 5px solid #333;
    }    
    */
    
    [id^=sidebar] h2.widgettitle {
        margin-top: 10px;
	padding: 10px 0 0 10px;
    }
    
    [id^=sidebar] .widget{
        margin-bottom: 30px;
    }
/*
    [id^=sidebar] .widget ul{
        list-style-type: none;
        border-bottom: 1px solid #eeeeee;
    }

    [id^=sidebar] ul li{
        position: relative;
        padding: 2px 0px 5px 15px;
        font-size: 1.1em;
        font-weight: normal;
        background-color: #fff;
        border-bottom: 1px solid white;
        border-top: 1px solid #eeeeee;
        height: 44px;
        margin: 0;                
    }
*/


    [id^=sidebar] .widget ul{
        list-style-type: none;
    }

    [id^=sidebar] ul li{
        position: relative;
        margin: 0;                
        padding: 10px 5px 10px 15px;
        font-size: 1.05em;
        font-weight: normal;
        background-color: #fff;
    }


    [id^=sidebar] ul li:first-child{
        border-top: transparent;
		padding-top:0;
    }
    
    [id^=sidebar] ul li:last-child{
        border-bottom: transparent;
    }
    
    [id^=sidebar] ul li:before {
        font-size: 18px;
        /* color:#999;*/
        color:#999;
        position: absolute;
        left: 0px;
        top: 0px;
        padding: 10px 2px 5px 3px;
        text-align: center;
        font-weight: bold;
    }

/*    
    [id^=sidebar] ul li a{
        color: #333;
        display: inline;
        height: 44px;
        margin: 0;
        padding: 0 0 0px 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        text-decoration: none;
        white-space: nowrap;
        line-height: 44px;
    }
*/


   [id^=sidebar] ul li a{
        color: #333;
        margin: 0;
        padding: 0px 0px 0px 0px;
        line-height: 1.5em;
        word-wrap : break-word;
        overflow-wrap : break-word;    
    }


    [id^=sidebar] ul li a:hover{
        color: #999;
        text-decoration: underline;
    }

    [id^=sidebar] ul.children{
        margin-left: 0px;
        padding-left: 0px;
        list-style-type: none;
        /* border-bottom: 1px solid #eeeeee;*/
    }

    [id^=sidebar] ul.children li{
        position: relative;
        padding: 10px 0px 5px 24px;
        font-size: 1.1em;
        font-weight: normal;
        background-color: #fff;
        /*border-bottom: 1px solid white;*/
        /*border-top: 1px solid #eeeeee;*/
        height: 44px;
        margin: 0;                
    }


    #sidebar-recent-posts li,
    #sidebar-popular-posts li{
            margin:20px 0;
    }

    .sidebar-thumbnail-box{
            float: left;
            width: 75px;
    }

    .sidebar-recent-posts-title{
            float: right;
            width: 165px;
    }
    #sidebar-recent-posts h3,
    #sidebar-recent-posts p,
    #sidebar-popular-posts h3,
    #sidebar-popular-posts p{
            margin: 0;
    }

    [id^=sidebar] ul li.recentcomments a {
        padding-left:10px!important;
    }
    
    .tagcloud a{
            white-space: nowrap;
    }
}/* @media (min-width: 620px) */

/****************************************
Footer
Mobile版 100%
PC版 container 950px : sidebar 250px
****************************************/

.footer {
	font-size:12px;
    background-color: rgba(115, 115, 123, 0.3);
    color: #666;
}

#footer-in {
    clear:both;
    width: 100%;
    margin: 0 auto;
    /*background: #ccc;*/
}

#footer-bottom {
    clear:both;
}

#footer-widget {
    padding-top:45px;
    padding-bottom: 60px;
	margin: 0 10px 0 10px;
}

#footer-widget h3.widgettitle {
    display:block;
    margin:10px 0 0 0;
    padding:0;
    font-size:1.1em;
}
#text-2{
	margin-bottom:40px;
}

#footer-widget ul li{
	position: relative;
	padding: 7px 0px;
	font-size: 1.1em;
	font-weight: normal;
	background-color: transparent;
	border-bottom: none;
	border-top: none;
	height: 32px;
	margin: 0; 
}

#footer-widget ul li:before {
    font-size: 18px;
    /* color:#999;*/
    color:#666;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 15px 2px 5px 10px;
    text-align: center;
    font-weight: bold;
}
#footer-widget ul li a:before,
[id^="text-5"] ul li a:before,
[id^="text-14"] ul li a:before,
[id^="text-12"] ul li a:before,
[id^="text-15"] ul li a:before,
[id^="text-11"] ul li a:before,
[id^="categories-4"] ul li a:before{
   	content: "－ ";	
}
#footer-widget ul li a{
	color:#666;
    display: block;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    /*font-weight: bold;*/
    white-space: nowrap;
}

#footer-widget .footer-left{
    float:none; 
    margin:0; 
    width:100%;
    /*border: 1px solid #333;*/
}

#footer-widget .footer-center{
    float:none;
    margin:0;
    padding:0;
    width:100%;
    /*border: 1px solid #333;*/
}

#footer-widget .footer-right{
    float:none;
    margin:0;
    width:100%;
    /*border: 1px solid #333;*/
}

@media (min-width: 620px) {
    #footer-in {
        clear:both;
        width: 640px;
    }

    #footer-bottom {
		margin-top:20px;
        clear:both;
    }
    #footer-widget {
        width:100%;
        float:left;
        padding-top:45px;
        /*padding-left:20px;*//*2017/05/24*/
        padding-left:5px;
        padding-bottom:60px;
		margin: 0 10px 0 10px;
    }

    #footer-widget h3.widgettitle {
        display:block;
        margin:10px 0 0 0;
        font-size:1.1em;
    }

    #footer-widget ul {
        border-bottom: none;
    }
    
    #footer-widget ul li{
        position: relative;
        padding: 7px 0px;
        font-size: 1.1em;
        font-weight: normal;
        background-color: transparent;
        border-bottom: none;
        border-top: none;
        height: 32px;
        margin: 0;       
    }

    #footer-widget ul li:before {
        font-size: 18px;
        /* color:#999;*/
        color:#666;
        position: absolute;
        left: 0px;
        top: 0px;
        padding: 11px 2px 5px 3px;
        text-align: center;
        font-weight: bold;
    }

    #footer-widget ul li a{
        color: #666;
        display: block;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        text-decoration: none;
    }
/*
    #footer-widget .footer-left{float:left; margin:0 20px 0 0; width:350px;}
    #footer-widget .footer-center{float:left; margin:0 20px 0 0; width:320px;}
    #footer-widget .footer-right{float:left; margin:0 20px 0 0; width:320px;}
*/
    #footer-widget .footer-left{float:left; margin:0 20px 0 0;}
    #footer-widget .footer-center{float:left; margin:0 20px 0 0; width:30%;}
    #footer-widget .footer-right{float:left; margin:0 20px 0 0; width:30%;}


}/* @media (min-width: 620px) */


/*Footer Menu Navi*/

#footer .header-menu-box{
    padding-top: 5px;
    padding-bottom:5px;
    position: relative;
    overflow: hidden;    
}    

#footer .menu{
	position: relative;
	bottom: -1px;
	clear: both;
	margin-bottom: 0;
        float: left;
        left: 50%;
        font-size: 1.0em;
        padding-bottom: 5px;
}
	#footer div.menu > ul,
	#footer ul.menu{
		/*border-left: 1px solid #ddd;*/
	}
	
	#footer div.menu > ul > li,
	#footer ul.menu > li{
		float: left;
	}

	#footer .menu li{
		position: relative;
                left: -50%;
                float: left;
                height:2.0em;
	}
		#footer .menu li a{
			display: block;
			padding: .5em 1em;
			border-bottom: none;
                        color: #000;
                        text-decoration: none;
                }
                #footer .menu li a:hover{
                        color: #000;
                        height:2.0em;
                        /*border-top: 1px solid #00ffff;*/
                        border-bottom: 1px solid #666;
		}                
		#footer div.menu > ul > li.current_page_item,
		#footer ul.menu > li.current_page_item{
			/*border-bottom: 2px solid #999;*/
		}

		#footer ul.sub-menu,
		#footer ul.children{
			position: absolute;
			left:-1px;
			display: none;
			margin-left: 0;
			width: auto;
			width: 150px;
			border: 1px solid #ddd;
			background: #eee;
		}
			#footer .sub-menu li,
			#footer .children li{
				position: relative;
				border: none;
			}

			#footer ul.sub-menu ul,
			#footer ul.children ul {
                            top:-1px;
                            left:150px;
			}
				#footer .menu li:hover > ul{
					display: block;
				}

                                
#footer-bottom .footer_sns_menu {
    position: relative;
    bottom: -1px;
    clear: both;
    margin-bottom: 0;
    float: left;
    left: 50%;
    font-size: 1.0em;
}    
#footer-bottom div.footer_sns_menu > ul > li,
#footer-bottom ul.footer_sns_menu > li{
        float: left;
}                              
#footer-bottom .footer_sns_menu li{
    position: relative;
    left: -50%;
    float: left;
    height:1.2em;
    padding-right: 20px;
}

#footer-bottom .footer_sns_menu li a{
    display: block;
    /*padding: .5em 1em;*/
    border-bottom: none;
    text-decoration: none;
}
#footer-bottom .footer_sns_menu li a:hover{
    color: #ddd;
    height:1.2em;
    border-bottom: 1px solid #999;
}                

#copy{
	font-family: 'Lucida Sans', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	color: #666;
}
#footer-bottom p{
	font-size:12px !important;
	text-align:center;
	margin-top:0px;
	line-height: 30px;
}               

#footer-bottom .development {
    clear:both;
    padding: 0px 0px 3px 0px;
    text-align:center;
    color:#666;
}
#footer-bottom a.development{
    color: #666;
}
#footer-bottom a.development:hover{
    color: #666;
}  

/****************************************
ページネーション
*****************************************/
/*TYPE1*/
#pagenavi{
    width:100%;
    margin: 30px auto 20px auto;
    clear:both;
    background-color: transparent;
}

#pagenavi .totalpageinfo{
    width:100%;
    padding-top:10px;
    padding-bottom:10px;
    text-align: center;
    font-size: 1.0em;
    color:#666666;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-top-left-radius: 5px; 
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;     
}

#pagenavi .pageselect {
    background-color: #FFCCFF;    
}

#pagenavi .gotop {
    float:left;
    position: relative;
    width:10%;
    padding-top:10px;
    padding-bottom:10px;
    text-align: center;
    font-size: 1.0em;
    color:#333;
    border-top: 1px solid #ddd;
    border-left: 1px solid #999;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #999;
    border-bottom-left-radius: 5px; 
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px; 
}

#pagenavi .goback {
    float:left;
    width:40%;
    position: relative;
    padding-top:10px;
    padding-bottom:10px;
    text-align: center;
    font-size: 1.0em;
    color:#333;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #999;
}

#pagenavi .gonext {
    float:left;
    width:40%;
    position: relative;
    padding-top:10px;
    padding-bottom:10px;
    text-align: center;
    font-size: 1.0em;
    color:#333;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #999;
}

#pagenavi .gobottom {
    float:left;
    width:10%;
    position: relative;
    padding-top:10px;
    padding-bottom:10px;
    text-align: center;
    font-size: 1.0em;
    color:#333;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-bottom-right-radius: 5px; 
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px; 
}
#pagenavi .gotop a,
#pagenavi .goback a,
#pagenavi .gonext a,
#pagenavi .gobottom a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

#pagenavi .gotop-active ,
/*#pagenavi .goback-active ,*/
/*#pagenavi .gonext-active ,*/
#pagenavi .gobottom-active {
    color:#999;
    background-color: #f1f0ee;
}

#pagenavi .goback-active ,
#pagenavi .gonext-active {
    color:#999;
    background-color: #fff;
	background-color: rgba(255, 255, 255, 0.5);
}


#pagenavi .gotop-none ,
#pagenavi .goback-none ,
#pagenavi .gonext-none ,
#pagenavi .gobottom-none {
    color:#777;
}


.entry_mobile_pagination {
    display:block;
}
@media (min-width: 620px) {
    #pagenavi{
        margin-top:50px;
    }
    .entry_mobile_pagination {
        display:none;
    }
}/*@media (min-width: 620px)*/


/* --- 個別記事送り --- */
/*記事上部*/
#entry-header-pagenavi{
    width:100%;
    margin: 10px auto ;
    clear:both;
    height: 32px;
    background-color: #fff;
}

#entry-header-pagenavi .pageselect {
    background-color: #FFCCFF;    
}

#entry-header-pagenavi .gotop {
    float:left;
    position: relative;
    width:10%;
    height:32px;
    padding-top:5px;
    padding-bottom:10px;
    text-align: center;
    font-size: 1.0em;
    color:#999;
    border-top: 1px solid #999;
    border-right: 1px solid #ddd;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;

}

#entry-header-pagenavi .goback {
    float:left;
    width:30%;
    height:32px;
    position: relative;
    padding-top:7px;
    padding-bottom:10px;
    text-align: center;
    font-size: 1.0em;
    color:#333;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    /*white-space: nowrap;*/
    overflow: hidden;
}

/*一覧表示へ*/
#entry-header-pagenavi .gohome {
    float:left;
    width:20%;
    height:32px;
    position: relative;
    padding-top:7px;
    padding-bottom:10px;
    text-align: center;
    font-size: 1.0em;
    color:#333;
    border-top: 1px solid #999;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #999;
    /*white-space: nowrap;*/
    overflow: hidden;
}


#entry-header-pagenavi .gonext {
    float:left;
    width:30%;
    height:32px;
    position: relative;
    padding-top:7px;
    padding-bottom:10px;
    text-align: center;
    font-size: 1.0em;
    color:#333;
    border-top: 1px solid #999;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #999;
    /*white-space: nowrap;*/
    overflow: hidden;
}

#entry-header-pagenavi .gobottom {
    float:left;
    width:10%;
    height:32px;
    position: relative;
    padding-top:5px;
    padding-bottom:10px;
    text-align: center;
    font-size: 1.0em;
    color:#999;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #999;
    border-top-right-radius: 5px; 
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px; 
    border-bottom-right-radius: 5px; 
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px; 
}
#entry-header-pagenavi .gotop a,
#entry-header-pagenavi .goback a,
#entry-header-pagenavi .gohome a,
#entry-header-pagenavi .gonext a,
#entry-header-pagenavi .gobottom a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

#entry-header-pagenavi .gotop-active ,
/*#pagenavi .goback-active ,*/
/*#pagenavi .gonext-active ,*/
#entry-header-pagenavi .gobottom-active {
    color:#999;
    background-color: #f1f0ee;
}

#entry-header-pagenavi .goback-active ,
#entry-header-pagenavi .gohome-active ,
#entry-header-pagenavi .gonext-active {
    color:#999;
    background-color: #fff;
}


#entry-header-pagenavi .gotop-none ,
#entry-header-pagenavi .goback-none ,
#entry-header-pagenavi .gohome-none ,
#entry-header-pagenavi .gonext-none ,
#entry-header-pagenavi .gobottom-none {
    color:#DDD;
}

/* --- 個別記事送り --- */
/*中間・記事下部*/
#entry-footer-pagenavi{
    width:100%;
    margin: 30px auto ;
    clear:both;
    height: 120px;
    background-color: #fff;
}

#entry-footer-pagenavi .pageselect {
    background-color: #FFCCFF;    
}

#entry-footer-pagenavi .gotop {
    float:left;
    position: relative;
    width:10%;
    height:60px;
    padding-top:8px;
    padding-bottom:10px;
    text-align: center;
    font-size: 2.0em;
    color:#999;
    /*border: 1px solid #ddd;*/
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #999;
    border-top-left-radius: 3px; 
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px; 
    border-bottom-left-radius: 3px; 
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px; 
}

#entry-footer-pagenavi .goback {
    float:left;
    width:40%;
    height:60px;
    position: relative;
	padding-left:7px;
    font-size: 1.0em;
    color:#333;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    /*white-space: nowrap;*/
    overflow: hidden;
}

#entry-footer-pagenavi .gonext {
    float:left;
    width:40%;
    height:60px;
    position: relative;
	padding-left:7px;
    font-size: 1.0em;
    color:#333;
    border-top: 1px solid #999;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #999;
    /*white-space: nowrap;*/
    overflow: hidden;
}

#entry-footer-pagenavi .gobottom {
    float:left;
    width:10%;
    height:60px;
    position: relative;
    padding-top:8px;
    padding-bottom:10px;
    text-align: center;
    font-size: 2.0em;
    color:#999;
    /*border: 1px solid #ddd;*/
    border-top: 1px solid #999;
    border-left: 1px solid #ddd;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-top-right-radius: 5px; 
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px; 
    border-bottom-right-radius: 3px; 
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px; 
}

@media (min-width: 620px) {
	#entry-footer-pagenavi .gotop,
	#entry-footer-pagenavi .gobottom,
	#entry-footer-pagenavi .goback,
	#entry-footer-pagenavi .gonext {
	height: 80px !important;
    }
	#entry-footer-pagenavi{
	height: 80px !important;
	}
}/*@media (min-width: 620px)*/

#entry-footer-pagenavi .gotop a,
#entry-footer-pagenavi .goback a,
#entry-footer-pagenavi .gonext a,
#entry-footer-pagenavi .gobottom a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

#entry-footer-pagenavi .gotop-active ,
/*#pagenavi .goback-active ,*/
/*#pagenavi .gonext-active ,*/
#entry-footer-pagenavi .gobottom-active {
    color:#777;
    background-color: #f1f0ee;
}

#entry-footer-pagenavi .goback-active ,
#entry-footer-pagenavi .gonext-active {
    color:#777;
    background-color: #fff;
}


#entry-footer-pagenavi .gotop-none ,
#entry-footer-pagenavi .goback-none ,
#entry-footer-pagenavi .gonext-none ,
#entry-footer-pagenavi .gobottom-none {
    color:#DDD;
}

#entry-footer-pagenavi .gotop,
#entry-footer-pagenavi .gobottom,
#entry-footer-pagenavi .goback,
#entry-footer-pagenavi .gonext {	
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*個別記事送り END*/

.navigation{
	overflow: hidden;
	margin-bottom: 40px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: url(images/gray.gif) repeat-y 50% 0;
}
	.navigation > div{
		width: 50%;
	}

	.navigation .alignright{
		text-align: right;
	}

	.navigation a{
		display: block;
		padding: 1em;
		border: none;
	}
		.navigation a:hover{
			background: #ffeff7;
			color: #000;
		}
			.navigation .alignright a:hover{
				border-left: 1px solid #ddd;
			}
/****************************************
検索ウィジェット
*****************************************/
                       
#searchform{
    position: relative;
    margin: 0;
    padding-top:10px;
    padding-left:2px;
    padding-bottom:10px;
}

#s{
    margin-bottom: 0px;
    padding: 7px 10px 7px 15px;
    width: 75%;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px; 
    font-size: 1.1em;
    background-color: #f9ffff;
}
#searchsubmit{
    margin-bottom: 0px;
    padding: 5px 10px 3px 5px;
    font-size: 1.2em;
    color:#999;
    background-color: #ddd;
    /*border: 1px solid #ccc;*/
}

/****************************************
          Form
*****************************************/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
	margin: 0;
	margin-bottom: 20px;
	padding: 6px 4px;
	max-width: 100%;
	/* width: 290px;*/ /*2017/05/25*/
	outline: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #eee;
	color: #777;
	vertical-align: bottom;
	font-size: 13px;
}

#comment-area input[type="text"],
#comment-area textarea{
	display: block;
}

textarea {
	overflow: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	/* border: 1px solid #999;*/
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(0,187,225,0.8);
 	-moz-box-shadow: 0 0 3px rgba(0,187,225,0.8);
	box-shadow:  0 0 3px rgba(0,187,225,0.8);
 	color: #444;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	margin-bottom: 20px;
	padding: 4px 12px;
	padding: 8px 10px;
	/*border: 1px solid #fe56aa;*/
	border: 1px solid #aaa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/*background: #ff89c4;*/
	background: #ddd;
	color: #333;
	text-decoration: none;
	/*text-shadow: 0 1px rgba(255, 255, 255, .75);*/
	/*font-weight: bold;*/
	font-size: 12px;
	line-height: normal;
	cursor: pointer;
	/* Old browsers */
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    border: 1px solid #ccc;
    background: #ddd;
    color: #666;
    /*text-shadow: 0 -1px rgba(0, 0, 0, .4);*/
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
    position: relative;
    top:1px;
}


/****************************************
          WordPress Misc
*****************************************/

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
}

.wp-caption-text,
.gallery-caption{
	font-size: 80%;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}

img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}

img.alignleft {
    display: inline-block;
    margin: 0 1em .3em 0;
}

/****************************************
          Clearfix
*****************************************/

#header .menu > ul:after,
#header ul.menu:after,
#container:after,
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
    font-size: 0;
}

/* clearfix for ie7 */
#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
    display: inline-block;
}

#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
    display: block;
}

/****************************************
* トップに戻るボタン
****************************************/
.pagetop {
    position: fixed;
    bottom: 15px;
    right: 10px;
}
.fa-arrow-circle-up::before{
	font-family:'Font Awesome 5 Free';
	font-size:3em;
	font-weight: 900;
	content: "\f0aa";
	opacity:0.2;
}
.clearText {
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
}