/* 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/nomura/assets_c/2015/05/nomura-thumb-1024x702-307.jpg);
}


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

#container{
/* 背景カラーの指定 */

background: #93af7b;
}

#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: 480px !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: #0d5415;
border-radius: 4px;
}

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

/* 記事 */

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

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

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

#header nav ul li{
background: #2d7135;
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:  #2d7135;
}

/* ソーシャルボタン */
.SocialBtn {margin: 15px auto; padding: 0; list-style: none;}
.SocialBtn li {float: left; margin-right: 8px; padding: 0;}
.SocialBtn img {width: 45px; border-radius: 5px; padding: 0;}

/*-----------------------------------------------------
	clearfix　
-----------------------------------------------------*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
