@charset "UTF-8";
@charset "UTF-8";



/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

@media screen and (min-width: 980px){
	#top_body .sum_cont {
    margin: -10px 0;
    display: inline-block;
    vertical-align: top;
    width: 244px;
}
#top_body .sum_cont img {
    width: 236px;
	height: 157px;
	border: solid 1px #0f2350;
    object-fit: cover;
}
	#top_body .sum_cont .link_ttl {
    width: 230px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-top: -68px;
    padding-left: 5px;
    font-size: 88%;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    color: #FFF;
    height: 45px;
    font-weight: bold;
    line-height: 22px;
}
}

.widget-index-top-title.main-widget-label {

    background: #006699 !important;

}

p.link_ttl {
    width: 300px;
    background-color: rgba(0,0,0,0.4);
    color: #FFF;
    font-weight: bold;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: -68px;
    position: absolute;
    height: 45px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.widget_new_entries .new-entrys-large-on .new-entry .new-entry-content a,
.widget_new_popular .popular-entrys-large-on .popular-entry .popular-entry-content a,
.widget_new_popular .new-entrys-large-on .new-entry .new-entry-content a,
.widget_new_popular .popular-entrys-large-on .wpp-list li a.wpp-post-title,
.widget_popular_ranking .popular-entrys-large-on .popular-entry .popular-entry-content a,
.widget_popular_ranking .popular-entrys-large-on .wpp-list li a.wpp-post-title {
  color:#fff;
  /*opacity:0.8;*/
  display:block;
  font-weight: bold;
}

.sum_cont-rss img{
	width:300px;
}
/* カテゴリー */
#sidebar li{
  margin-bottom: 3px;
}

#navi ul > li {
    float: left;
    list-style: none;
    position: relative;
    font-weight: bold;
}
/* カテゴリー */
li.cat-item{
font-size:14px;
}

#sidebar h3{
line-height: 35px;
padding: 0 20px;
border-radius:5px;
font-weight:bold;
color: #fff;
}

.textwidget a{
	    line-height: 2;
	margin-left: 15px;
}

@media screen and (min-width: 1280px){
#top_body-in-rss1 .sum_cont-rss .link_ttl:hover{
color:blue !important;
background-color:rgba(255,255,255,0.4)  !important;
}
	#top_body .sum_cont .link_ttl:hover{
color:blue !important;
background-color:rgba(255,255,255,0.4)!important;
}
}

.potan1{
    padding: 0px 12px;
    font-size: 14px;
    font-weight: bold;
	margin-top: -15px;
}

.potan1 a{
	text-decoration: none !important;
}

@media screen and (max-width: 600px) {
    #search-3 {
        margin-right: 5px;
        margin-left: 5px;
        margin-top: 35px;
    }
	
	.widget-over-breadcrumbs-title.main-widget-label {
        text-align: center;
        background-color: #006699;
        margin-top: 35px;
        border-radius: 0;
    }
}


/*ここにモバイルのスタイルを書く*/