/* -----------------------------------
サイドバー
----------------------------------- */
.side-topad .ad > p {
    display: block !important;
    background: #84642f;
    color: white;
    padding: .25em 1em;
    font-weight: bold;
}

.side-topad .ad u li {
    margin-bottom: .5em!important;
}


#side aside ul {
    margin-left: .5em;
    margin-bottom: 2.5em;
    padding-right: 1.5em;
}
#side aside ul li {
    margin-bottom: .5em;
}

@media print, screen and (min-width: 320px){
	#side ul li a {
		/* width: 230px; */
	}

}
@media print, screen and (min-width: 480px){
	#side ul li a {
		/* width: 390px; */
	}

}
@media print, screen and (min-width: 640px){
	#side ul li a {
		/* width: 550px; */
	}

}
@media print, screen and (min-width: 960px){
	#side ul li a {
		/* width: 240px; */
	}

}

/* 人気記事表示 */
#side ul.wpp-list {
    counter-reset: pupular-ranking;
}
#side ul.wpp-list li {
    position: relative;
    margin-bottom: 1em;
    border-bottom: 1px dotted gray;
    padding-bottom: 1em;
}
#side ul.wpp-list li:before{
    background: none repeat scroll 0 0 rgba(140, 2, 2, 0.21);
    color: #fff;
    content: counter(pupular-ranking, decimal);
    counter-increment: pupular-ranking;
    font-size: 10px;
    left: 0;
    top: 0;
    line-height: 1;
    padding: 4px 5px;
    position: absolute;
    z-index: 1;
    border-radius: 1px;
    font-family: Arial;
    box-sizing: border-box;
    height: 15px;
    width: 110px;
}

#side ul.wpp-list li a {
    display: block!important;
    line-height: 1.6!important;
    width: 100%;
    font-size: 95%;
}
#side ul.wpp-list li a img {
    margin-right:.75em;
}

#side ul.wpp-list > li > a:first-child:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 110px;
    height: 110px;
    box-sizing: border-box;
    border-style: solid;
    border-width: 15px 0;
    border-color: rgba(255,255,255,0.37);
}
/* -----------------------------------
グローバルメニュー
----------------------------------- */

@media screen and (min-width: 960px){
	header .smanone ul.menu li a:hover {
		color: #ff0000;
		background: #f2d49f;
		transition: .2s;
	}
}

/* contact list */
div#contact-form-37 {
    margin-top: 3em;
}
/* -----------------------------------
一覧表示
----------------------------------- */
.kanren dt {
    float: left;
    width: 120px;
}
.kanren dt img {
    width: 120px;
}
.kanren dd {
    padding-left: 135px;
}

main .kanren dl {
    padding: .75em 2em .75em .75em;
}
main .kanren dl:nth-child(2n) {
    background: #fde9e9;
    /* padding: .5em; */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fff), color-stop(0.00, #ffdfdb));
    background: -webkit-linear-gradient(#ffdfdb, #fff);
    background: -moz-linear-gradient(#ffdfdb, #fff);
    background: -o-linear-gradient(#ffdfdb, #fff);
    background: -ms-linear-gradient(#ffdfdb, #fff);
    background: linear-gradient(#ffdfdb, #fff);
}

@media screen and (max-width: 480px){
	.kanren dt {
		float: left;
		width: 100px;
	}
	.kanren dt img {
		width: 100px;
	}
	.kanren dd {
		padding-left: 115px;
	}
}
@media screen and (max-width: 320px){
	main .kanren .smanone2 {
		margin-left: -115px;
		display: block;
		clear: both;
		padding-top: .5em;
	}

}

@media print, screen and (min-width: 960px){
	dd h3 a {
		line-height: 1.3;
		font-size: 22px;
	}
}
/* -----------------------------------
記事内容
----------------------------------- */

@media print, screen and (min-width: 960px){
	main {
		padding: 2em 2.5em;
	}
	h1.entry-title {
		font-size: 2em!important;
		line-height: 1.3!important;
		padding-right: 1em;
		margin-bottom: .5em!important;
	}
    p{
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 1.75em;
    }
}

/* 見出し２*/
.post h2 {
    margin-top: 2em;
}

/* 人気記事表示 */
div#wp_rp_first {
    margin-top: 3em;
}

/* 記事中の画像 */
.post p img,
div.wp-caption img {
    padding: 0;
    box-shadow: 0 0 15px #9e9e9e;
    margin-top: 1em;
    margin-bottom: 1em;
}

div.wp-caption {
    margin-top: 1em;
    margin-bottom: 1em;
}

.wp-caption-text a, .wp-caption-text {
    font-size: 80%;
    color: #90433f;
    line-height: 1.5;
    margin-top: .5em;
}

@media screen and (min-width:480px){
    .post p img,
    div.wp-caption img {
        padding: 7px;
        box-shadow: 0 0 15px #9e9e9e;
    }

    div.wp-caption {
    }

    .wp-caption-text a, .wp-caption-text {
    }
}

/* 記事中の番号なしリスト */
.post .entry-content > ul:not(#sitemap_list),
.post .entry-content .announcement-post > ul:not(#sitemap_list){
    border: 1px solid #ceacac;
    padding: 1em 2em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    background: #fbf5f5;
    color: #692e2e;
}
/* モバイル表示時の列表示調整 */
/* 画面幅320d以下の場合 */
@media screen and (max-width: 320px){
    ul.related_post li:nth-child(2n) {
        margin-right: 0!important;
    }
    ul.related_post li {
        width: 140px !important;
        clear: both !important;
    }
}

/* ------------------------------------
以下デザインカスタマイズ 
いらない場合はここから全削除
------------------------------------ */
/* タイトル（関連記事表示） */
.wp_rp_wrap .related_post_title{
    padding-bottom:.25em!important;
    margin-bottom:.25em!important;
}

/* タイトル（各記事） */
ul.related_post a.wp_rp_title {
    display: inline-block!important;
    font-size: 14px!important;
    margin-top:.25em;
    margin-bottom: 0!important;
    padding: .25em .5em;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ede5da+0,000000+100&0.65+0,0+100 */
    background: -moz-linear-gradient(top,  rgba(237,229,218,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(237,229,218,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(237,229,218,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ede5da', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

/* サムネイル画像上：飾り付け */
ul.related_post a.wp_rp_thumbnail:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-color: rgba(255,255,255,0.5);
    border-width: 25px 0 15px;
    border-style: solid;
    box-sizing: border-box;
	
	/* リング状にする設定→単に横棒にする場合には、100pxを0pxに変更する */
    border-radius:0px;
}

/* サムネイル画像上：番号付け */
ul.related_post {
    counter-reset: pupular-ranking;
}
ul.related_post li:before {
    /* background:  rgba(189, 171, 171, 0.49); */
    color: #fff;
    content: counter(pupular-ranking, decimal);
    counter-increment: pupular-ranking;
    font-size: 10px;
    left: 0;
    top: 0;
    line-height: 1;
    padding: 2px 1em;
    height:17px;
    box-sizing:border-box;
    position: absolute;
    z-index: 1;
    font-family: Arial;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#757575+0,757575+64,000000+100&0.65+0,0+100 */
background: -moz-linear-gradient(left,  rgba(117,117,117,0.65) 0%, rgba(117,117,117,0.23) 64%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(117,117,117,0.65) 0%,rgba(117,117,117,0.23) 64%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(117,117,117,0.65) 0%,rgba(117,117,117,0.23) 64%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6757575', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}


/* 記事抜粋 */
small.wp_rp_excerpt {
    color: #8c6969;
    display: block;
    line-height: 1.5;
}


.sitename a, /* サイトタイトル */
nav.smanone a, /* グローバルメニュー項目 */
aside h4 /* サイドバー見出し*/
{
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif!important;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
グーグル検索
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* 外枠*/
#side .gsc-control-cse {
    border: none;
    padding: 0;
    margin-top: -2.5em;
    background: transparent;
}

/* テーブル罫線 */
#side .gsc-control-cse table tr td{
    border:none;
    padding: 0;

}

/* input box */
#side .gsc-control-cse table  div {
    height: auto;
}
#side .gsc-control-cse table td.gsc-input input#gsc-i-id1 {
    padding: .25em!important;
}
/* input キャンセル cell */
#side .gsc-control-cse table tr td.gsib_b{
    /* background: #cbcbcb; */
}
/* input キャンセル button */
#side .gsc-control-cse table div#gs_st50 {
    display:none;
}
#side .gsc-control-cse table div#gs_st50 .gsst_a .gscb_a{
}
/* search button セル */
#side .gsc-control-cse table tr td.gsc-search-button{
    background: transparent; 
}
/* search button */
#side .gsc-control-cse input.gsc-search-button.gsc-search-button-v2 {
    height: 2.5em;
    width: 2.5em!important;
    border: none;
    background: #6763ca;
    margin:0;
    vertical-align: middle;
    margin-left: 5px;
    transition: .2s;
}
#side .gsc-control-cse input.gsc-search-button.gsc-search-button-v2:hover {
    background:red;
    transition: .5s;
}

/* search result */
.gs-webResult.gs-result a.gs-title:hover,
.gs-webResult.gs-result a.gs-title:hover b,
.gs-imageResult a.gs-title:hover,
.gs-imageResult a.gs-title:hover b {
    color: red;
}

#st-menuwide {
    background: #84642f !important;/*好きな色に修正*/
}

header .smanone ul.menu li a{
        color:#FFFFFF !important;/*ここを修正*/
    }