@charset "UTF-8";
/*****************************************************
Takamitool Custom CSS style2.css
2016/03/30
*****************************************************/
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);

/* 投稿ページのタイトル*/
h2.postsubtitle {
    margin-top:5px;
    margin-bottom:5px;
    position: relative;
    /*background-color: #c9e7f5;*/
    /*background-color: #8abed5;*/
    padding: 5px 0px 1px 10px;
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
    font-size:1.1em;
    font-weight: bold;
    border-bottom: 3px solid #3498db;
    box-sizing: border-box;
}

/* 固定ページのタイトル*/
h2.pagesubtitle {
    position: relative;
    margin-top:5px;
    margin-bottom:5px;
    padding: 5px 0px 5px 10px;
    /*background-color: #c9e7f5;*/
    background-color: #8abed5;
    /*padding: .75em 0 .75em .75em;*/
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
    font-size:1.1em;
    font-weight: bold;
    box-sizing: border-box;
    /*font:normal 1.1em/1.6 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;*/
}

@media (min-width: 992px) {
    h2.postsubtitle {
        /* padding: 1.0em 0 1.0em .75em;*/
        padding: 5px 0px 5px 10px;
        font-size:1.3em;
    }
    h2.pagesubtitle {
        padding: .7em 0 .75em .7em;
        font-size:1.4em;
    }    
}


/****************************************
* 検索ページのサブタイトル
*****************************************/
h2.searchsubtitle{
    font: 12px/1.2 Arial, Helvetica, sans-serif;
    margin: .5em .2em .1em .2em;
    padding: .2em 0.3em .1em 0.3em;
    background-color: transparent;
    text-align: left;
    border:none;
    color:#333;
}

/****************************************
* 標準のテンプレ用CSS 
****************************************/
#article .entry-body h1{
  padding: .5em .75em;
  background-color: #eaf0fb;
  /*border-radius: 6px;*/
  /*box-shadow: 5px 5px 6px rgba(0, 0, 0, .15);*/
  font-size: 1.2em;
  text-align: left;
}

#article .entry-body h2{
  padding: .5em .75em;
  background-color: #eaf0fb;
  /*border-radius: 6px;*/
  /*box-shadow: 2px 2px 6px rgba(0, 0, 0, .15);*/    
  font-size: 1.1em;
  text-align: left;
}

#article .entry-body h3{
  padding: .5em .75em;
  background-color: #eaf0fb;
  /*border-radius: 6px;*/
  font-size: 1.0em;
  text-align: left;
  border-bottom: none;
}
#article .entry-body h3:after{
  content: "";    
}

#article .entry-body h4{
  padding: .5em .75em .3em .75em ;
  border-bottom: 5px solid #eaf0fb;
  /*border-radius: 4px;*/
  font-size: 1.0em;
  text-align: left;
}

#article h4::after {
  content: "";    
}

#article .entry-body h5{
  margin: .5em .0em;
  padding: .5em .75em;
  border-bottom: 2px solid #eaf0fb;
  font-size: 0.9em;
  text-align: left;
}

#article .entry-body h6{
  margin: .5em .0em;
  padding: .5em .75em;
  display: inline;
  background-color: #eaf0fb;
  border-radius: 4px;
  border-bottom: none;
  font-size: 0.9em;
  text-align: left;
}

#article .entry-body table{ 
    width: 100%; 
    font-size: 0.9em;
    background: #fff; /*2018/08/10*/   
    border-collapse: collapse;
}
#article .entry-body table th,
#article .entry-body table td{
    /*display:block;*/
    /*display:table-cell;*//*2018/08/10*/
    padding: 4px;
    border-top: none;
    /*border-left: 1px solid #ddd;*/
    border-left: none;/*2018/08/10*/
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width:auto;
    border-collapse: collapse;/*2018/08/10*/
}

#article .entry-body table th{
        color:#666;
}        

#article .entry-body table th {/*background: #f4f4f4;*//*2018/08/10*/}
#article .entry-body table tr:first-child th{ border-top: 1px solid #ddd; }
#article .entry-body table tr:first-child td{ border-top: 1px solid #ddd; }
#article .entry-body table tr th:first-child{ border-left: 1px solid #ddd; }/*2018/08/10*/
#article .entry-body table tr td:first-child{ border-left: 1px solid #ddd; }/*2018/08/10*/

#article .entry-body table th.w10,#article .entry-body table td.w10{width: 10%;}
#article .entry-body table th.w20,#article .entry-body table td.w20{width: 20%;}
#article .entry-body table th.w25,#article .entry-body table td.w25{width: 25%;}
#article .entry-body table th.w30,#article .entry-body table td.w30{width: 30%;}
#article .entry-body table th.w40,#article .entry-body table td.w40{width: 40%;}
#article .entry-body table th.w50,#article .entry-body table td.w50{width: 50%;}
#article .entry-body table th.w60,#article .entry-body table td.w60{width: 60%;}
#article .entry-body table th.w70,#article .entry-body table td.w70{width: 70%;}
#article .entry-body table th.w80,#article .entry-body table td.w80{width: 80%;}
#article .entry-body table th.w90,#article .entry-body table td.w90{width: 90%;}


@media (min-width: 992px) {
    #article .entry-body table{
        margin: 0px 0px; 
        font-size: 0.8em;
        border-collapse: collapse;
    }
    #article .entry-body table th{
        display:table-cell;
        border-top: none;
        border-left: none;
        /*border-left: 1px solid #ddd;*/
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    #article .entry-body table td{
        padding: 10px;
        display:table-cell;
        border-top: none;
        border-left: none;
        /*border-left: 1px solid #ddd;*/
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        width: auto;
    }
    /* #article .entry-body table th { width: 30%; text-align: left; }*/
    #article .entry-body table th { text-align: left; }
    #article .entry-body table tr:first-child th{ border-top: 1px solid #ddd; }
    #article .entry-body table tr:first-child td{ border-top: 1px solid #ddd;  }
    #article .entry-body table tr th:first-child{ border-left: 1px solid #ddd; }/*2018/08/10*/
    #article .entry-body table tr td:first-child{ border-left: 1px solid #ddd; }/*2018/08/10*/
}

#article .entry-body table.excerpt{ 
    width: 100%; 
    font-size: 0.7em;
}
#article .entry-body table.excerpt th,
#article .entry-body table.excerpt td{
    /*display:block;*/
    display:table-cell;
    padding: 5px 10px;
    border-top: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: auto;
}

#article .entry-body table.excerpt th{
        color:#666;
}        

#article .entry-body table.excerpt th {background: #f4f4f4;}
#article .entry-body table.excerpt tr:first-child th{ border-top: 1px solid #ddd; }
#article .entry-body table.excerpt tr:first-child td{ border-top: 1px solid #ddd; }
#article .entry-body table.excerpt tr td:first-child{ width: 45%; }

@media (min-width: 992px) {
    #article .entry-body table.excerpt{
        margin: 0; 
        font-size: 0.9em;
    }
    #article .entry-body table.excerpt th{
        display:table-cell;
        border-top: none;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    #article .entry-body table.excerpt td{
        padding: 10px;
        display:table-cell;
        border-top: none;
        border-left: none;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        width: auto;
    }
    #article .entry-body table.excerpt th { width: 30%; text-align: left; }
    #article .entry-body table.excerpt tr:first-child th{ border-top: 1px solid #ddd; }
    #article .entry-body table.excerpt tr:first-child td{ border-top: 1px solid #ddd; border-left: 1px solid #ddd;}
    #article .entry-body table.excerpt tr td:first-child{ width: 45%; }
}




.entry-body a {
    color: #0000ee;
    text-decoration: underline;
}
.entry-body a:hover ,
.entry-body a:active {
    color: #0099ff;
    text-decoration: none;
}

/****************************************
* rsearch用CSS 
****************************************/
#rsearch {
    margin:0px 0px 2px 0px;
    padding:0px 1px 0px 1px;
    font-size: 1.0em;
    background-color: #fefefe;
    word-wrap: break-word;
}

#rsearch #searchform{
    padding-top:0px;
    padding-bottom:0px;
    margin:0;
    padding:0;
    
}

#rsearch h3{
    font-size: 1.0em;
    font-weight: bold;
}

#rsearch table.rsearchtbl{
    margin:0;
    padding:0;
    width: 100%; 
    font-size: 0.80em;
    margin-bottom:2px;
}

.rsearchtbl th,
.rsearchtbl td{
    display:block;
    padding: 1px 5px;
    border-top: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width:100%;
}

.rsearchtbl th {background: #f5f5f5;}
.rsearchtbl tr:first-child th{ border-top: 1px solid #ddd; }

#rsearch .morebox{
    text-align: right;
}
#rsearch .more{
    margin: 0px;
    padding: 2px 5px 2px 5px;
    font-size: 0.80em;
    background-color: #f0f0f0;
    text-decoration: underline;
    color: #0000ff;
}
#rsearch .panel2{
}
#rsearch span.joken0{
    margin: 0px;
    padding: 2px 5px 0px 5px;
    font-size: 0.80em;
    background-color: #dcdcdc;
    text-decoration: underline;
}

#rsearch input#s {
    width:100%;
}

/*SELECT BOX -start-*/
#rsearch table.rsearchtblsel{
    margin:0;
    padding:0;
    width: 100%; 
    font-size: 0.80em;
    margin-bottom:2px;
}

.rsearchtblsel th,
.rsearchtblsel td{
    display:block;
    padding: 1px 5px;
    border-top: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width:100%;
}

/*コンテンツエリア　BOX形式レイアウト用*/

#content-rsearch-panel-sel {
    margin: 0px 1px;
    padding:5px 3px;
    clear:both;
    background-color: #fcfcfc;
    border:1px #eee solid;
    border-radius: 5px;
}

#content-rsearch-panel-sel .rspanel3{
}

#content-rsearch-panel-sel .rpbox1{
    display:none;
    float:left;
    width: 100%;
    font-size: 0.7em;
}

#content-rsearch-panel-sel .rpbox1kw{
    float:left;
    width: 100%;
    font-size: 0.7em;
}
#content-rsearch-panel-sel .rpbox2{
    float:left;
    width: 100%;
    font-size: 0.9em;
    /*border-bottom: 1px solid #f3f3f3;*/
}

#content-rsearch-panel-sel .rpbox2-1{
    float:left;
    padding: 0px 0px 0px 2px;
    font-size: 0.9em;
    border-bottom: none;
}

#content-rsearch-panel-sel .rpbox2-2{
    clear:both;
    float:left;
    padding: 0px 0px 0px 2px;
    font-size: 0.9em;
    width: 65%;
    border-bottom: none;
}
#content-rsearch-panel-sel .rpbox2-3{
    float:right;
    margin-top: 10px;
    margin-right: 5px;
    width: 25%;
    font-size: 1.3em;
}


#content-rsearch-panel-sel .rpbox3{
    float:left;
    width: 49%;
}
#content-rsearch-panel-sel .rpbox4{
    float:right;
    margin-top: 5px;
    width: 30%;
}

#content-rsearch-panel-sel #searchform {
    padding: 0;
}

#content-rsearch-panel-sel input#s {
    width:100%;
}
/*コンテンツエリア　BOX形式レイアウト用 end*/

/*SELECT BOX -end- */


@media (min-width: 992px) {
    #rsearch {
        margin:0px 0px 10px 0px;
        padding:0px 10px 2px 5px;
        font-size: 1.0em;
        background-color: #fdfdfd;
        border-top: 1px solid #eee;
        border-bottom: none;
        border-bottom: 1px solid #eee;
        word-wrap: break-word;
        /*border-radius: 3px;*/    
    }    
    
    #rsearch table.rsearchtbl{
        margin: 5px 3px;
        width: 100%; 
        font-size: 0.85em;
    }    
    
    .rsearchtbl th{
        display:table-cell;
        border-top: none;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        border-bottom: 1px solid #ddd;
    }
    .rsearchtbl td{
        display:table-cell;
        padding: 3px 10px;
        border-top: none;
        border-left: none;
        border-right: 1px solid transparent;
        border-bottom: 1px solid #ddd;
    }
    .rsearchtbl th { width: 20%; text-align: left; background: transparent;}
    .rsearchtbl tr:first-child th{ border-top: 1px solid transparent; }
    .rsearchtbl tr:first-child td	{ border-top: 1px solid transparent; }
    
    
    /*SELECT BOX -start-*/
    #rsearch table.rsearchtblsel{
        margin: 1px 3px;
        width: 100%; 
        font-size: 0.85em;
    }    
    
    .rsearchtblsel th{
        display:table-cell;
        border-top: none;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        border-bottom: 1px solid #ddd;
    }
    .rsearchtblsel td{
        display:table-cell;
        padding: 3px 10px;
        border-top: none;
        border-left: none;
        border-right: 1px solid transparent;
        border-bottom: 1px solid #ddd;
        width:10%;
        text-align: left;
        vertical-align: middle;        
    }    
    .rsearchtblsel th { width: 10%; text-align: left; background: transparent;}
    .rsearchtblsel tr:first-child th{ border-top: 1px solid transparent; }
    .rsearchtblsel tr:first-child td	{ border-top: 1px solid transparent; }
    
    .rsearchtblsel td.w10{width:10%;}
    .rsearchtblsel td.w30{width:30%;}
    .rsearchtblsel td.w60{width:60%;}
    .rsearchtblsel td.w90{width:90%;}
    
    .rsearchtblsel select{
        font-size:1.2em;
    }
    
    /*コンテンツエリア　BOX形式レイアウト用*/
    #content-rsearch-panel-sel {
        padding:0;
        border: none;
    }
    #content-rsearch-panel-sel .rpbox1{
        display: inline;
        float:left;
        width: 10%;
        height:28px;
        padding: 10px 0px 0px 5px;
        font-size: 0.85em
    }
    
    #content-rsearch-panel-sel .rpbox1kw{
        float:left;
        width: 10%;
        height:32px;
        padding-top: 10px;
    }
    #content-rsearch-panel-sel .rpbox2{
        float:left;
        width: 80%;
        padding-top: 1px;
        font-size: 0.9em;
        border-bottom: none;
    }
    #content-rsearch-panel-sel .rpbox2-1{
        float:left;
        padding: 0px 10px 0px 0px;
        font-size: 0.9em;
        border-bottom: none;
    }
    #content-rsearch-panel-sel .rpbox2-2{
        display: none;
    }
    #content-rsearch-panel-sel .rpbox2-3{
        display: none;
    }
    
    #content-rsearch-panel-sel .rpbox3{
        float:left;
        padding-top:5px;
        font-size: 0.9em;
        width: 60%;
    }
    #content-rsearch-panel-sel .rpbox4{
        float:right;
        width: 10%;
        margin-top: 0px;
    }
    
    #content-rsearch-panel-sel #searchform {
        padding: 0;
    }
    
    #content-rsearch-panel-sel .rsbtn {
        width: 80%;
        font-size:1.1em;
        font-weight:bold;
        padding:1px 3px;
        margin-bottom: 0px;
        text-decoration:none;
        text-align: center;
    }
    
    #content-rsearch-panel-sel .rsbtn:hover {
    }
    #content-rsearch-panel-sel .rsbtn:active {
        position:relative;
        top:1px;
    }
    #content-rsearch-panel-sel .rsearchbtnarea{
        padding: 5px 0px 0px 0px;
        float: left;
        width: 100%;
        text-align: center;
    }
    #content-rsearch-panel-sel select{
        font-size:1.1em;
    }    
    
    /*コンテンツエリア　BOX形式レイアウト用 end */
    /*SELECT BOX -end- */    
    
}

#rsearch .rsbtn {
    width: 60%;
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
    background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
    background-color:#ffffff;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    cursor:pointer;
    color:#666666;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    padding:1px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #ffffff;
}
#rsearch .rsbtn:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
    background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
    background-color:#f6f6f6;
}
#rsearch .rsbtn:active {
    position:relative;
    top:1px;
}
#rsearch .rsearchbtnarea{
    padding: 1px 0px 3px 0px;
    float: left;
    width: 100%;
    text-align: center;
}

#content-rsearch-panel-sel .rsbtn {
    width: 100%;
}

@media (min-width: 992px) {
    /*CHECK BOX*/
    #rsearch .rsbtn {
        height:35px;
        width: 70%;
    }    
    /*CHECK BOX*/
    /*SELECT BOX -start-*/
    #content-rsearch-panel-sel .rsbtn {
        margin-top: 2px;
        padding: 0;
        height:35px;
        width: 100%;
        display: inline-block;
        text-align: center;
    }    
    /*SELECT BOX -end-*/
}

/*カテゴリ選択　47都道府県など*/
#rsearch .rsearchnavi {
    padding:0px 0px;
    margin: 0px 0px;
}

#rsearch .rsearchnavi ul {
}
#rsearch .rsearchnavi ul li{
    padding: 3px 1px;
    display:inline-block;;
    vertical-align:middle;
    text-align:center;
}

#rsearch .rsearchnavi ul li a {
    font:normal 14px/1.6 Arial, Helvetica, sans-serif;
    color: #0000ff;
    display: block;
    
    margin-top:2px;
    margin-right:3px;
    display:inline-block;
    font-size:.8em!important;
    padding:3px 5px;
    border: 0px solid #bbb;
    border-radius: 4px;      
    -webkit-border-radius: 4px; /* Safari,Google Chrome用 */ 
    -moz-border-radius: 4px; /* Firefox用 */     
    white-space: nowrap;
    background-color:#1e90ff;
    color: #fff;
    
    
}
#rsearch .rsearchnavi ul li:active,
#rsearch .rsearchnavi ul li:hover {
    color: #ff8000;
}

@media (min-width: 992px) {
    #rsearch .rsearchnavi ul li a {
        font:bold 20px/1.8 Arial, Helvetica, sans-serif;
        color: #fff;
        display: block;
    }
    #rsearch .rsearchnavi ul li{
        
    }
}

/* 絞込み検索 Widgets */

[id^=sidebar] dl.widgets-rsearch{
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}
[id^=sidebar] dl.widgets-rsearch dt{
    font-size: 1.0em;
    border-bottom: 1px solid #eeeeee;
}
[id^=sidebar] dl.widgets-rsearch dt span:before {
    font-family: FontAwesome;
    font-size: 0.9em;
    content: "\f02b";
    color:#A9A9A9;
    left: 0px;
    top: 0px;
    padding: 10px 2px 5px 3px;
    text-align: center;
    font-weight: bold;
}
[id^=sidebar] dl.widgets-rsearch dd{
    font-size: 0.9em;
    margin: 5px 0 0 0;
}
[id^=sidebar] dl.widgets-rsearch dd ul li{
    position: relative;
    margin: 0;                
    padding: 5px 0px 5px 15px;
    font-size: 1.1em;
    font-weight: normal;
    background-color: #fff;
    border-bottom: none;
}
[id^=sidebar] dl.widgets-rsearch dd ul li:before{
    content: "";
}

@media (min-width: 992px) {
    [id^=sidebar] dl.widgets-rsearch dd ul li{
        position: relative;
        margin: 0;                
        padding: 0px 0px 0px 15px;
        font-size: 1.0em;
        font-weight: normal;
        background-color: #fff;
        border-bottom: none;
    }
    [id^=sidebar] dl.widgets-rsearch dd ul li:before{
        content: "";
    }
    [id^=sidebar] dl.widgets-rsearch select{
        font-size: 1.1em;
        width:70%;
    }
}



[id^=sidebar] .morebox{
    text-align: left;
}
[id^=sidebar] .more{
    margin: 0px;
    padding: 2px 5px 2px 5px;
    font-size: 0.80em;
    background-color: #f0f0f0;
    text-decoration: underline;
    color: #0000ff;
}
[id^=sidebar] .panel2{
}

[id^=sidebar] .rsbtn {
    width: 60%;
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
    background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
    background-color:#ffffff;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    cursor:pointer;
    color:#666666;
    font-family:Arial;
    font-size:1.1em;
    font-weight:bold;
    padding:1px 24px;
    margin-bottom: 0px;
    text-decoration:none;
    text-shadow:0px 1px 0px #ffffff;
}
[id^=sidebar] .rsbtn:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
    background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
    background-color:#f6f6f6;
}
[id^=sidebar] .rsbtn:active {
    position:relative;
    top:1px;
}
[id^=sidebar] .rsearchbtnarea{
    padding: 10px 0px 3px 0px;
    float: left;
    width: 100%;
    text-align: center;
}

/* 絞込み検索 Globle Menu*/

#header .header-rsearch{
    padding:1px 1px 5px 1px;
    margin: 0 1px 20px 1px;
}    

#header .header-rsearch-in{
    margin: 0 auto;
    border:5px solid #f3f3f3;
    border-radius: 6px;
    box-sizing: border-box;
    width:100%;
}

#header-rsearch-panel {
    padding:2px;
    clear:both;
}

#header-rsearch-panel .rspanel3{
}

#header-rsearch-panel .morebox{
    text-align: left;
    margin: 5px 0px;
}
#header-rsearch-panel .more{
    margin: 0px;
    padding: 2px 5px 2px 5px;
    font-size: 0.80em;
    background-color: #f0f0f0;
    text-decoration: underline;
    color: #0044CC;
}


#header-rsearch-panel .rpbox1{
    float:left;
    width: 100%;
    font-size: 0.7em;
}

#header-rsearch-panel .rpbox1kw{
    float:left;
    width: 100%;
    font-size: 0.7em;
}
#header-rsearch-panel .rpbox2{
    float:left;
    width: 100%;
    font-size: 0.9em;
    border-bottom: 1px solid #f3f3f3;
}
#header-rsearch-panel .rpbox3{
    float:left;
    width: 49%;
}
#header-rsearch-panel .rpbox4{
    float:right;
    margin-top: 5px;
    width: 30%;
}

#header-rsearch-panel #searchform {
    padding: 0;
}

#header-rsearch-panel .rsbtn {
    width: 100%;
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
    background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
    background-color:#ffffff;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    cursor:pointer;
    color:#666666;
    font-family:Arial;
    font-size:0.9em;
    font-weight:bold;
    padding:1px 24px;
    margin-bottom: 0px;
    text-decoration:none;
    text-shadow:0px 1px 0px #ffffff;
}

#header-rsearch-panel .rsbtn:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
    background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
    background-color:#f6f6f6;
}
#header-rsearch-panel .rsbtn:active {
    position:relative;
    top:1px;
}
#header-rsearch-panel .rsearchbtnarea{
    padding: 0px 0px 0px 0px;
    float: left;
    width: 100%;
    text-align: center;
}

#header-rsearch-panel input#s {
    width:100%;
}
@media (min-width: 992px) {
    #header .header-rsearch{
        padding:1px 1px 1px 1px;
        margin: 0 1px 20px 1px;
        background-color: #fafafa; 
        width:100%;
    }

    #header .header-rsearch-in {
        width: 1070px;
        margin: 0 auto;
        padding:3px 10px 3px 10px;
        background-color: #fff; 
        border:5px solid #f1f1f1;
        border-radius: 6px;
        box-sizing: border-box;
    }
    
    #header-rsearch-panel {
        padding:0;
    }
    #header-rsearch-panel .more{
        margin: 0px;
        padding: 2px 5px 2px 5px;
    }
    #header-rsearch-panel .morebox{
        margin: 0px 0px;
    }
    #header-rsearch-panel .rpbox1{
        float:left;
        width: 15%;
        height:28px;
        padding-top: 5px;
    }
    
    #header-rsearch-panel .rpbox1kw{
        float:left;
        width: 15%;
        height:32px;
        padding-top: 10px;
    }
    #header-rsearch-panel .rpbox2{
        float:left;
        width: 60%;
        padding-top: 5px;
        font-size: 0.9em;
        border-bottom: none;
    }
    #header-rsearch-panel .rpbox3{
        float:left;
        padding-top:5px;
        width: 15%;
    }
    #header-rsearch-panel .rpbox4{
        float:right;
        width: 10%;
        margin-top: 0px;
    }
    
    #header-rsearch-panel #searchform {
        padding: 0;
    }
    
    #header-rsearch-panel .rsbtn {
        width: 80%;
        font-size:1.1em;
        font-weight:bold;
        padding:1px 3px;
        margin-bottom: 0px;
        text-decoration:none;
        text-align: center;
    }
    
    #header-rsearch-panel .rsbtn:hover {
    }
    #header-rsearch-panel .rsbtn:active {
        position:relative;
        top:1px;
    }
    #header-rsearch-panel .rsearchbtnarea{
        padding: 0px 0px 0px 0px;
        float: left;
        width: 100%;
        text-align: center;
    }
    
    /*カテゴリ選択　47都道府県など*/
    #header-rsearch-panel .rsearchnavi {
        padding:0px 0px;
        margin: 0px 0px;
    }

    #header-rsearch-panel .rsearchnavi ul {
    }
    #header-rsearch-panel .rsearchnavi ul li{
        padding: 3px 1px;
        display:inline-block;;
        vertical-align:middle;
        text-align:center;
    }

    #header-rsearch-panel .rsearchnavi ul li a {
        font:normal 14px/1.6 Arial, Helvetica, sans-serif;
        color: #0000ff;
        display: block;

        margin-top:2px;
        margin-right:3px;
        display:inline-block;
        font-size:.8em!important;
        padding:3px 5px;
        border: 0px solid #bbb;
        border-radius: 4px;      
        -webkit-border-radius: 4px; /* Safari,Google Chrome用 */ 
        -moz-border-radius: 4px; /* Firefox用 */     
        white-space: nowrap;
        background-color:#1e90ff;
        color: #fff;


    }
    #header-rsearch-panel .rsearchnavi ul li:active,
    #header-rsearch-panel .rsearchnavi ul li:hover {
        color: #ff8000;
    }
}
/*HEADER SELECT BOX*/

#header-rsearch-panel-sel {
    padding:2px;
    clear:both;
}

#header-rsearch-panel-sel .rspanel3{
}

#header-rsearch-panel-sel .morebox{
    text-align: left;
    margin: 5px 0px;
}
#header-rsearch-panel-sel .more{
    margin: 0px;
    padding: 2px 5px 2px 5px;
    font-size: 0.80em;
    background-color: #f0f0f0;
    text-decoration: underline;
    color: #0044CC;
}


#header-rsearch-panel-sel .rpbox1{
    display:none;
    float:left;
    width: 100%;
    font-size: 0.7em;
}

#header-rsearch-panel-sel .rpbox1kw{
    float:left;
    width: 100%;
    font-size: 0.7em;
}
#header-rsearch-panel-sel .rpbox2{
    float:left;
    width: 100%;
    font-size: 0.9em;
    /*border-bottom: 1px solid #f3f3f3;*/
}
#header-rsearch-panel-sel .rpbox2-1{
    float:left;
    padding: 0px 0px 0px 2px;
    font-size: 0.9em;
    border-bottom: none;
}
#header-rsearch-panel-sel .rpbox2-2{
    clear:both;
    float:left;
    padding: 0px 0px 0px 2px;
    font-size: 0.9em;
    border-bottom: none;
    width: 65%;
}
#header-rsearch-panel-sel .rpbox2-3{
    float:right;
    margin-top: 10px;
    margin-right: 5px;
    width: 25%;
    font-size: 1.3em;
}

#header-rsearch-panel-sel .rpbox3{
    float:left;
    width: 49%;
}
#header-rsearch-panel-sel .rpbox4{
    float:right;
    margin-top: 5px;
    width: 30%;
}

#header-rsearch-panel-sel #searchform {
    padding: 0;
}

#header-rsearch-panel-sel select{
    font-size:1.0em;
} 

#header-rsearch-panel-sel .rsbtn {
    width: 100%;
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
    background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
    background-color:#ffffff;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    cursor:pointer;
    color:#666666;
    font-family:Arial;
    font-size:0.9em;
    font-weight:bold;
    padding:1px 24px;
    margin-bottom: 0px;
    text-decoration:none;
    text-shadow:0px 1px 0px #ffffff;
}

#header-rsearch-panel-sel .rsbtn:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
    background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
    background-color:#f6f6f6;
}
#header-rsearch-panel-sel .rsbtn:active {
    position:relative;
    top:1px;
}
#header-rsearch-panel-sel .rsearchbtnarea{
    padding: 0px 0px 0px 0px;
    float: left;
    width: 100%;
    text-align: center;
}

#header-rsearch-panel-sel input#s {
    width:100%;
}
@media (min-width: 992px) {
    #header .header-rsearch{
        padding:1px 1px 1px 1px;
        margin: 0 1px 20px 1px;
        background-color: #fafafa; 
        width:100%;
    }

    #header .header-rsearch-in {
        width: 1070px;
        margin: 0 auto;
        padding:3px 10px 3px 10px;
        background-color: #fff; 
        border:5px solid #f1f1f1;
        border-radius: 6px;
        box-sizing: border-box;
    }
    
    #header-rsearch-panel-sel {
        padding:0;
    }
    #header-rsearch-panel-sel .more{
        margin: 0px;
        padding: 2px 5px 2px 5px;
    }
    #header-rsearch-panel-sel .morebox{
        margin: 0px 0px;
    }
    #header-rsearch-panel-sel .rpbox1{
        display:inline;
        float:left;
        width: 10%;
        height:28px;
        padding: 10px 0px 0px 0px;
        font-size: 0.85em;
    }
    
    #header-rsearch-panel-sel .rpbox1kw{
        float:left;
        width: 10%;
        height:32px;
        padding-top: 10px;
    }
    #header-rsearch-panel-sel .rpbox2{
        float:left;
        width: 80%;
        padding-top: 0px;
        font-size: 0.9em;
        border-bottom: none;
    }
    #header-rsearch-panel-sel .rpbox2-1{
        float:left;
        padding: 0px 10px 0px 0px;
        font-size: 0.9em;
        border-bottom: none;
    }
    #header-rsearch-panel-sel .rpbox2-2{
        display:none;
    }
    #header-rsearch-panel-sel .rpbox2-3{
        display:none;
    }
    #header-rsearch-panel-sel .rpbox3{
        float:left;
        padding-top:5px;
        font-size: 0.9em;
        width: 60%;
    }
    #header-rsearch-panel-sel .rpbox4{
        float:right;
        width: 10%;
        margin-top: 0px;
    }
    
    #header-rsearch-panel-sel #searchform {
        padding: 0;
    }
    
    #header-rsearch-panel-sel .rsbtn {
        width: 80%;
        font-size:1.1em;
        font-weight:bold;
        padding:1px 3px;
        margin-bottom: 0px;
        text-decoration:none;
        text-align: center;
    }
    
    #header-rsearch-panel-sel .rsbtn:hover {
    }
    #header-rsearch-panel-sel .rsbtn:active {
        position:relative;
        top:1px;
    }
    #header-rsearch-panel-sel .rsearchbtnarea{
        padding: 5px 0px 0px 0px;
        float: left;
        width: 100%;
        text-align: center;
    }
    #header-rsearch-panel-sel select{
        font-size:1.1em;
    }    
    /*カテゴリ選択　47都道府県など*/
    #header-rsearch-panel-sel .rsearchnavi {
        padding:0px 0px;
        margin: 0px 0px;
    }

    #header-rsearch-panel-sel .rsearchnavi ul {
    }
    #header-rsearch-panel-sel .rsearchnavi ul li{
        padding: 3px 1px;
        display:inline-block;;
        vertical-align:middle;
        text-align:center;
    }

    #header-rsearch-panel-sel .rsearchnavi ul li a {
        font:normal 14px/1.6 Arial, Helvetica, sans-serif;
        color: #0000ff;
        display: block;

        margin-top:2px;
        margin-right:3px;
        display:inline-block;
        font-size:.8em!important;
        padding:3px 5px;
        border: 0px solid #bbb;
        border-radius: 4px;      
        -webkit-border-radius: 4px; /* Safari,Google Chrome用 */ 
        -moz-border-radius: 4px; /* Firefox用 */     
        white-space: nowrap;
        background-color:#1e90ff;
        color: #fff;
    }
    #header-rsearch-panel-sel .rsearchnavi ul li:active,
    #header-rsearch-panel-sel .rsearchnavi ul li:hover {
        color: #ff8000;
    }
}
/*HEADER SELECT BOX*/

/****************************************
* rsearch CSS - END - 
****************************************/


.search_free_contents {
    padding:5px 0px;
    margin:5px 0px;
    font-size: 0.95em;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #555;
}

.entry-footer-post-meta{
    margin-top:5px;
    text-align: right;
}

.entry-footer-post-meta span.detail_page a{
    padding-top:5px;
    padding-bottom:5px;
    padding-left:5px;
    padding-right:5px;
    margin-right:3px;
    border: 1px solid #ddd;
    font-size: 0.9em;
    line-height: 2.5em;
    border-radius: 3px;
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */ 
    -moz-border-radius: 3px; /* Firefox用 */
    color: #0000ff;
}
.entry-footer-post-meta span.detail_page a:before{
   font-family: FontAwesome;
   font-size: 1.2em;
   padding-right:5px;
   content: "\f0c1";         
}

.entry-footer-post-meta ul li {
    margin-top:2px;
    margin-right:3px;
    display:inline-block;
    font-size:.8em!important;
    padding:3px 5px;
    border: 0px solid #bbb;
    border-radius: 4px;      
    -webkit-border-radius: 4px; /* Safari,Google Chrome用 */ 
    -moz-border-radius: 4px; /* Firefox用 */     
    white-space: nowrap;
    background-color:#f0f0f0;
    color: #333;
}

@media (min-width: 992px) {
    .search_free_contents {
        padding:5px 2px;
        margin:5px 0px;
        font-size: 1.1em;
        line-height: 1.8;
        letter-spacing: 2px;
        color: #555;
    }

    .entry-footer-post-meta{
        margin-top:5px;
        text-align: right;
    }

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

    .entry-footer-post-meta span.detail_page a:before{
       font-family: FontAwesome;
       font-size: 1.2em;
       padding-right:5px;
       content: "\f0c1";         
    }

    .entry-footer-post-meta ul li {
        margin-top:5px;
        margin-right:8px;
        display:inline-block;
        font-size:1.0em!important;
        padding:5px 7px;
        border: 1px solid #eee;
        border-radius: 4px;      
        -webkit-border-radius: 4px; /* Safari,Google Chrome用 */ 
        -moz-border-radius: 4px; /* Firefox用 */     
        white-space: nowrap;
        background-color:#fafafa;
        color: #333;
    }
}

//リスト表示用
#category-postlist {
    padding-top: 5px;
    padding-bottom: 20px;
    background-color:#fff;
}

#category-postlist .postbox{
    padding:1px 1px 5px 1px;
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 20px;
    border:5px solid #f3f3f3;
    border-radius: 6px;
    box-sizing: border-box;
    width:100%;
}

#category-postlist .postbox:hover{
    background-color:#fcfcfc;
}

#category-postlist h2.category-postlist-title {
    display:inline-block;
    margin: 1px 1px;
    padding:6px 6px;
    background-color: #c9e7f5;
    display:inline-block;
    color:#333;
    font-family:Arial;
    font-size: 1.0em;
    text-decoration:none;
    border-left: 6px solid #3498db;
    box-sizing: border-box;
    width:100%;
}

#category-postlist h2.category-postlist-title span.category-postlist-subtitle {
    display:block; 
    margin:2px 0 0 2px;
    color:#666;
    font-size:0.7em;
    font-weight:400;
}
#category-postlist .entry-body{
    margin:0;
    padding:5px 3px;
    color: #383838;
    font-size: .9em;
    line-height: 1.8;
    letter-spacing: 0px;
}

@media (min-width: 992px) {
    
    #category-postlist .postbox1{
        padding:5px 10px 10px 5px;
        margin-left: 2px;
        margin-right: 5px;
        margin-bottom: 20px;
        /*border:1px solid #fafafa;*/
        /*border-radius: 4px;*/
        /*box-shadow: 0px 0px 0px rgba(0, 0, 0, .15);*/
    }
    #category-postlist .postbox{
        width:100%;
        padding:2px 2px 10px 2px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 20px;
        border:5px solid #f3f3f3;
        border-radius: 6px;
        box-sizing: border-box;
    }
    
    #category-postlist h2.category-postlist-title {
        display:inline-block;
        width:100%;
        margin: 0px 1px 2px 1px;
        padding: 6px 3px 6px 10px;
        font-family:Arial;
        font-size: 1.2em;
        text-decoration:none;
        -moz-border-radius:2px;
        -webkit-border-radius:2px;
        border-radius:2px;
        color:#333;
        background-color: #c9e7f5;
        border-left: 6px solid #3498db;
        box-sizing: border-box;
    }

    #category-postlist h2.category-postlist-title span.category-postlist-subtitle {
        display:block; 
        margin:4px 0 0 2px;
        color:#777;
        font-size:0.7em;
        font-weight:400;
    }
    
    #category-postlist .entry-body{
        margin:0;
        padding:5px 3px;
        color: #383838;
        font-size: .95em;
        line-height: 1.8;
        letter-spacing: 0px;
    }
}


/* rsearch用CSS end */

/* maneki-neko-ppc affiliate button*/
.ga_abtn {
    margin: 5px 0 10px 0;
    padding: 5px 30px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none !important;
    font-size: 16px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    border-radius: 6px;
}
@media (min-width: 992px) {
    .ga_abtn {
        font-size: 20px;
        padding: 5px 70px;
    }
}

.ga_abtn_def:visited,
.ga_abtn_def {
    background-color: #e0e0e0;
    color: #fff !important;
    margin: 5px 0 10px 0;
    box-shadow: 3px 5px #999999;
}
.ga_abtn_def:active,
.ga_abtn_def:hover {
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    border-bottom: none;
    box-shadow: none;
}

.ga_abtn_red:visited,
.ga_abtn_red {
    background-color: #f76b68;
    color: #fff !important;
    margin: 5px 0 10px 0;
    box-shadow: 3px 5px #c14646;
}
.ga_abtn_red:active,
.ga_abtn_red:hover {
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    border-bottom: none;
    box-shadow: none;
}

.ga_abtn_blue:visited,
.ga_abtn_blue {
    background-color: #3169d1;
    color: #fff !important;
    margin: 5px 0 10px 0;
    box-shadow: 3px 5px #3B4BA8;
}
.ga_abtn_blue:active,
.ga_abtn_blue:hover {
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    border-bottom: none;
    box-shadow: none;
}

.ga_abtn_green:visited,
.ga_abtn_green {
    background-color: #6fd274;
    color: #fff !important;
    margin: 5px 0 10px 0;
    box-shadow: 3px 5px #719e6b;
}
.ga_abtn_green:active,
.ga_abtn_green:hover {
    
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    border-bottom: none;
    box-shadow: none;
}

a:focus, 
*:focus,
.ga_abtn:focus,
.ga_abtn_def:focus,
.ga_abtn_red:focus,
.ga_abtn_blue:focus,
.ga_abtn_green:focus {
    outline:none; 
}

.ga_abtn_beat{
    -webkit-animation: gelatine 1.0s infinite;
    animation: gelatine 1.0s infinite;
}

/* maneki-neko-ppc affiliate button end*/

/**
 * http://www.sitepoint.com/sass-mixins-kickstart-project/ 
 * $keyframes \ gelatine 
 **/
@keyframes gelatine {
  from, to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }

  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }

  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }

  from, to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }

  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }

  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}
@-webkit-keyframes gelatine {
  from, to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }

  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }

  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }

  from, to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }

  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }

  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}

/* sort table */
#category-postlist .ga_abtn {
    margin: 5px 0 10px 0;
    padding: 5px 5px;
    font-weight: normal;
    display: inline-block;
    text-decoration: none !important;
    font-size: 1.0em;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    border-radius: 5px;
}

/* sort table */
#category-postlist table.tablesorter {
    font-family:arial;
    background-color: #CDCDCD;
    /*margin:10px 0pt 15px;*/
    margin:00px 0pt 15px 0px; /*2019/04/02*/
    font-size: 1.0em;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
#category-postlist table.tablesorter thead tr th,
#category-postlist table.tablesorter tfoot tr th {
    background-color: #FFF;
    border-collapse: collapse;
    border: 1px solid #CDCDCD;
    font-size: 1.0em;
    /*font-weight: bold;*/
    padding: 4px;
    width:20%;
}

#category-postlist table.tablesorter thead tr th.w20,
#category-postlist table.tablesorter tfoot tr th.w20{
    width:20%;
}

#category-postlist table.tablesorter thead tr th.w16,
#category-postlist table.tablesorter tfoot tr th.w16{
    width:16%;
}

#category-postlist table.tablesorter thead tr th.w14,
#category-postlist table.tablesorter tfoot tr th.w14{
    width:14%;
}

#category-postlist table.tablesorter thead tr th.w13,
#category-postlist table.tablesorter tfoot tr th.w13{
    width:13%;
}


#category-postlist table.tablesorter thead tr .header {
    background-image: url(../images/sort/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
}
#category-postlist table.tablesorter tbody td {
    color: #3D3D3D;
    padding: 4px;
    background-color: #FFF;
    vertical-align: middle;
    border-collapse: collapse;
    border: 1px solid #CDCDCD;
    font-size: 0.8em;
}
#category-postlist table.tablesorter tbody tr.odd td {
    background-color:#F0F0F6;
}
#category-postlist table.tablesorter thead tr .headerSortUp {
    background-image: url(../images/sort/asc.gif);
}
#category-postlist table.tablesorter thead tr .headerSortDown {
    background-image: url(../images/sort/desc.gif);
}
#category-postlist table.tablesorter thead tr .headerSortDown,
#category-postlist table.tablesorter thead tr .headerSortUp {
    background-color: #DCDCDC;
}
#category-postlist table.tablesorter tbody td img{
/*    width:100%;*/
    max-width: 100%;
    height:auto;
}

#category-postlist a {
    color:#0044CC;
    text-decoration:underline;
}

#category-postlist table.tablesorter thead th.future{
    cursor: default;
    text-align: center;    
}

#category-postlist h2.searchsubtitle{
    color:#555;
    font-size: 1.05em;
    font-weight: bold;
}

.tkmslidebox-wrap{
    overflow: auto;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;    
}
.tkmslidebox-wrap::before{
    float: right;
    padding-right: 3px;
    font-family: FontAwesome;
    font-size: 0.80em;
    /* content:"\f0db\00a0\f061";*/
    content:"\f060\00a0\f061";
    color:#a9a9a9;
}
.tkmslidebox{
    max-width: 550px;
    width: 550px;
}

@media (min-width: 480px) {
    #category-postlist table.tablesorter tbody td {
        font-size: 0.9em;
    }    
    .tkmslidebox-wrap{
        overflow-x: hidden;
    }
    .tkmslidebox-wrap::before{
        content:"";
    }
    .tkmslidebox{
        max-width: 100%;
        width: auto;
    }
}

/*
*フッターフローティングボタン用
*/
#footer-floatbutton {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 2px;
    z-index: 9999;    
    background-color: #fff;
    opacity: 0.95;
    box-shadow: 0px -3px 2px #e0e0e0;
}

#footer-floatbutton .ftfloatbutton{
    text-align: center;
    padding: 0 auto;
}
#footer-floatbutton ul{
    width: 100%;
    padding: 0px; 	
    margin: 0px;
}
#footer-floatbutton ul li{
    display: inline-block;
    text-align: center;
    line-height: 3.0em;
    padding: 3px 10px;
    width: 100%;
}

#footer-floatbutton ul li.col1{
    width: 100%;
}
#footer-floatbutton ul li.col2{
    padding: 3px 5px;
    width: 49%;
}

#footer-floatbutton ul li a.ftfbtn {
    float:left;
    width:100%;
    display:block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #ffffff;
    padding: 0px 0px;
}


#footer-floatbutton ul li a.ftfbtn_green {
    background: -moz-linear-gradient(
            top,
            #3ccc26 0%,
            #03a803);
    background: -webkit-gradient(
            linear, left top, left bottom,
            from(#3ccc26),
            to(#03a803));
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 6px;
    border: 0px solid #e2ebe2;
    -moz-box-shadow:
            0px 1px 3px rgba(000,000,000,0.5),
            inset 0px 0px 1px rgba(255,255,255,0.7);
    -webkit-box-shadow:
            0px 1px 3px rgba(000,000,000,0.5),
            inset 0px 0px 1px rgba(255,255,255,0.7);
    box-shadow:
            0px 1px 3px rgba(000,000,000,0.5),
            inset 0px 0px 1px rgba(255,255,255,0.7);
    text-shadow:
            0px -1px 0px rgba(000,000,000,0.4),
            0px 1px 0px rgba(255,255,255,0.3);
}

#footer-floatbutton ul li a.ftfbtn_red {
    background: -moz-linear-gradient(
            top,
            #f76c0f 0%,
            #fa5f17);
    background: -webkit-gradient(
            linear, left top, left bottom,
            from(#f76c0f),
            to(#fa5f17));
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 6px;
    border: 0px solid #faf8f5;
    -moz-box-shadow:
            0px 1px 3px rgba(000,000,000,0.5),
            inset 0px 0px 1px rgba(255,255,255,0.7);
    -webkit-box-shadow:
            0px 1px 3px rgba(000,000,000,0.5),
            inset 0px 0px 1px rgba(255,255,255,0.7);
    box-shadow:
            0px 1px 3px rgba(000,000,000,0.5),
            inset 0px 0px 1px rgba(255,255,255,0.7);
    text-shadow:
            0px -1px 0px rgba(000,000,000,0.4),
            0px 1px 0px rgba(255,255,255,0.3);
}
/*tokutei table*/
table.tokutei tbody tr th.w25{
    width:25%;
}

