@charset "utf-8";


/*--------------------------------------------------
  背景
--------------------------------------------------*/
body{
	overflow-x:hidden;
	}

#bg_ads {
    position: relative;
    z-index: 1;
    width: 100%;
}

#bg_ads a{
    position: absolute;
    width: 100%;
    height: 800px;
    top: 35px;
    background: url(http://blog.esuteru.com/images_jack/20160328_1450x800.jpg) no-repeat center top;
    display: block;
}





/*--------------------------------------------------
  ヘッダエリア
--------------------------------------------------*/
#header{
	background:none;
	position:relative;
	width: 1091px;
	margin: 0 auto;
	z-index:1;
	}

#header .wrap{
	width: 1091px;
	}

#header #headline{
	margin:0 5px 0 0;
	}
	
#header #logoArea{
	margin:0 0 0 10px;
	}



/* 通常ジャック時
--------------------------------*/
#header #logoArea h1 {
	text-indent:0px;
	background:none;
    margin-bottom: 23px;
}
#header #logoArea h1 a{
    margin: 10px 0 19px;
}


/* 通常ロゴ侵食時
--------------------------------*/
#header #logoArea h1.erosion {
    height: 165px;
	text-indent:0px;
	background:none;
	margin-bottom: 8px;
}
#header #logoArea  h1.erosion a{
    margin: 0px 0 0px;
}








/* TOP用調整(通常ジャック時)
--------------------------------*/
.top #header #logoArea h1 {
   height: 65px;
}
.top #header #logoArea h1 a{
    margin: 10px 0 16px;
}




/* TOP用調整(通常ロゴ侵食時)
--------------------------------*/
.top #header #logoArea h1.erosion {
    height: 163px;
}
.top #header #logoArea h1.erosion a{
    margin: 0px 0 0px;

}





#header .wrap {
 
	background:#fff;
}


html #header #headline .banner{
    margin: 0 0 3px 0;
}

#header #headline .tweet_rank, #header #headline .comme_rank {
    margin-bottom: 2px;
}



/*--------------------------------------------------
  メニューエリア
--------------------------------------------------*/
#top_tag_list{
		background: none;
		margin-left:-1px;
		}

#top_tag_list ul li.last a{
	margin-right:0px;
		}

#content{
/*	border-top:1px solid #a9c1d3;*/
	position:relative;
	margin-top:0px;
	z-index:2;
}



/*--------------------------------------------------
  b300x80 b728x90 バナー削除
--------------------------------------------------*/


/*#header #logoArea .b300x80 {
    display: none;
}

#header #headline .b728x90{
    display: none;
}

#header .wrap {
    height: 345px;
}

#header {
    height: 457px;
}
*/