/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊

　(2)ヘッダーエリアのスタイル

＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/
/* (2-1) ヘッダー背景
--------------------------------------------*/
/* ブログタイトルエリア、ヘッダー画像の下にテキストを隠す */
.skin-blogTitle {
z-index: -1;
}

/* ブログタイトルと説明文を非表示にする */
/* ブログタイトル非表示 */
.skin-blogMainTitle {
text-indent: -9999px;
}

/* ブログ説明文非表示 */
.skin-blogSubTitle {
display: none;
}

/* ヘッダータイトル */
.skin-headerTitle {
padding-top: 0;/* ヘッダー上余白 */
padding-bottom: 0;
text-align: center;
}

/* ヘッダーの背景色とヘッダー画像 */
.skin-bgHeader {
background-color: transparent;/* ヘッダー背景色 */
background-image: url(https://stat.blogskin.ameba.jp/blogskin_images/20190113/07/e0/0t/p/o11200400soulfulfengshui1547332504016.png);
background-repeat: no-repeat;
background-position: center top;
height: 400px;/* ヘッダー高さ */
width: 1120px;/* ヘッダー横幅 */
margin: 0 auto;
}
/* ヘッダーの横幅 */
.skin-bgHeader [data-uranus-layout="headerInner"] {
width: 1120px;
}
/* ヘッダーの高さ */
.skin-bgHeader [data-uranus-layout="headerInner"]>a {
height: 400px;
}
