@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

/*投稿ページ*/

span.red {
    font-size: 18px;
    color: #F00;
    font-weight: bold;
    margin: 0;
}

/*トップガットを探す*/
h2 span{
    font-size:90%;
    font-weight:bold;
}
h2 span span{
    font-size:70%;
    font-weight:bold;
}
ul.maker-text{
    list-style: none;
    background: #ebebeb;
    padding: 7px 10px 10px 10px;
}

.maker-text li{
    float:left;
    width: 140px;
    background:url(http://gutnavi.com/wp-content/uploads/2016/04/arrow.png) 0 3px no-repeat;
    font-size:14px;
    font-weight:bold;
    padding-left:24px;
    margin:3px 0;
}
.maker-text li a{
    color:#222;
    text-decoration: none;
}

.maker-text li a:hover{
    color: #b22222;
    text-decoration: underline;
}
.maker-phase{
    padding:20px;
}
.serch-area{
    border:5px solid #ddd;
    margin-bottom:20px;
        background: #FFF;
}

.serch-area h2{
    font-size:115%;
    font-weight:bold;
    padding:13px 20px 8px;
    background:#ebebeb;
    border:0;
    margin:0;
    color:#222;
    }
.serch-area h2:before,.serch-area h2:after{
    border-top:0;
}

.serch-area h2 span{
    margin-left:5px;
}

/*トップランキング*/
.top-ranking .rating-results-list tr{
    max-width:175px;
    float:left;
    padding:10px;
}

.top-ranking .rating-results-list .mr-featured-img{
    padding:0 !important;
    margin-bottom: 10px;
}

.top-ranking .rating-results-list table tbody tr td{
    float:left;
    width:115px;
    text-align: center;
}

.top-ranking .rating-results-list table tbody tr + tr td {
    margin:0;
}

.top-ranking .rating-results-list{
    margin-top:0;
    margin-bottom: 0;
}

.top-ranking{
    border:1px solid #d7c20d;
    background: #FCFAEF;
    margin-bottom:20px;
}

.top-ranking a{
    color:#222;
    text-decoration: none;
    display: block;
}

.top-ranking a:hover{
    color: #b22222;
    text-decoration: underline;
}

.rankh3 {
    position: relative;
    background: #c5bf3b!important;
    color: #ffffff!important;
    font-size: 23px!important;
    line-height: 30px;
    padding: 15px 20px!important;
    border-bottom:none!important;
    margin-bottom:10px!important;
    text-align:center;

}

.rankh3:after {
    content: '';
    position: absolute;
    border-top: 10px solid #c5bf3b;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: -10px;
    left: 50%;
    border-radius: 2px;


}

.rankh3:before {
    content: '';
    position: absolute;
    border-top: 10px solid #c5bf3b;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: -10px;
    left: 50%;
}

.respondform_title{
    display: block;
}

.yyi-rinker-main-img{
    max-width:175px !important;
}