/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/blog/ana/css/add.css);
/* end StyleCatcher imports */


#header #header-inner #header-content {
  background-image: url(https://www.ytv.co.jp/blog/ana/yamamoto/assets_c/2015/05/yamamototakaya_thumb.jpg);
}


#header h1{
                font-size: 0 !important;
        }

#container{
/* 背景カラーの指定 */
background: #00B3F0;
}

#container-inner{
background: #fff;
padding: 5px 25px;
}

#header-content:before{
background: none !important;
}

@media (min-width: 480px) {

      #header #header-inner #header-content {
        min-height: 320px !important; /* ヘッダー高さ調整 */
        }
      #header h1{
        font-size: 0 !important;
        padding-top: 60px;
        }
}

@media (min-width: 930px) {

      #header #header-inner #header-content {
        min-height: 445px !important; /* ヘッダー高さ調整 */
        }
 
      #content [role="main"] {
        width: 575px !important;
        }
      #content .related{
        width: 300px !important;
        padding-left: 40px !important;
        } 
        
      #header h1{
        font-size: 0 !important;
        padding-top: 100px;
        }
}


/* ウィジェット */
h3.widget-header{
padding: 2px 5px;
color: #fff;
text-align: center;
background: #223F9A;
border-radius: 4px;
}

.widget-content{}
.side-bnr {}
.side-bnr img{
width:100%;
height: auto;
}

/* 記事 */

.entry{
padding: 4%;
border-top: 3px solid #00B3F0;
font-size: .9em;
}

.entry h2{
margin-bottom: 15px;
padding-left: 15px;
border-left: 5px solid #223F9A;
}

/* グローバルメニュー */

#header nav ul li{
background: #223F9A;
color: #fff;
font-weight: bold;
}

#header[role="banner"] nav[role="navigation"] ul li a{
color: #fff;
}

#header[role="banner"] nav[role="navigation"] ul li a:hover{
background: #fff;
color:  #223F9A;
}
