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


h2.postsubtitle {
    font:bold 20px/1.6 Arial, Helvetica, sans-serif;
    margin-top:10px;
    margin-bottom:10px;
    position: relative;
    padding: .25em 0 .5em .75em;
    background-color: #fff;
    border-left: 6px solid #3498db;
    /* font-size:1.2em;*/
}

h2.postsubtitle::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px solid #ccc;
}


h2.postsubtitle0 {
  font:bold 20px/1.6 Arial, Helvetica, sans-serif;
  color:#666;
  /*
  text-shadow:
    1px 1px 0 #fff,
    2px 2px 0 #999;
  */
  position: relative;
  padding: .5em .75em;
  background-color: #bddbfa;
  border-radius: 6px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .1) inset;
}
h2.postsubtitle0::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #bddbfa;
}

h2.catesubtitle{
    font: 14px/1.6 Arial, Helvetica, sans-serif;
    margin: .5em .2em .1em .2em;
    padding: .2em 0.3em .1em 0.3em;
    background-color: #ededed;
    /*box-shadow: 2px 2px 6px rgba(0, 0, 0, .3);*/
    text-align: left;
    border:none;
    border-radius: 5px;
    color:#333;
}
h2.catesubtitle:after{
    content:'';
}

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;
    /*box-shadow: 2px 2px 6px rgba(0, 0, 0, .3);*/
    text-align: left;
    border:none;
    /*border-radius: 5px;*/
    color:#333;
}



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

#article .entry-body h2{
  padding: .2em .1em;
  background-color: #f6f6f6;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .15);    
  font-size: 0.85em;
  text-align: left;
  letter-spacing: 0px;
}

#article .entry-body h3{
  padding: .2em .1em;
  background-color: #f6f6f6;
  border-radius: 2px;
  font-size: 0.85em;
  text-align: left;
  letter-spacing: 0px;
}

#article .entry-body h4{
  padding: .2em .1em;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 0.8em;
  text-align: left;
  letter-spacing: 0px;
}

#article .entry-body h5{
  padding: .2em .1em;
  border-bottom: 1px solid #ccc;
  font-size: 0.8em;
  text-align: left;
  letter-spacing: 0px;
}

@media (min-width: 992px) {
    
    #article .entry-body h1{
      padding: .5em .75em;
      background-color: #f6f6f6;
      box-shadow: 5px 5px 6px rgba(0, 0, 0, .15);
      font-size: 1.1em;
      text-align: left;
    }

    #article .entry-body h2{
      padding: .5em .5em;
      background-color: #f6f6f6;
      box-shadow: 1px 1px 2px rgba(0, 0, 0, .15);    
      font-size: .9em;
      text-align: left;
    }

    #article .entry-body h3{
      padding: .4em .5em;
      background-color: #f6f6f6;
      border-radius: 2px;
      font-size: 0.9em;
      text-align: left;
    }

    #article .entry-body h4{
      padding: .3em .5em;
      border: 1px solid #ccc;
      border-radius: 2px;
      font-size: 0.85em;
      text-align: left;
    }

    #article .entry-body h5{
      padding: .3em .5em;
      border-bottom: 1px solid #ccc;
      font-size: 0.85em;
      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;*//*2018/08/10*/
    padding: 4px;
    border-top: none;
    /* border-left: 1px solid #ddd;*//*2018/08/10*/
    border-left: none;/*2018/08/10*/
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
/*  width:100%; 2018/05/13 */
    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.9em;
    }
    #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-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        width:auto;/*2018/05/13*/
    }
    /* #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; }
    #article .entry-body table tr td:first-child{ border-left: 1px solid #ddd; }
}

/****************************************
* カテゴリ一覧ページコンテンツ表示用
****************************************/
.category-body{
    padding:10px 5px;
    margin: 10px 0px;
    font-size: 1.2em;    
    line-height: 2.0;
    letter-spacing: 2px;
}
/****************************************
* TOPページフリーコンテンツ表示用
****************************************/
.free_contents {
    padding:10px 5px;
    margin:10px 0px;
    font-size: 1.2em;
    line-height: 2.0;
    letter-spacing: 2px;
}



#rtbnavi {
    padding:10px 0px;
    margin: 10px 0px;
}

ul.rtbnavi  {
    /*　display:table;*/
    width:100%;
}
ul.rtbnavi li{
    margin-bottom: 5px;
    padding: 10px 3px 0px 3px;
    display:inline-block;;
    vertical-align:middle;
    text-align:center;
    width: 98%; 
    background-color: #ededed;
    border: 1px solid #bbb;
    height:50px;
    word-wrap: break-word;
    border-radius: 6px;    
}

ul.rtbnavi li a {
    font:normal 16px/1.6 Arial, Helvetica, sans-serif;
    color: #333;
    display: block;
}

ul.rtbnavi li:hover {
  background-color: #f4f4f4; 
}
@media (min-width: 992px) {
    ul.rtbnavi li{
        width: 49%; 
    }
}

/****************************************
* カテゴリ一覧表示用
****************************************/
#tkmparentcategories, 
#tkmparentcategoriessub 
{
    padding:0px 0px;
    margin: 10px 0px;
}

ul.tkmparentcategories,  
ul.tkmparentcategoriessub  
{
    width:100%;
    margin-bottom: 30px;
}
ul.tkmparentcategories li
{
    margin: 0;
    padding: 10px 5px 10px 5px;
    text-align:left;
    word-wrap: break-word;
    border-bottom: 1px dashed #eeeeee;
}

ul.tkmparentcategoriessub li
{
    margin: 0;
    padding: 10px 5px 10px 5px;
    text-align:left;
    word-wrap: break-word;
    border-bottom: 1px dashed #eeeeee;
}

ul.tkmparentcategories li a, 
ul.tkmparentcategoriessub li a 
{
    /*
  display: block;
    */
    margin: 0;
    padding: 0;
    display: block;
    line-height: 1.5em;
    word-wrap : break-word;
    overflow-wrap : break-word;    
  
}

ul.tkmparentcategories li:hover, 
ul.tkmparentcategoriessub li:hover 
{
  background-color: #fcfcfc; 
}


/*Blog Post List */
#tkmblogposts 
{
    padding:0px 0px;
    margin: 10px 0px;
}

ul.tkmblogposts  
{
    width:100%;
}
ul.tkmblogposts li
{
    margin: 0;
    padding: 10px 5px 10px 5px;
    text-align:left;
    word-wrap: break-word;
    border-bottom: 1px dashed #eeeeee;
}

ul.tkmblogposts li a 
{
    margin: 0;
    padding: 0;
    display: block;
    line-height: 1.5em;
    word-wrap : break-word;
    overflow-wrap : break-word;    
}

ul.tkmblogposts li:hover 
{
  background-color: #fcfcfc; 
}

#tkmblogposts p.bloglistpag{
    padding:10px 0 0 10px;
    font-size:0.9em;
    color:#bbb;
}

@media (min-width: 992px) {

}

/*アフィリエイトリンクのテキスト版の文字色を標準に設定*/
.rtz_affilink a:link {
    color: #0000EE;
    text-decoration: none;
}
.rtz_affilink a:visited {
    color: #0000EE;
    text-decoration: none;
}
.rtz_affilink a:hover {}
.rtz_affilink a:active {
    color: #FF0000;
    text-decoration: none;
}

.entry-body a {
    color: #0000EE;
    text-decoration: none;
}

/*トップページのリンク色*/
.free_contents a:link {
    color: #0000EE;
    text-decoration: none;
}
.free_contents a:visited {
    color: #0000EE;
    text-decoration: none;
}
.free_contents a:hover {}
.free_contents a:active {
    color: #FF0000;
    text-decoration: none;
}
/*カテゴリページのリンク色*/
.category-body a:link {
    color: #0000EE;
    text-decoration: none;
}
.category-body a:visited {
    color: #0000EE;
    text-decoration: none;
}
.category-body a:hover {}
.category-body a:active {
    color: #FF0000;
    text-decoration: none;
}

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

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

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

#rsearch table.rsearchtbl{ 
    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 .more{
    margin: 0px;
    padding: 2px 5px 0px 5px;
    font-size: 0.80em;
    background-color: #dcdcdc;
    text-decoration: underline;
}
#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%;
}

/*コンテンツエリア　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;
    border-bottom: none;
    width: 65%;
}
#content-rsearch-panel-sel .rpbox2-3{
    float:right;
    margin-top: 10px;
    margin-right: 5px;
    width: 5em;
    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 20px 0px;
        padding:0px 10px 5px 5px;
        font-size: 1.0em;
        background-color: #fafafa;
        border-top: 1px solid #ddd;
        border-bottom: none;
        border-bottom: 1px solid #ddd;
        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-*/
    /*コンテンツエリア　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 {
    /*　display:table;*/
    /*width:100%;*/
}
#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: 10px;
    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 0px 1px;
}    

#header .header-rsearch-in{
    margin: 0 auto;
    background-color: #fff;
    border:5px solid #e1e1e1;
    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: #0000ff;
}

.widgets-rsearch .queryreset,
#rsearch .queryreset,
#header-rsearch-panel .queryreset{
    margin: 0px;
    padding: 2px 5px 2px 5px;
    font-size: 0.80em;
    background-color: #f0f0f0;
    text-decoration: underline;
    color: #0000ff;
}


#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 0px 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 #e1e1e1;
        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;
        font-size: 0.9em;
        padding-top: 5px;
    }
    
    #header-rsearch-panel .rpbox1kw{
        float:left;
        width: 15%;
        height:32px;
        font-size: 0.9em;
        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 24px;
        margin-bottom: 0px;
        text-decoration:none;
    }
    
    #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:10px 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;
    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: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:10px 2px;
        margin:10px 0px;
        font-size: 1.1em;
        line-height: 1.8;
        letter-spacing: 2px;
        color: #555;
    }

    .entry-footer-post-meta{
        margin-top:10px;
        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 #bbb;
        border-radius: 4px;      
        -webkit-border-radius: 4px; /* Safari,Google Chrome用 */ 
        -moz-border-radius: 4px; /* Firefox用 */     
        white-space: nowrap;
        background-color:#fafafa;
        color: #333;
    }
}

/****************************************
* rsearch用CSS END
****************************************/




#category-postlist {
    padding-top: 5px;
    padding-bottom: 20px;
    background-color:#fff;
}

#category-postlist .postbox{
    padding:2px 1px 5px 1px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 20px;
    border:1px solid #f6f6f6;
    border-radius: 8px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, .35);
}

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

#category-postlist h2.category-postlist-title {
    display:inline-block;
    width:99%;
    margin: 2px 1px;
    padding:6px 6px;
    background-color: #f6f6f6;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .15);    
    display:inline-block;
    color:#333;
    font-family:Arial;
    font-size: 1.0em;
    text-decoration:none;
    /*text-shadow:0px 1px 0px #ddd;*/  
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}

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

@media (min-width: 992px) {
    
    #category-postlist .postbox{
        padding:5px 10px 10px 10px;
        margin-left: 2px;
        margin-right: 5px;
        margin-bottom: 20px;
        border:1px solid #f6f6f6;
        border-radius: 4px;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, .15);
    }

    #category-postlist h2.category-postlist-title {
        /*
        width:100%;
        -moz-box-shadow:inset 0px 0px 15px 3px #23395e;
        -webkit-box-shadow:inset 0px 0px 15px 3px #23395e;
        box-shadow:inset 0px 0px 15px 3px #23395e;
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2e466e), color-stop(1, #071124));
        background:-moz-linear-gradient(top, #2e466e 5%, #071124 100%);
        background:-webkit-linear-gradient(top, #2e466e 5%, #071124 100%);
        background:-o-linear-gradient(top, #2e466e 5%, #071124 100%);
        background:-ms-linear-gradient(top, #2e466e 5%, #071124 100%);
        background:linear-gradient(to bottom, #2e466e 5%, #071124 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e466e', endColorstr='#071124',GradientType=0);
        background-color:#2e466e;
        -moz-border-radius:8px;
        -webkit-border-radius:8px;
        border-radius:8px;
        border:1px solid #1f2f47;
        display:inline-block;
        color:#ffffff;
        font-family:Arial;
        font-size:15px;
        padding:6px 13px;
        text-decoration:none;
        text-shadow:0px 1px 0px #263666;  
        */
        
        display:inline-block;
        width:100%;
        margin: 2px 1px;
        padding:6px 3px 6px 10px;
        background-color: #f6f6f6;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, .15);    
        display:inline-block;
        color:#333;
        font-family:Arial;
        font-size: 1.1em;
        text-decoration:none;
        /*text-shadow:1px 1px 0px #eee; */ 
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        border-radius:6px;
        
    }

    #category-postlist h2.category-postlist-title span.category-postlist-subtitle {
        display:block; 
        margin:4px 0 0 2px;
        color:#999;
        font-size:0.7em;
        font-weight:400;
    }
}

/*galaxy post affiliate button*/
.ga_btn {
    margin: 5px 0 10px 0;
    padding: 5px 70px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none !important;
    font-size: 20px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    border-radius: 5px;
}


.ga_abtn_def:visited,
.ga_abtn_def {
    background-color: #e0e0e0;
    color: #fff !important;
    margin: 5px 0 10px 0;
    box-shadow: 0 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: 0 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: 0 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: 0 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_btn:focus,
.ga_abtn_def:focus,
.ga_abtn_red:focus,
.ga_abtn_blue:focus,
.ga_abtn_green:focus {
    outline:none; 
}


/* sort table */
#category-postlist .ga_btn {
    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;
    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%!important;
}

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

#category-postlist table.tablesorter thead tr th.w50,
#category-postlist table.tablesorter tfoot tr th.w50{
    width:50%!important;
}

#category-postlist table.tablesorter thead tr th.w25,
#category-postlist table.tablesorter tfoot tr th.w25{
    width:25%!important;
}



#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;
}
#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.9em;
}
#category-postlist table.tablesorter tbody td {
    font-size: 0.75em!important;
}

@media (min-width: 992px) {
    #category-postlist table.tablesorter tbody td {
        font-size: 0.9em!important;
    }
}

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

/*
*フッターフローティングボタン用
*/
#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: 1px 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: 1px 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);
}

