/*
Theme Name: Rabo 2017 06
Author: Rabo Inc.
Description: This is Rabo's theme.
Version: 0.1
 */

/**
 * You can add custom styles below.
 */
.my-pop-blogs__title h2 { font-size: inherit;}

body.blog article{
/*    background-color:#F5F5F5 !important;*/
}

.list--blog{
    margin-top:10px;
}

ul.tag-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.tag-list li {
  display: inline-block;
  margin: 0 .5em 0 0;
  padding: 0;
  margin-top:10px;
  font-weight:bold;
}
ul.tag-list li a {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 1em;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}
ul.tag-list li a:hover {
  background-color: #44DEDE;
  border: 1px solid #44DEDE;
  color: #fff;
}

ul.tag-list li a:before {
  font-family: FontAwesome;
  content: '\f02b'; 
  color:#111;
  margin-right:5px;
}

ul.ranking-list{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.ranking-list li{
    margin: 0;
    padding: 0;
    margin-bottom: 1px;
    margin-top:20px;
    height:60px;
}

ul.ranking-list li a{
    display: block;
    color: #111;
    text-decoration: none;
}

ul.ranking-list li a:hover {
    background-color: #44DEDE;
    color: #fff;
}

ul.ranking-list li img{
    float:left;
    width:60px;
    height:60px;
    margin:0;
    padding:0;
    margin-right:5px;
    object-fit:cover;
    border-radius:2px;
}

ul.ranking-list li p{
    font-size:12px;
}



ul.ranking-list .title{
}

ul.ranking-list li a:after{
    content: "";
    display: block;
    clear: both;
}

.side-ranking,
.side-tag
{
    width:100%;
/*
    border: 1px solid #ccc;
    padding:20px 10px;
*/
    background-color:#fff;
}

.side-tag{
    margin-top:20px;
}

.side-title{
    font-weight:bold;
    text-align:center;
}

.side-ranking .side-title{
  position: relative;
  background: #F8823C;
  padding: 2px 5px 2px 5px;
  font-size: 15px;
  color: #fff;
  border-radius: 0 2px 2px 0;
/*
  width:90%;
*/
  width:100%;
  height: 40px;
  line-height: 40px;
  margin:0 auto;
  color:#fff;
  right:-0.75em;
  margin-bottom:10px;
}

.side-ranking .side-title:before{
  font-family: FontAwesome;
  content: '\f062'; 
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ffa337;
  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 2px;
/*
  border-radius: 50%;
*/
}

.side-tag .side-title{
  position: relative;
  background: #F8823C;
  padding: 2px 5px 2px 5px;
  font-size: 15px;
  color: #fff;
  border-radius: 0 2px 2px 0;
/*
  border-radius: 0 10px 10px 0;
*/
/*
  width:90%;
*/
  width:100%;
  height: 40px;
  line-height: 40px;
  margin:0 auto;
  color:#fff;
  right:-0.75em;
  margin-bottom:10px;
}

.side-tag .side-title:before{
  font-family: FontAwesome;
  content: '\f02b'; 
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ffa337;
  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 2px;
/*
  border-radius: 50%;
*/
}

.mokuji_contents{
    background-color:#ECEEF1;
    border:1px solid #CCCCCC;
    border-radius:1px;
    padding:10px 20px;
    margin-bottom:20px;
}

.mokuji_contents span{
    display:inline-block;
    margin-top:10px;
    font-weight:bold;
}

.mokuji_contents ul{
    list-style:none;
    margin:0;
    padding:0;
}

.mokuji_contents ul li{
    margin:10px 0;
}

.mokuji_contents ul li a{
    text-decoration:underline;
}

.relatedposts h3{
    width:100%;
    background-color:#44DEDE;
    color:#fff;
    padding:15px;
    border-radius:2px;
}

.nearlyposts h3{
    width:100%;
    background-color:#44DEDE;
    color:#fff;
    padding:15px;
    border-radius:2px;
}

.single_body{
    width:100%;
}

.single_body .card-section h4{
    height:250px;
}

.slider{
margin-top:0;
height:400px;
}
.slider img{
height:400px;
object-fit:cover;
}
.slider div{
position:relative;
}
.slider p.hot_title {
position: absolute;/*絶対配置*/
color: white;/*文字は白に*/
bottom: 20px;
left: 20px;
font-size:30px;
font-weight:bold;
}

.bx-wrapper {
  background-color: transparent;
  margin-bottom:20px;
  border: none;
  box-shadow: none;
}
.bx-wrapper img {
  display: block;
  margin: 0px auto;
}

.slider{
  opacity:0;
}

.slider p.hot_ribbon  {
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  top: 20px;
  right:20px;;
}

.starburst {
display: block;
width: 4em;
height: 4em;
line-height: 4em;
background: #EB2142;
-webkit-transform: rotate(-70deg);
-moz-transform: rotate(-45deg);
text-align: center;
text-decoration: none;
color: #FFF;
font-weight: bold;
/*text-shadow: 0 0 3em #FF2F2F, 0 0 4px #FF2F2F;*/
-moz-transition: -moz-transform 0.3s ease;
-webkit-transition: -webkit-transform 0.3s ease;
}
.starburst span {
display: block;
width: 4em;
height: 4em;
background: #EB2142;
-webkit-transform: rotate(22.5deg);
-moz-transform: rotate(22.5deg);
rotation: 22.5deg;
}


@media screen and (max-width: 767px) {
    .slider{
    height:200px;
    }
    .slider img{
    height:200px;
    }

    .slider p.hot_title {
    bottom: 10px;
    left: 20px;
    font-size:20px;
    font-weight:bold;
    }

    .starburst {
    width: 2.5em;
    height: 2.5em;
    line-height:2.5em;
    }
    .starburst span {
    width: 2.5em;
    height: 2.5em;
    }

    .single_body{
        width:95%;
    }

}

.header-label{
    font-size:13px;
}

.single_body .article-header--no-margin-top{
    margin-bottom:0px;
}

.single_body .article-header--no-margin-top h1{
    margin-bottom:0px;
}

.single_body p{
    line-height:30px;
}


ul.category-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.category-list li {
  display: inline-block;
  margin: 0 .5em 0 0;
  padding: 0;
  margin-top:10px;
  font-weight:bold;
}
ul.category-list li a {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 1em;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}
ul.category-list li a:hover {
  background-color: #44DEDE;
  border: 1px solid #44DEDE;
  color: #fff;
}

ul.category-list li a:before {
  font-family: FontAwesome;
  content: '\f005'; 
  color:#111;
  margin-right:5px;
}

.header-atts{
    height:35px;
    line-height:35px;
}

.category_btn a{
/*  display: inline-block;*/
  height: 35px;
  line-height: 35px;
  padding: 0.5em 1em;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}

.category_btn a:hover {
  background-color: #44DEDE;
  border: 1px solid #44DEDE;
  color: #fff;
}


.contact_link_area a:hover{
    opacity:0.8;
}

.contact_link_area{
    width:100%;
    position: fixed;
    bottom:1rem;
    text-align:center;
    z-index:1000;
}
