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

h2.postsubtitle {
        margin-top:10px;
        margin-bottom:10px;
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #77b55a;/*#3498db;*/
        font-size:1.2em;
}
h2.postsubtitle::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}




/****************************************
* singleページ #topcontents 表示用
****************************************/
#topcontents .promobox{
    margin-top:15px;
    margin-bottom:5px;
    border-bottom: 1px solid #eeeeee;
    background: #FFFFFF;    
}

#topcontents .topcontentbox {
    margin:10px 1px;
    padding:5px 10px;
    text-align: left;
    font-size:1.0em;
    background-color: #ffffe7;   
    line-height: 1.6em;
    
    -webkit-border-top-left-radius: 20px;  
    -webkit-border-top-right-radius: 20px;  
    -webkit-border-bottom-right-radius: 20px;  
    -webkit-border-bottom-left-radius: 20px;  
    -moz-border-radius-topleft: 20px;  
    -moz-border-radius-topright: 20px;  
    -moz-border-radius-bottomright: 20px;  
    -moz-border-radius-bottomleft: 20px; 
}



@media (min-width: 992px) {
    #topcontents .promobox{
        margin-top:15px;
        margin-bottom:5px;
        border-radius: 5px;
        border: 1px solid #eeeeee;
        background: #FFFFFF;    
    }
    
    #topcontents .topcontentbox {
        margin:20px 5px;
        padding:20px;
        text-align: left;
        font-size:1.2em;
        background-color: #ffffe7;

        line-height: 1.6em;

        -webkit-border-top-left-radius: 20px;  
        -webkit-border-top-right-radius: 20px;  
        -webkit-border-bottom-right-radius: 20px;  
        -webkit-border-bottom-left-radius: 20px;  
        -moz-border-radius-topleft: 20px;  
        -moz-border-radius-topright: 20px;  
        -moz-border-radius-bottomright: 20px;  
        -moz-border-radius-bottomleft: 20px; 
    }    
    
}
/****************************************
* カテゴリ一覧表示用
****************************************/
#tkmnavi {
    padding:10px 0px;
    margin: 0px;
}

ul.tkmnavi  {
    width:100%;
    border-bottom: 1px solid #ccc;
}
ul.tkmnavi li{
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
    background: linear-gradient(#fff, #f0f0f0);
    border-bottom: 1px solid white;
    border-top: 1px solid #ccc;
    height: 44px;
    margin: 0;    
}

ul.tkmnavi li a {
    color: #333;
    display: block;
    height: 44px;
    margin: 0;
    padding: 0 0 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
    line-height: 44px;    
}
ul.tkmnavi li a::after{
    float: right;
    padding-right:10px;
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f054";
    color: #77b55a;
}

@media (min-width: 992px) {
    #tkmnavi {
        padding:10px 0px;
        margin: 10px 0px;
    }

    ul.tkmnavi  {
        /*　display:table;*/
        width:100%;
    }
    ul.tkmnavi li{
        margin-bottom: 5px;
        margin-left: 5px;
        padding: 10px 10px 0px 10px;
        display:inline-block;;
        vertical-align:middle;
        text-align:center;
        width:48%;
        background-color: #ddd;
        border-top: 1px solid #f3f3f3;
        border-left: 1px solid #f3f3f3;
        border-right: 1px solid #f3f3f3;
        border-bottom: 1px solid #ddd;
        height:60px;
        word-wrap: break-word;
    }

    ul.tkmnavi li a {
      display: block;
      color: #666;
      font-size:1.3em;
    }

    ul.tkmnavi li:hover {
      background-color: #f4f4f4; 
    }
}

/****************************************
* カテゴリ一内の記事一覧グリッド表示用
****************************************/
#tkmgridnavi {
    padding:10px 0px;
    margin: 10px 0px;
}

ul.tkmgridnavi  {
    width:100%;
    /* border-bottom: 1px solid #bbb;*/
}
ul.tkmgridnavi li{
    margin-bottom: 5px;
    padding: 10px 3px 0px 3px;
    display:inline-block;
    vertical-align:top;
    text-align:center;
    width:49%;
    background-color: #fff;
    /* border-top: 1px solid #bbb;*/
    min-height:100px;
    word-wrap: break-word;
}

ul.tkmgridnavi li a {
    display: block;
}

ul.tkmgridnavi li .imgbox{
    width:95%;
    height:200px;
    overflow: hidden;
}

ul.tkmgridnavi li a img{
    width:100%;
    /*height: 200px;*/
}

ul.tkmgridnavi li:hover {
  background-color: #f4f4f4; 
}

ul.tkmgridnavi li h3 {
    text-align: left;
    font-weight: bold;
    padding-bottom: 10px;
    height: 3em;
}

ul.tkmgridnavi li p {
    text-align: left;
    font-size:0.9em;
}

@media (min-width: 992px) {
    ul.tkmgridnavi li a img{
        width:auto;
        height: 200px;
    }

    ul.tkmgridnavi li{
        margin-bottom: 5px;
        padding: 10px 3px 0px 3px;
        display:inline-block;
        vertical-align:top;
        text-align:center;
        width:48%;
        background-color: #fff;
        min-height:100px;
        word-wrap: break-word;
    }    
    ul.tkmgridnavi li h3 {
        text-align: left;
        font-weight: bold;
        padding-bottom: 10px;
        height: 2.0em;
    }
}

/****************************************
* ランキングページ表示用
****************************************/
/*
#tkmranking {
    margin: 10px 0px;
    padding:10px 0px;
}

#tkmranking h1.post-title {
    width:98%;
    background:#f5deb3;
    font-size:18pt;
    color:#333;
    -webkit-box-shadow:1px 1px 1px 1px rgba(0,0,0,0.3),15px 15px 0 -5px #fff,15px 15px 1px -4px rgba(0,0,0,0.2);
    -moz-box-shadow:1px 1px 1px 1px rgba(0,0,0,0.3),15px 15px 0 -5px #fff,15px 15px 1px -4px rgba(0,0,0,0.2);
    box-shadow:1px 1px 1px 1px rgba(0,0,0,0.3),15px 15px 0 -5px #fff,15px 15px 1px -4px rgba(0,0,0,0.2);
    padding:15px;
}
*/



/****************************************
* 記事ページ表示用
****************************************/
#tkmsingletop {
    margin: 5px 0px;
    padding:0px 0px;
}
#tkmsingle {
    margin: 5px 0px;
    padding:0px 0px;
}

#tkmsingletop h1.post-title01,
#tkmsingle h1.post-title01{
    font: 16px/1.1 Arial, Helvetica, sans-serif;
    margin-left: 1px;
    margin-right: 1px;
    padding: .5em .75em;
    background: -webkit-linear-gradient(top, #5cb811 0%, #77d42a 100%);
    background: -moz-linear-gradient(to bottom, #5cb811 0%, #77d42a 100%);
    background: linear-gradient(to bottom, #5cb811 0%, #77d42a 100%);
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    border-radius: 3px;
}
#tkmsingletop h1.post-title01 a,
#tkmsingle h1.post-title01 a{
    color:#fff;
}

#tkmsingletop .imagebox,
#tkmsingle .imagebox {
    margin:15px 0px 5px 0px;
    text-align: center;
}

#tkmsingletop img.itemimg,
#tkmsingle img.itemimg {
   width:98%;
}

#tkmsingletop img.item-noimage,
#tkmsingle img.item-noimage {
    width:50%;
}

#tkmsingletop .contentbox{
    margin:10px 0px;
    padding:5px 10px;
    text-align: left;
    font-size:1.0em;
    line-height: 1.6em;
}

#tkmsingle .contentbox {
    margin:5px 0px 10px 0px;
    padding:0px 5px 5px 5px;
    text-align: left;
    font-size:1.0em;
    line-height: 1.6em;
}

#tkmsingletop .btnbox,
#tkmsingle .btnbox {
    margin:10px 0px;
    text-align: center;
    width:100%;
}

#tkmsingletop .btnbox-in,
#tkmsingle .btnbox-in {
    margin:0 auto;
    text-align: center;
    width:97%;
    padding-top: 10px;
    padding-bottom: 10px;
    
    -moz-box-shadow: 0px 10px 14px -7px #3e7327;
    -webkit-box-shadow: 0px 10px 14px -7px #3e7327;
    box-shadow: 0px 10px 14px -7px #3e7327;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
    background:-moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
    background:-webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
    background:-o-linear-gradient(top, #77b55a 5%, #72b352 100%);
    background:-ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
    background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352',GradientType=0);
    background-color:#77b55a;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    border-radius:20px;
    border:1px solid #4b8f29;
    display:inline-block;
    cursor:pointer;
}

#tkmsingletop a.puru,
#tkmsingle a.puru {
    color: #fff;
    font:bold 20px/1.6 Arial, Helvetica, sans-serif;
    background-color: transparent;
}

#tkmsingletop .btnbox,
#tkmsingle .btnbox {
	position:relative;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-timing-function: ease-in;
	-moz-animation-timing-function: ease-in;
	-o-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-moz-keyframes purupuru {
	0% { -moz-transform: skewX(9deg); }
	10% { -moz-transform: skewX(-8deg); }
	20% { -moz-transform: skewX(7deg); }
	30% { -moz-transform: skewX(-6deg); }
	40% { -moz-transform: skewX(5deg); }
	50% { -moz-transform: skewX(-4deg); }
	60% { -moz-transform: skewX(3deg); }
	70% { -moz-transform: skewX(-2deg); }
	80% { -moz-transform: skewX(1deg); }
	90% { -moz-transform: skewX(0deg); }
	100% { -moz-transform: skewX(0deg); }
}

@-o-keyframes purupuru {
	0% { -o-transform: skewX(9deg); }
	10% { -o-transform: skewX(-8deg); }
	20% { -o-transform: skewX(7deg); }
	30% { -o-transform: skewX(-6deg); }
	40% { -o-transform: skewX(5deg); }
	50% { -o-transform: skewX(-4deg); }
	60% { -o-transform: skewX(3deg); }
	70% { -o-transform: skewX(-2deg); }
	80% { -o-transform: skewX(1deg); }
	90% { -o-transform: skewX(0deg); }
	100% { -o-transform: skewX(0deg); }
}

@-webkit-keyframes purupuru {
	0% { -webkit-transform: skewX(9deg); }
	10% { -webkit-transform: skewX(-8deg); }
	20% { -webkit-transform: skewX(7deg); }
	30% { -webkit-transform: skewX(-6deg); }
	40% { -webkit-transform: skewX(5deg); }
	50% { -webkit-transform: skewX(-4deg); }
	60% { -webkit-transform: skewX(3deg); }
	70% { -webkit-transform: skewX(-2deg); }
	80% { -webkit-transform: skewX(1deg); }
	90% { -webkit-transform: skewX(0deg); }
	100% { -webkit-transform: skewX(0deg); }
}

#tkmsingletop .btnbox:hover,
#tkmsingle .btnbox:hover {
	-webkit-animation-name: purupuru;
	-moz-animation-name: purupuru;
	-o-animation-name: purupuru;
	animation-name: purupuru;
}

.btn04 {
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
    z-index: 10;
    display: block;
    width: 150px;
    height: 150px;
    line-height: 150px;
}
 
.btn04::before {
    content: '';
    background-color: #dda284;
    display: block;
    position: absolute;
    width: 150px;
    height: 150px;
    z-index: -1;
    border-radius: 50%;
    box-shadow:
        0 0 0 0 #fff,
        0 0 0 0 #dda284;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
.btn04:hover::before {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    box-shadow:
        0 0 0 25px #fff,
        0 0 0 27px #dda284;
}

#tkmsingletop h2{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: .5em .2em;
    background-color: #f6f6f6;
    border-bottom: 4px solid #5cb811;        
}
#tkmsingle h2{
    margin-top: 0px;
    margin-bottom: 10px;
    padding: .5em .2em;
    background-color: #f6f6f6;
    border-bottom: 4px solid #5cb811;        
}
#tkmsingletop h3{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: .5em .2em;
    position: relative;
    padding-bottom: .2em;
    border-bottom: 4px solid #ccc;
}
#tkmsingle h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    padding: .5em .2em;
    position: relative;
    padding-bottom: .2em;
    border-bottom: 4px solid #ccc;
}

#tkmsingletop h3::after,
#tkmsingle h3::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 4px;
    background-color: #5cb811;
}    


#tkmsingle .prombox-2 {
    float:left;
    width:100%;
    padding:5px 5px;
    text-align: left;
    font-size:1.0em;
    line-height: 1.5em;
}

#tkmsingle .prombox-2 table.innertbl{
    font-size: 0.9em;
    color: #333;
    width: 100%;
    border-collapse: collapse;
}
#tkmsingle .prombox-2 table.innertbl tr th,
#tkmsingle .prombox-2 table.innertbl tr td {
    padding: 5px 10px;
    border: 1px solid #DDD;
    vertical-align: middle;
}
#tkmsingle .prombox-2 table.innertbl tr td.col1 {
    width:35%;
}

#tkmsingle .prombox-2 table.innertbl tr th {
    text-align: center;
    font-weight: bold;
}    


@media (min-width: 992px) {
    #tkmsingletop {
        margin: 10px 0px;
        padding:10px 0px;
    }
    #tkmsingle {
        margin: 0px 0px 10px 0px;
        padding:0px 0px 10px 0px;
    }

    #tkmsingletop h1.post-title01,
    #tkmsingle h1.post-title01{
        font: 24px/1.6 Arial, Helvetica, sans-serif;
        margin-left:5px;
        margin-right:5px;
        padding: .2em .75em;
        background: -webkit-linear-gradient(top, #5cb811 0%, #77d42a 100%);
        background: -moz-linear-gradient(to bottom, #5cb811 0%, #77d42a 100%);
        background: linear-gradient(to bottom, #5cb811 0%, #77d42a 100%);
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
        border-radius: 3px;
    }
    
    #tkmsingletop h1.post-title01 a,
    #tkmsingle h1.post-title01 a{
        color:#fff;
    }
    
    #tkmsingletop h2{
        margin-top: 10px;
        margin-bottom: 10px;
        padding: .5em .75em;
    }
    #tkmsingle h2{
        margin-top: 0px;
        margin-bottom: 10px;
        padding: .5em .75em;
    }
    #tkmsingletop h3{
        margin-top: 10px;
        margin-bottom: 10px;
        padding: .5em .75em;
        position: relative;
        padding-bottom: .2em;
    }
    #tkmsingle h3 {
        margin-top: 0px;
        margin-bottom: 10px;
        padding: .5em .75em;
        position: relative;
        padding-bottom: .2em;
    }    

    #tkmsingletop .imagebox,
    #tkmsingle .imagebox {
        margin:20px 0px;
        text-align: center;
        overflow: hidden;
        max-height:800px;
    }
    
    #tkmsingletop img.itemimg,
    #tkmsingle img.itemimg {
       width: auto;
    }
    
    #tkmsingletop img.item-noimage,
    #tkmsingle img.item-noimage {
        width:35%;
    }

    #tkmsingletop .contentbox{
        margin:20px 0px;
        padding:20px;
        text-align: left;
        font-size:1.2em;
        /* background-color: #ffffe7;*/
        line-height: 1.6em;
    }
    
    #tkmsingle .contentbox {
        margin:5px 0px 20px 0px;
        padding:0px 5px 20px 5px;
        text-align: left;
        font-size:1.2em;
        /* background-color: #ffffe7;*/
        line-height: 1.6em;
    }


    #tkmsingletop .btnbox,
    #tkmsingle .btnbox {
        margin:30px 0px;
        text-align: center;
        width:100%;
    }
    
    #tkmsingletop .btnbox-in,
    #tkmsingle .btnbox-in {
        margin:0 auto;
        text-align: center;
        width:85%;
        padding-top: 10px;
        padding-bottom: 10px;

        -moz-box-shadow: 0px 10px 14px -7px #3e7327;
        -webkit-box-shadow: 0px 10px 14px -7px #3e7327;
        box-shadow: 0px 10px 14px -7px #3e7327;
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
        background:-moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
        background:-webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
        background:-o-linear-gradient(top, #77b55a 5%, #72b352 100%);
        background:-ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
        background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352',GradientType=0);
        background-color:#77b55a;
        -moz-border-radius:20px;
        -webkit-border-radius:20px;
        border-radius:20px;
        border:1px solid #4b8f29;
        display:inline-block;
        cursor:pointer;
    }

    #tkmsingletop a.puru,
    #tkmsingle a.puru {
        color: #fff;
        font-size: 2.5em;
        font-weight: bold;
        background-color: transparent;
    }

    #tkmsingletop .btnbox,
    #tkmsingle .btnbox {
        position:relative;
        -webkit-animation-duration:1s;
        -moz-animation-duration:1s;
        -ms-animation-duration:1s;
        -o-animation-duration:1s;
        animation-duration:1s;
        -webkit-animation-timing-function: ease-in;
        -moz-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    #tkmsingletop .btnbox:hover,
    #tkmsingle .btnbox:hover {
        -webkit-animation-name: purupuru;
        -moz-animation-name: purupuru;
        -o-animation-name: purupuru;
        animation-name: purupuru;
    }

    .btn04 {
        color: #fff;
        text-decoration: none;
        text-align: center;
        position: relative;
        z-index: 10;
        display: block;
        width: 150px;
        height: 150px;
        line-height: 150px;
    }

    .btn04::before {
        content: '';
        background-color: #dda284;
        display: block;
        position: absolute;
        width: 150px;
        height: 150px;
        z-index: -1;
        border-radius: 50%;
        box-shadow:
            0 0 0 0 #fff,
            0 0 0 0 #dda284;
        transition: all .2s ease;
        -webkit-transition: all .2s ease;
    }
    .btn04:hover::before {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        box-shadow:
            0 0 0 25px #fff,
            0 0 0 27px #dda284;
    }
    
    #tkmsingletop h2{
        margin-top: 10px;
        margin-bottom: 10px;
	padding: .5em .75em;
	background-color: #f6f6f6;
	border-bottom: 4px solid #5cb811;        
    }
    
    #tkmsingle h2{
        margin-top: 10px;
        margin-bottom: 10px;
	padding: .5em .75em;
	background-color: #f6f6f6;
	border-bottom: 4px solid #5cb811;        
    }
    
    #tkmsingletop h3{
        margin-top: 10px;
        margin-bottom: 10px;
        padding: .5em .75em;
        position: relative;
        padding-bottom: .2em;
        border-bottom: 4px solid #ccc;
    }
    #tkmsingle h3 {
        margin-top: 0px;
        margin-bottom: 10px;
        padding: .5em .75em;
        position: relative;
        padding-bottom: .2em;
        border-bottom: 4px solid #ccc;
    }
    
    #tkmsingletop h3::after,
    #tkmsingle h3::after {
            position: absolute;
            bottom: -4px;
            left: 0;
            z-index: 2;
            content: '';
            width: 20%;
            height: 4px;
            background-color: #5cb811;
    }

    #tkmsingle .prombox-2 {
        float:left;
        width:100%;
        padding:5px 5px;
        margin-bottom: 20px;
        text-align: left;
        font-size:1.1em;
        line-height: 1.8em;
    }

    #tkmsingle .prombox-2 table.innertbl{
        font-size: 1.0em;
        color: #666;
        width: 100%;
        border-collapse: collapse;
    }
    #tkmsingle .prombox-2 table.innertbl tr th,
    #tkmsingle .prombox-2 table.innertbl tr td {
        padding: 5px 10px;
        border: 1px solid #DDD;
        vertical-align: middle;
    }
    #tkmsingle .prombox-2 table.innertbl tr td.col1 {
        width:25%;
    }

    #tkmsingle .prombox-2 table.innertbl tr th {
        text-align: center;
        font-weight: bold;
    }        
}

/****************************************
* 標準のZEROテンプレ用CSS 
****************************************/
#zero {
    margin:10px 0px;
    padding:5px 0px;
    font-size: 1.0em;
}
#zero h3{
    font-size: 1.0em;
    font-weight: bold;
}

#zero table.zerotbl{ 
    width: 100%; 
    font-size: 0.9em;
}
.zerotbl th,
.zerotbl td{
    display:block;
    padding: 10px;
    border-top: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width:100%;
}

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

@media (min-width: 992px) {
    .zerotbl	{ margin: 0 -10px; }
    .zerotbl th{
        display:table-cell;
        border-top: none;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    .zerotbl td{
        display:table-cell;
        border-top: none;
        border-left: none;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    .zerotbl th { width: 30%; text-align: left; }
    .zerotbl tr:first-child th{ border-top: 1px solid #ddd; }
    .zerotbl tr:first-child td	{ border-top: 1px solid #ddd; }
}

/****************************************
* 標準のZEROテンプレ用CSS 
****************************************/
#rsearch {
    margin:0px 0px 50px 0px;
    padding:5px 0px;
    font-size: 1.0em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

#rsearch table.rsearchtbl{ 
    width: 99%; 
    font-size: 0.85em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.rsearchtbl th,
.rsearchtbl td{
    display:block;
    padding: 10px;
    border-top: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
/*    width:100%;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

@media (min-width: 992px) {
    #rsearch table.rsearchtbl { margin: 3px 3px;}
    .rsearchtbl th{
        display:table-cell;
        border-top: none;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    .rsearchtbl td{
        display:table-cell;
        border-top: none;
        border-left: none;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    .rsearchtbl th { width: 20%; text-align: left; }
    .rsearchtbl tr:first-child th{ border-top: 1px solid #ddd; }
    .rsearchtbl tr:first-child td	{ border-top: 1px solid #ddd; }
}

#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:6px 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: 10px 0px;
    float: left;
    width: 100%;
    text-align: center;
}


/****************************************
* ランキングページ表示用
****************************************/
#tkmranking {
    margin: 10px 0px;
    padding:10px 0px;
}

#tkmranking h1.post-title {
    width:98%;
    background:#f5deb3;
    font:bold 28px/1.6 Arial, Helvetica, sans-serif;
    color:#333;
    text-shadow:
            1px 1px 0 #fff,
            2px 2px 0 #999;
    -webkit-box-shadow:1px 1px 1px 1px rgba(0,0,0,0.3),15px 15px 0 -5px #fff,15px 15px 1px -4px rgba(0,0,0,0.2);
    -moz-box-shadow:1px 1px 1px 1px rgba(0,0,0,0.3),15px 15px 0 -5px #fff,15px 15px 1px -4px rgba(0,0,0,0.2);
    box-shadow:1px 1px 1px 1px rgba(0,0,0,0.3),15px 15px 0 -5px #fff,15px 15px 1px -4px rgba(0,0,0,0.2);
    padding:15px;
}
#tkmranking h1.post-title02 {
    padding: .5em .5em .5em .5em;
    font:bold 28px/1.6 Arial, Helvetica, sans-serif;
    color:#333;
    text-shadow:
            1px 1px 0 #fff,
            2px 2px 0 #999;
    
    border: 1px solid #ccc;
    border-top: 3px solid #77b55a;
    border-bottom: 3px solid #77b55a;
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}

#tkmranking .contentbox {
    margin:20px 0px;
    padding:20px;
    text-align: left;
    font-size:1.2em;
    background-color: #ffffe7;
    
    line-height: 1.6em;
    
    /* border: 1px solid #ddd; */
    -webkit-border-top-left-radius: 20px;  
    -webkit-border-top-right-radius: 20px;  
    -webkit-border-bottom-right-radius: 20px;  
    -webkit-border-bottom-left-radius: 20px;  
    -moz-border-radius-topleft: 20px;  
    -moz-border-radius-topright: 20px;  
    -moz-border-radius-bottomright: 20px;  
    -moz-border-radius-bottomleft: 20px; 
}


#tkmranking .rankingbox {
    width:100%;
    margin:0 auto;   
}

#tkmranking h2.subtitle {
    padding: .5em .75em;
    font-size:20px;
    color:#fff;
    background: -webkit-linear-gradient(top, #89c403 0%, #77a809 100%);
    background: linear-gradient(to bottom, #89c403 0%, #77a809 100%);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

/*h2タグ 【02】*/
#tkmranking h2.subtitle02 {
    position: relative;
    padding: .75em 1em .75em 1.5em;
    border: 1px solid #ccc;
    font-size:20px;
    color:#333;
}
#tkmranking h2.subtitle02::after {
    position: absolute;
    top: .5em;
    left: .5em;
    content: '';
    width: 6px;
    height: -webkit-calc(100% - 1em);
    height: calc(100% - 1em);
    background-color: #89c403;
    border-radius: 4px;
}


#tkmranking img.rankingicon {
    padding-right:10px;
    height:auto;
    width:auto;
}

#tkmranking .prombox {
    width:99%;
    margin: 10px auto;
}
/*left*/
#tkmranking .prombox-1 {
    float:left;
    width:100%;
}
/*right*/
#tkmranking .prombox-2 {
    float:left;
    width:100%;
    padding:5px 10px;
    text-align: left;
    font-size:1.0em;
    line-height: 1.6em;
}

#tkmranking a.normal {
    font-size:.9em;
    color: #0000ff;
    text-decoration: none;
    border-bottom: 1px solid;
}
#tkmranking a.normal:hover {
   color: #3cb0fd; 
}

/*bottom*/
#tkmranking .prombox-3-1 {
    padding: 5px 10px;
    float:left;
    width:100%;
    background-color: #fff;
}
#tkmranking .prombox-3-2 {
    float:left;
    width:100%;
    background-color: #f9f9f9;
}

#tkmranking .imagebox {
    margin:1px 0px;
    text-align: center;
}

#tkmranking img.itemimg {
    width:97%;
}

#tkmranking img.itemimg:hover {
    animation: itemimgrumble 0.12s linear infinite;
}

@keyframes itemimgrumble{
    0% {transform:rotate(0deg) translate(0,0);}
    12.5% {transform:rotate(0.4deg) translate(1px,-1px);}
    25%	{transform:rotate(0.8deg) translate(0px,1px);}
    37.5% {transform:rotate(0.4deg) translate(-1px,0);}
    50%	{transform:rotate(0deg)	translate(0,0);}
    62.5% {transform:rotate(-0.4deg) translate(1px,0);}
    75%	{transform:rotate(-0.8deg) translate(0,1px);}
    87.5% {transform:rotate(-0.4deg) translate(-1px,-1px);}
    100% {transform:rotate(0deg) translate(0,0);}
}

#tkmranking img.item-noimage {
    width:50%;
}

#tkmranking .btnbox {
    margin:10px 0px;
    text-align: center;
    width:100%;
}
#tkmranking .btnbox-in {
    margin:0 auto;
    text-align: center;
    width:97%;
    padding-top: 10px;
    padding-bottom: 10px;
    
    -moz-box-shadow: 0px 10px 14px -7px #3e7327;
    -webkit-box-shadow: 0px 10px 14px -7px #3e7327;
    box-shadow: 0px 10px 14px -7px #3e7327;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
    background:-moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
    background:-webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
    background:-o-linear-gradient(top, #77b55a 5%, #72b352 100%);
    background:-ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
    background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352',GradientType=0);
    background-color:#77b55a;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    border-radius:20px;
    border:1px solid #4b8f29;
    display:inline-block;
    cursor:pointer;
}


#tkmranking a.puru {
    color: #fff;
    font:bold 18px/1.6 Arial, Helvetica, sans-serif;
    background-color: transparent;
}

#tkmranking .btnbox {
	position:relative;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-timing-function: ease-in;
	-moz-animation-timing-function: ease-in;
	-o-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-moz-keyframes purupuru {
	0% { -moz-transform: skewX(9deg); }
	10% { -moz-transform: skewX(-8deg); }
	20% { -moz-transform: skewX(7deg); }
	30% { -moz-transform: skewX(-6deg); }
	40% { -moz-transform: skewX(5deg); }
	50% { -moz-transform: skewX(-4deg); }
	60% { -moz-transform: skewX(3deg); }
	70% { -moz-transform: skewX(-2deg); }
	80% { -moz-transform: skewX(1deg); }
	90% { -moz-transform: skewX(0deg); }
	100% { -moz-transform: skewX(0deg); }
}

@-o-keyframes purupuru {
	0% { -o-transform: skewX(9deg); }
	10% { -o-transform: skewX(-8deg); }
	20% { -o-transform: skewX(7deg); }
	30% { -o-transform: skewX(-6deg); }
	40% { -o-transform: skewX(5deg); }
	50% { -o-transform: skewX(-4deg); }
	60% { -o-transform: skewX(3deg); }
	70% { -o-transform: skewX(-2deg); }
	80% { -o-transform: skewX(1deg); }
	90% { -o-transform: skewX(0deg); }
	100% { -o-transform: skewX(0deg); }
}

@-webkit-keyframes purupuru {
	0% { -webkit-transform: skewX(9deg); }
	10% { -webkit-transform: skewX(-8deg); }
	20% { -webkit-transform: skewX(7deg); }
	30% { -webkit-transform: skewX(-6deg); }
	40% { -webkit-transform: skewX(5deg); }
	50% { -webkit-transform: skewX(-4deg); }
	60% { -webkit-transform: skewX(3deg); }
	70% { -webkit-transform: skewX(-2deg); }
	80% { -webkit-transform: skewX(1deg); }
	90% { -webkit-transform: skewX(0deg); }
	100% { -webkit-transform: skewX(0deg); }
}

#tkmranking .btnbox:hover {
	-webkit-animation-name: purupuru;
	-moz-animation-name: purupuru;
	-o-animation-name: purupuru;
	animation-name: purupuru;
}

#tkmranking .editorsnote {
    padding:20px 0px;
}

@media (min-width: 992px) {
    #tkmranking .prombox {
        width:99%;
        margin: 5px auto 30px auto;
        border: 1px solid #ddd;
    }
    /*left*/
    #tkmranking .prombox-1 {
        float:left;
        width:40%;
        /*background-color: #fff664;*/
    }
    /*right*/
    #tkmranking .prombox-2 {
        float:left;
        width:59%;
        padding:20px;
        text-align: left;
        font-size:1.1em;
        line-height: 1.6em;

        /*background-color: #ff4500;*/
    }

    #tkmranking .prombox-2 table.innertbl{
        font-size: 0.85em;
        color: #666;
        width: 100%;
        border-collapse: collapse;
    }
    #tkmranking .prombox-2 table.innertbl tr th,
    #tkmranking .prombox-2 table.innertbl tr td {
        padding: 5px 10px;
        border: 1px solid #DDD;
        vertical-align: middle;
    }
    #tkmranking .prombox-2 table.innertbl tr td.col1 {
        width:35%;
    }
    
    #tkmranking .prombox-2 table.innertbl tr th {
        text-align: center;
        font-weight: bold;
    }    
    
    #tkmranking a.normal {
        font-size:.9em;
        color: #0000ff;
        text-decoration: none;
        border-bottom: 1px solid;
    }
    #tkmranking a.normal:hover {
       color: #3cb0fd; 
    }

    /*bottom*/
    #tkmranking .prombox-3 {
        float:left;
        width:100%;
        background-color: #f9f9f9;
    }

    #tkmranking .imagebox {
        margin:20px 0px;
        text-align: center;
    }

    #tkmranking img.itemimg {
        width:80%;
    }

    #tkmranking img.item-noimage {
        width:50%;
    }

    #tkmranking .btnbox {
        margin:15px 0px;
        text-align: center;
        width:100%;
        /*line-height: 5em;*/
        /*border: 1px solid #555;*/
    }
    #tkmranking .btnbox-in {
        margin:0 auto;
        text-align: center;
        width:80%;
        padding-top: 10px;
        padding-bottom: 10px;

        -moz-box-shadow: 0px 10px 14px -7px #3e7327;
        -webkit-box-shadow: 0px 10px 14px -7px #3e7327;
        box-shadow: 0px 10px 14px -7px #3e7327;
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
        background:-moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
        background:-webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
        background:-o-linear-gradient(top, #77b55a 5%, #72b352 100%);
        background:-ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
        background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352',GradientType=0);
        background-color:#77b55a;
        -moz-border-radius:20px;
        -webkit-border-radius:20px;
        border-radius:20px;
        border:1px solid #4b8f29;
        display:inline-block;
        cursor:pointer;
        color:#ffffff;
        font-family:Arial;
        font-size:13px;
        font-weight:bold;
        padding:12px 12px;
        text-decoration:none;
        text-shadow:0px 1px 0px #5b8a3c;    

    }

    #tkmranking a.puru {
        color: #fff;
        font-size: 1.8em;
        font-weight: bold;
        background-color: transparent;
    }

    #tkmranking .editorsnote {
        padding:20px 0px;
    }
}

