@charset "UTF-8";
/*****************************************************
Takamitool Tkm-STELLA Basic CSS
2016/03/30
*****************************************************/
//2017/05/15 L357 #header .sitetitle font-size:30px -> 1.5em

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);

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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

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;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

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-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
    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%;
    font-family: 'Josefin Sans', sans-serif;
}

blockquote{
    margin-bottom: 2em;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
}

.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 #00bbff;*/
	color: #666;
}

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

#header {
    overflow: hidden;
    width: 100%;
    margin: 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: 992px) {
    #container,
    .wrapper {
        margin: 0 auto;
        width: 1070px;
    }

    #header {
        /*margin-bottom: 20px;*/
        /*background-color: #FFCCFF;*/
        overflow: visible; 
    }
    #header-in {
        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 {
        width: 1070px;
        margin: 0 auto;
        background-color: #fff;
        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: 1070px;
        padding-right:5px;
        padding-left:5px;
    }

    #contents {
        float: left;
        width: 730px;
        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-bottom: 1px;
}

#header-in .headerbox1{
    float:left;
    width: 100%;
}
#header-in .headerbox1 p{
    margin-top:0px;
    margin-bottom:0px;
    font-size:0.75em;
}
#header-in .headerbox2{
    float:left;
    width: 100%;
}
#header-in .headerbox2 img{
    width: 100%;
}
#header-in .headerbox3{
    float:left;
    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;
    border-bottom: 1px solid #999;
    background-color: #00ccff;
}
#header a{
    border: none;
    color:#333;
}

#header .h1{
    margin:0;
    font-size: 0.8em;
    color: #777;
    /* text-align: center;*/
    text-align: left;
    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%;
    text-align: center;
    /*background-color: #CCFFFF;*/
}


@media (min-width: 992px) {
    #header-in {
        margin: 0 auto;
        width: 1070px;
        /* 2017/05/24 */
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #header-in .headerbox1 p{
        font-size:0.9em;
    }
    #header-in-free {
        margin: 0 auto;
        padding: 0 5px;
        width: 1070px;
    }
    #header .sitetitle {
        margin:0;
        padding-top:5px;
        text-align: left;
        /*font-size: 30px;*/
        font-size: 1.7em;
        font-weight: bold;
        line-height: 1.2;
        word-break: break-all;
        border-bottom: 1px solid transparent;
        background-color: transparent;
        /*2017/05/24*/
        padding-bottom:10px;
    }
    #header .h1{
        margin:0;
        padding-left:5px;
        font-size: 1.0em;
        color: #666;
        text-align: left;
        clear:left;
        word-break: break-all;
    }
    
    #header .header-title-area{
        float: left;
        width: 50%;
    }
    #header .header-free-area{
        float:right;
        display:inline;
        width:45%;
    }
}
/*@media (min-width: 992px) 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: 992px) {
#header .widget{
    text-align: right;
}
#header-right-top {
    float:right;
    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: 992px)*/

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


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

#header .header-menu-box{
    width:100%;
    /*border-top: 1px solid #dddddd;*/
    /*border-bottom: 1px solid #ddd;*/
    border-bottom: 1px solid #999;
    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 #00ffff;*/
            border-bottom: 1px solid #00bbff;
        }                
        .header-menu-box div.menu > ul > li.current_page_item,
        .header-menu-box ul.menu > li.current_page_item{
            /*
            border-bottom: 2px solid #0099ff;
            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: 992px) {
    
#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: 1070px;
    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: FontAwesome;
    font-size: 18px;
    content: "\f0da";
    color:#999;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 5px 0px 0px 5px;
    text-align: center;
    font-weight: bold;
}




    .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: 992px) END */


/****************************************
パンくずリスト
*****************************************/

#breadcrumb {
  margin: 0 5px;
  padding: 0;
}

#breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none;
  font-size: 0.85em;
}

#breadcrumb li:after{/* ▶を表示*/
  font-family: FontAwesome;
  content: '\f0da';
  padding: 0 8px;
  color: silver;
}

#breadcrumb li:last-child:after{
  content: '';
}

#breadcrumb li a {
    text-decoration: none;
    color: #888;
    font-size: 0.85em;
}

#breadcrumb li:first-child a:before{/*家アイコン*/
  font-family: FontAwesome;
  content: '\f015';
  font-weight: normal;
  font-size: 1.0em;
  padding-right:3px;
}

#breadcrumb li a:hover {
    text-decoration: underline;
}
@media (min-width: 992px) {
    #breadcrumb li a {
        text-decoration: none;
        color: #888;
        font-size: 0.9em;
    }
}



/* breadcrumb2 */
#breadcrumb2{
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
#breadcrumb2 li{
    float: left;
    margin: 0 .5em 0 1em;
}
#breadcrumb2 a{
    background: #ddd;
    padding: .7em 1em;
    float: left;
    text-decoration: none;
    color: #444;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    position: relative;
}
#breadcrumb2 a:hover{
    background: #fafafa;
}
#breadcrumb2 a::before{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-width: 1.5em 0 1.5em 1em;
    border-style: solid;
    border-color: #ddd #ddd #ddd transparent;
    left: -1em;
}
#breadcrumb2 a:hover::before{
    border-color: #fafafa #fafafa #fafafa transparent;
}
#breadcrumb2 a::after{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-left: 1em solid #ddd;
    right: -1em;
}
#breadcrumb2 a:hover::after{
    border-left-color: #fafafa;
}
#breadcrumb2 .current,
#breadcrumb2 .current:hover{
    font-weight: bold;
    background: #fafafa;
}
#breadcrumb2 .current::after{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-left: 1em solid #fafafa;
    right: -1em;
}
#breadcrumb2 .current::before{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-width: 1.5em 0 1.5em 1em;
    border-style: solid;
    border-color: #fafafa #fafafa #fafafa transparent;
    left: -1em;
}
@media (min-width: 992px) {
    #breadcrumb2{
        margin-top:5px;
    }
}
/****************************************
* 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;
  border-top: 3px double #ccc;
  border-bottom: 3px double #ccc;
  overflow-x: scroll;
  white-space:nowrap;
  */
    margin-top:5px;
    margin-bottom:5px;
    position: relative;
    padding: .75em 0 .75em .5em;
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
    font-weight: bold;
    font-size:1.1em;
    background-color: #8abed5;
  
 }
@media (min-width: 992px) {
    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-bottom: 1px solid #ccc;
    border-left: 10px solid #00ccff;
    overflow: visible;
    white-space:normal;
    */
    margin-top:5px;
    margin-bottom:5px;
    position: relative;
    padding: .75em 0 .5em .5em;
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
    font-weight: bold;
    font-size:1.1em;
    background-color: #fff;
    border-bottom: 5px solid #8abed5;
}

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


/****************************************
* パネル
* Bootstrap v3.1.1 (http://getbootstrap.com)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*****************************************/

.panel {
  margin-top: 2px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 7px;
}
.panel-body {
    
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-default {
  /*border-color: #ddd;*/
  border-color: #999;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}

/*
.panel-cell a{
    display:block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
}
*/


/****************************************
記事一覧表示 Cell
*****************************************/
#panel-cell {
    width:100%;
}
    
.panel-cell {
    padding: 5px 10px;
    border-bottom: 1px solid #eee;
}

.panel-cell:last-child {
    border-bottom: none;    
}


.panel-cell-header{
    display:block;
    width:100%;    
}

.panel-cell-body{
    display:block;
    position: relative;
    width:100%;
}
.panel-cell-body a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;    
}
.panel-cell-footer{
    /*position: relative;*/
    display:block;
    width:100%;
    padding-top:2px;
    border-top: 1px dashed #ddd;
}
/*
.panel-cell-footer a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;    
}
*/

#panel-cell .cell-left{
    display:block;
    width:65%;
    float:left;
}

#panel-cell .cell-left-full{
    display:block;
    width:95%;
    float:left;
}


#panel-cell .cell-right{
    display:block;
    width:35%;
    float:right;
}

#panel-cell h2.post-title {
    margin:0;
    display: block;
    font-size: 1.05em;
    font-weight:bold;
    color:#333;
    line-height: 1.2;
}

#panel-cell span.post-date:before{
   font-family: FontAwesome;
   font-size: 1.1em;
   content: "\f073";         
}

#panel-cell span.category:before{
   font-family: FontAwesome;
   font-size: 1.1em;
   content: "\f114";         
}

#panel-cell span.comment-num:before{
   font-family: FontAwesome;
   font-size: 1.1em;
   content: "\f0e5";         
}

#panel-cell span.post-tag:before{
   font-family: FontAwesome;
   font-size: 1.1em;
   content: "\f02c";         
}

#panel-cell .post-meta{
    margin:0;
    padding-top:2px;
    overflow: hidden;
    font-size: 0.7em;
    color:#999;
/*    background-color: #FFCCCC;*/
}
    #panel-cell .post-meta .post-date,
    #panel-cell .post-meta .category,
    #panel-cell .post-meta .post-tag{
        float:left;
        padding-right: 1em;
    }

    #panel-cell .comment-num{ white-space: nowrap; }

    #panel-cell .post-meta .category  a,
    #panel-cell .post-meta .post-tag  a{
        color: #00bbff;
    }
    #panel-cell .post-meta .category a:hover,
    #panel-cell .post-meta .post-tag a:hover{
        color: #0099ff;
    }    

#panel-cell .excerpt{
    padding: 2px 0 0 0;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.9em;    
    color:#666;
}    

#panel-cell .cell-thumbnail{
    padding:0;
    margin: 0 auto;
    width:85%;
    /*width:110px;*/
    height:80px;
    overflow: hidden;
}


#panel-cell .more-link{
    float: right;
}


@media (min-width: 992px) {
    .panel {
      margin-top: 2px;
      background-color: #fff;
      /* border: 1px solid #ccc; *//*2017/05/24*/
      border-radius: 7px;
    }    
    .panel-cell {
        padding:10px 15px;
    }

    #panel-cell h2.post-title{
        margin:0;
        padding-bottom: 3px;
        display: block;
        font-size: 1.2em;
        font-weight:bold;
        border-bottom: 1px dashed #ddd;
        color:#333;
    }
    
    
    #panel-cell span.post-date:before{
       font-family: FontAwesome;
       font-size: 1.1em;
       content: "\f073";         
    }

    #panel-cell span.category:before{
       font-family: FontAwesome;
       font-size: 1.1em;
       content: "\f114";         
    }

    #panel-cell span.comment-num:before{
       font-family: FontAwesome;
       font-size: 1.1em;
       content: "\f0e5";         
    }
    #panel-cell span.post-tag:before{
       font-family: FontAwesome;
       font-size: 1.1em;
       content: "\f02c";         
    }
    #panel-cell .post-meta{
        font-size: 0.9em;
        color:#999;
    }
        #panel-cell .post-meta .post-date,
        #panel-cell .post-meta .category{
                padding-right: 1em;
        }

        #panel-cell .comment-num{ white-space: nowrap; }

        #panel-cell .post-meta .category  a,
        #panel-cell .post-meta .post-tag  a{
            color: #00bbff;
        }
        #panel-cell .post-meta .category a:hover,
        #panel-cell .post-meta .post-tag a:hover{
            color: #0099ff;
        }    
        
    #panel-cell .excerpt{
        padding: 7px 0 0 0;
        white-space: normal;
        font-size: 0.9em;    
        color:#333;
        letter-spacing: 2px;
    /*    background-color: #CCCCFF;*/
    }
    
    #panel-cell .cell-thumbnail{
        width:80%;
        padding:0;
        height:110px;
        overflow: hidden;
    }
    
    #panel-cell .more-link{
        float: right;
    }
    
}/*@media (min-width: 992px) END*/


#main .post-empty,
#main .page-empty{
    padding-left: 20px;
    padding-bottom: 60px;
    overflow: hidden;
    margin-bottom: 40px;
    border-bottom: 1px solid transparent;
}

@media (min-width: 992px){
    #main .post-empty,
    #main .page-empty{
        padding-bottom: 100px;
    }
}/*@media (min-width: 992px) END*/



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

#article {
    
}

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

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

#article h3{
    font-size: 1.1em;
    position: relative;
    padding: 0 .5em 0 1.7em;
    margin-top: 1.0em;
    margin-bottom: .5em;
    border-bottom: 2px dotted #ccc;
}

#article h3::after {
    font-family: FontAwesome;
    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: FontAwesome;
    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: FontAwesome;
   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-bottom: 1.0em;
}

.entry-post-meta span.post-date:before{
   font-family: FontAwesome;
   font-size: 1.2em;
   content: "\f073";         
}

.entry-post-meta span.category:before{
   font-family: FontAwesome;
   font-size: 1.2em;
   content: "\f114";         
}

.entry-post-meta span.comment-num:before{
   font-family: FontAwesome;
   font-size: 1.2em;
   content: "\f0e5";         
}

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

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

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

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

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

@media (min-width: 992px) {
    .entry-body {
        font-size: 1.1em;
        line-height: 1.8;
        letter-spacing: 2px;
    }
}

.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-right: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;
}

.entry-footer-post-meta span.post-tag:before{
   font-family: FontAwesome;
   font-size: 0.9em;
   content: "\f02c";         
}

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

.entry-footer-post-meta a{
    color: #00bbff;
}
.entry-footer-post-meta a:hover{
    color: #0099ff;
}     

@media (min-width: 992px) {
   


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

    .entry-post-meta span.post-date:before{
       font-family: FontAwesome;
       font-size: 1.2em;
       content: "\f073";         
    }

    .entry-post-meta span.category:before{
       font-family: FontAwesome;
       font-size: 1.2em;
       content: "\f114";         
    }

    .entry-post-meta span.comment-num:before{
       font-family: FontAwesome;
       font-size: 1.2em;
       content: "\f0e5";         
    }

    .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: #00bbff;
        }
        .entry-post-meta .category a:hover{
            color: #0099ff;
        }    

    .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: FontAwesome;
       font-size: 1.2em;
       content: "\f02c";         
    }

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

    .entry-footer-post-meta a{
        color: #00bbff;
    }
    .entry-footer-post-meta a:hover{
        color: #0099ff;
    }     
    
}/*@media (min-width: 992px) END*/




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

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

    .footer-post-meta a{
        color: #00bbff;
    }
    .footer-post-meta a:hover{
        color: #0099ff;
    }           
        
/****************************************
ページ分割リンク
<!--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: #00bbff;
}

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


.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;
    border-top: 1px solid #ddd;
    /*border-bottom: 1px solid #ddd;*/
}

h3 .comments{
    padding-left:10px;
    font-size: 1.3em;
    font-family: 'Josefin Sans', sans-serif;
}

#comment-area img{
    width:auto;
}

.required{ color: #fe56aa;}

.commets-list,
.trackback-list{
    overflow: hidden;
    margin-top: -20px;
    margin-bottom: 40px;
    padding:0 10px;
}
.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:#00bbff;
    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:#00bbff;
    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: 992px) {
    .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;
    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 {
    font-size: 1.1em;
    margin-top: 3px;
    padding: .6em 1em;
    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;
}

[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 24px;
    font-size: 1.1em;
    font-weight: normal;
    background-color: #fff;
    border-bottom: 1px solid #eeeeee;
}



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

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


[id^=sidebar] ul li:before {
    font-family: FontAwesome;
    font-size: 18px;
    content: "\f0a9";
    /* color:#00bbff;*/
    color:#167acb;
    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: 992px) {

    .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: .6em 1em;
	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;
    }
    
    [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 24px;
        font-size: 1.05em;
        font-weight: normal;
        background-color: #fff;
        border-bottom: 1px solid #eeeeee;
    }


    [id^=sidebar] ul li:first-child{
        border-top: transparent;
    }
    
    [id^=sidebar] ul li:last-child{
        border-bottom: transparent;
    }
    
    [id^=sidebar] ul li:before {
        font-family: FontAwesome;
        font-size: 18px;
        content: "\f0a9";
        /* color:#00bbff;*/
        color:#167acb;
        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: #0099ff;
        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: 992px) */

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

.footer {
    background: #eee;
    color: #666;
}

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

#footer-bottom {
    clear:both;
    background: #333;
    color: #fff;
}

#footer-widget {
    padding-top:20px;
    padding-bottom: 60px;
}

#footer-widget h3.widgettitle {
    display:block;
    margin:10px 0px 0px 0px;
    padding:7px 0 7px 10px;
    font-size:1.1em;
    border-top: 1px solid #ccc;
    /*border-bottom: 1px solid #ccc;*/
    /*border-left: 1px solid #999;
    border-right: 1px solid #999;*/
    border-top-left-radius: 5px; 
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px; 
    background-color: #fff;
}

#footer-widget ul {
    border-bottom: 1px solid #ccc;
}

#footer-widget 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;
}

#footer-widget ul li:before {
    font-family: FontAwesome;
    font-size: 18px;
    content: "\f0a9";
    /* color:#00bbff;*/
    color:#167acb;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 15px 2px 5px 10px;
    text-align: center;
    font-weight: bold;
}

#footer-widget ul li a{
    color: #333;
    display: block;
    height: 44px;
    margin: 0;
    padding: 0 0 0px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    /*font-weight: bold;*/
    white-space: nowrap;
    line-height: 44px;
}

#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: 992px) {
    #footer-in {
        clear:both;
        width: 1070px;
        margin: auto;
    }

    #footer-bottom {
        clear:both;
        background: #333;
        color: #fff;
    }

    #footer-widget {
        width:100%;
        float:left;
        padding-top:20px;
        /*padding-left:20px;*//*2017/05/24*/
        padding-left:5px;
        padding-bottom:30px;
    }

    #footer-widget h3.widgettitle {
        display:block;
        margin:10px 0px 0px 0px;
        padding:7px 0 7px 10px;
        font-size:1.1em;
        border-top: 1px solid #bbb;
        border-bottom: 1px solid #bbb;
        border-left: 1px solid #bbb;
        border-right: 1px solid #bbb;
        border-top-left-radius: 5px; 
        border-top-right-radius: 5px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px; 
        background-color: #ccc;
        color:#eee;
    }

    #footer-widget ul {
        border-bottom: none;
    }
    
    #footer-widget ul li{
        position: relative;
        padding: 2px 0px 5px 15px;
        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-family: FontAwesome;
        font-size: 18px;
        content: "\f0a9";
        /* color:#00bbff;*/
        color:#167acb;
        position: absolute;
        left: 0px;
        top: 0px;
        padding: 11px 2px 5px 3px;
        text-align: center;
        font-weight: bold;
    }

    #footer-widget ul li a{
        color: #333;
        display: block;
        height: 32px;
        margin: 0;
        padding: 0 0 0px 10px;
        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; width:33%;}
    #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: 992px) */


/*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 #00bbff;
		}                
		#footer div.menu > ul > li.current_page_item,
		#footer ul.menu > li.current_page_item{
			/*border-bottom: 2px solid #0099ff;*/
		}

		#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;
    color: #999;
    text-decoration: none;
}
#footer-bottom .footer_sns_menu li a:hover{
    color: #ddd;
    height:1.2em;
    border-bottom: 1px solid #00bbff;
}                

#copyright{
    clear:both;
    padding: 10px 0 10px 0;
    text-align:center;
    font-size: 0.9em;
}
#copyright a{
    color: #fff;
}
#copyright a:hover{
    color: #00bbff;
}                

#footer-bottom .development {
    clear:both;
    padding: 0px 0px 3px 0px;
    font: 12px 'PT Sans',sans-serif;
    text-align:center;
    color:#999;
}
#footer-bottom a.development{
    color: #999;
}
#footer-bottom a.development:hover{
    color: #00bbff;
}  

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

#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:#0099ff;
    background-color: #00ccff
}

#pagenavi .goback-active ,
#pagenavi .gonext-active {
    color:#0099ff;
    background-color: #fff
}


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


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


/* --- 個別記事送り --- */
/*記事上部*/
#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;
    border-top-left-radius: 5px; 
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px; 
    border-bottom-left-radius: 5px; 
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px; 
}

#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:#0099ff;
    background-color: #00ccff
}

#entry-header-pagenavi .goback-active ,
#entry-header-pagenavi .gohome-active ,
#entry-header-pagenavi .gonext-active {
    color:#0099ff;
    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: 60px;
    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: 5px; 
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px; 
    border-bottom-left-radius: 5px; 
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px; 
}

#entry-footer-pagenavi .goback {
    float:left;
    width:40%;
    height:60px;
    position: relative;
    padding-top:15px;
    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-footer-pagenavi .gonext {
    float:left;
    width:40%;
    height:60px;
    position: relative;
    padding-top:15px;
    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-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: 5px;
    -moz-border-radius-topright: 5px; 
    border-bottom-right-radius: 5px; 
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px; 
}

@media (min-width: 992px) {
    #entry-footer-pagenavi .gotop,
    #entry-footer-pagenavi .gobottom {
        padding-top:6px;
    }
}/*@media (min-width: 992px)*/

#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:#0099ff;
    background-color: #00ccff
}

#entry-footer-pagenavi .goback-active ,
#entry-footer-pagenavi .gonext-active {
    color:#0099ff;
    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;
}

/*個別記事送り 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;
			}

                        
                        
/****************************************
標準カレンダーウィジェット
*****************************************/


.widget_calendar{
    width: 80%;
    margin: 0 auto;
    padding-bottom: 20px;
}

#wp-calendar {
    width: 100%;
    background-color: #fff;
    border-collapse: collapse;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
}
#wp-calendar thead tr th {
    text-align: center;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
}

#wp-calendar thead tr th:nth-child(6) {
    color:blue;
}
#wp-calendar thead tr th:nth-child(7) {
    color:red;
}

#wp-calendar td {
    text-align: center;
    padding: 7px 7px;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;    
}

#wp-calendar td:last-child {
    color:red;
}
#wp-calendar td:nth-last-child(2) {
    color:blue;
}

#wp-calendar td a{
    color:#0099ff;
    border-bottom: 1px solid #0099ff;
}
#wp-calendar caption {
    font-size:1.2em;
    font-weight: bold;
    text-align: left;
}

#wp-calendar tbody tr #today {
    background-color: #00bbff;
}

@media (min-width: 992px) {

    #wp-calendar {
        width: 100%;
        border-collapse: collapse;
    }
    #wp-calendar thead tr th {
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }
    #wp-calendar thead tr th:nth-child(6) {
        color:blue;
    }
    #wp-calendar thead tr th:nth-child(7) {
        color:red;
    }
    #wp-calendar td {
        text-align: center;
        padding: 5px 10px;
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }
    #wp-calendar caption {
        font-weight: bold;
        text-align: left;
    }
    #wp-calendar tbody tr #today {
        background-color: #00bbff;
    }
}/*@media (min-width: 992px)*/

/****************************************
検索ウィジェット
*****************************************/
                       
#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 #00bbff;*/
	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-right: auto;
	margin-left: 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 1.5em 1em 0;
}


/****************************************
SNS buttons
*****************************************/

/*　2016/12/28　*/
.fb_iframe_widget > span {
    vertical-align: baseline !important;
}

.sns-btn-area {
    float: left;
    width:100%;
    margin: 10px 0;
    padding: 0;    
}

ul.sns-btn{
    width:100%;
}

ul.sns-btn li {
    display: inline-block;
    list-style: none;
    vertical-align: top;
}

/*バイラル用*/
ul.sns-viral-btn {
    /*
    width:100%;
    height:35px;
    display: block;
    table-layout: fixed;
    text-align: center;
    */
    padding:0;
    font-family: "icomoon";    
}
.sns-viral-btn img{
    visibility: hidden; 
}
ul.sns-viral-btn li{
    float: left;
    position: relative;
    /*
    width: 100%;
    height: 35px;
    display: block;
    padding-top:5px;
    border-right: 1px solid #fff;*/
    list-style-type: none;
    margin-right: 5px;
    /*
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    */
    padding:7px 10px;
    font-size: 24px;
    border: 1px solid transparent;
    border-radius: 5px; 
}
ul.sns-viral-btn li:last-child {
    /*border-right: 0;*/
}

ul.sns-viral-btn li a:hover{
  opacity: 0.6;
}

ul.sns-viral-btn li a{
}

li.sns-tweet-viral-btn {
    color:#fff;
    background-color: #55acee;
}

li.sns-fblike-viral-btn {
    color:#fff;
    background-color: #3B5999;
}
li.sns-gp-viral-btn {
    color:#fff;
    background-color: #dd4b39;
}
li.sns-hatebu-viral-btn {
    color:#fff;
    background-color: #55acee;
}
li.sns-line-viral-btn {
    color:#fff;
    background-color: #00C300;
}


li.sns-tweet-viral-btn a,
li.sns-fblike-viral-btn a,
li.sns-gp-viral-btn a,
li.sns-hatebu-viral-btn a,
li.sns-line-viral-btn a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;    
}

.sns-tweet-viral-btn:before {
  color: #fff;
  font-family: "icomoon";
  /*font-size:1.5em;*/
  content:"\e611";
}
.sns-fblike-viral-btn:before {
  color: #fff;
  font-family: "icomoon";
  /*font-size:1.5em;*/
  content:"\e60d";
}
.sns-hatebu-viral-btn:before {
  color: #fff;
  font-family: 'icomoon';
  /*font-size:1.5em;*/
  content:"\e00a";
}
.sns-gp-viral-btn:before {
  color: #fff;
  font-family: "icomoon";
  /*font-size:1.5em;*/
  content:"\e608";
}
.sns-line-viral-btn:before {
  color: #fff;
  font-family: 'icomoon';
  /*font-size:1.5em;*/
  content:"\e009";
  /*content:url(../images/linebutton_20x20_r.png);*/
}

@media (min-width: 992px){
    
    ul.sns-viral-btn {
        width:100%;
        display: table;
        table-layout: fixed;
        text-align: center;           
        height:40px;
    }
    
    ul.sns-viral-btn li{
        float:none;
        position: relative;
        width: 100%;
        height: 40px;
        display: table-cell;
        vertical-align: middle;
        border:none;
        border-right: 1px solid #fff;
        border-radius: 0; 
        font-size:1.0em;
    }
    ul.sns-viral-btn li:last-child {
        border-right: 0;
    }
    ul.sns-viral-btn li a{

    }
    li.sns-tweet-viral-btn {
        color:#fff;
        background-color: #55acee;
    }

    li.sns-fblike-viral-btn {
        color:#fff;
        background-color: #3B5999;
    }
    li.sns-gp-viral-btn {
        color:#fff;
        background-color: #dd4b39;
    }
    li.sns-hatebu-viral-btn {
        color:#fff;
        background-color: #55acee;
    }
    li.sns-line-viral-btn {
        color:#fff;
        background-color: #00C300;
    }

    li.sns-tweet-viral-btn a,
    li.sns-fblike-viral-btn a,
    li.sns-gp-viral-btn a,
    li.sns-hatebu-viral-btn a,
    li.sns-line-viral-btn a{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height:100%;
        width: 100%;    
    }
    .sns-tweet-viral-btn:before {
      color: #fff;
      font-family: "FontAwesome";
      font-size:1.1em;
      content:"\f099 ツイート";
    }
    .sns-fblike-viral-btn:before {
      color: #fff;
      font-family: "FontAwesome";
      font-size:1.1em;
      content:"\f082 シェア";
    }
    .sns-hatebu-viral-btn:before {
      color: #fff;
      /*font-family: "FontAwesome";*/
      font-family: 'icomoon';
      font-size:1.1em;
      content:"\e00a 追加";
    }
    .sns-gp-viral-btn:before {
      color: #fff;
      font-family: "FontAwesome";
      font-size:1.1em;
      content:"\f0d5 共有";
    }
    .sns-line-viral-btn:before {
      color: #fff;
      font-family: "FontAwesome";
      font-size:1.1em;
      /*content:"\f075 LINE";*/
      content:url(../images/linebutton_20x20_r.png) "送る";
    }
    
}

/****************************************
          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 {
    display: none;
    position: fixed;
    bottom: 70px;
    right: 20px;
}
.pagetop a {
    display: block;
    background-color: #999;
    text-align: center;
    color: #222;
    font-size: 2.0em;
    text-decoration: none;
    padding: 12px 7px;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #ddd;
    text-align: center;
    color: #fff;
    font-size: 2.0em;
    text-decoration: none;
    padding: 12px 7px;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.clearText {
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
}