@charset "shift_jis";
/* CSS Document */

/*======================================

関東特集ページ　共通css

=======================================*/


/*======================================

パンくず＆ソーシャルボタン

=======================================*/

#breadcrumb {
	width:960px;
	margin:0 auto;
}
#breadcrumb #body{
	width: 950px;
	margin: 0 auto;
	padding: 8px 0 4px;
}
#breadcrumb a {
	color:#003F98;
}
#breadcrumb a:hover {
	text-decoration:none;
}
#socialBox {
	position:absolute;
	top:6px;
	right:0;
}

/*======================================

PAGETOPボタン 

=======================================*/

#pageTop {
	position: fixed;
	bottom: 77px;
	right: 50px;
	font-size:20px;
	z-index: 9999;
	display:none;
}
#pageTop a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 35px;
	padding: 15px 10px;
	font-weight:bold;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#pageTop a:hover {
	text-decoration: none;
	background: #999;
}