@charset "utf-8";
/* CSS Document */

/***
　GENERAL
**/
*{
	font-size: 13px;
}
p,td,li{
	line-height:1.7;
	font-size: 100%;
}
a { color: #7976a6; line-height: 1.6;}
a:link { color: #7976a6;}
a:visited { color: #7976a6;}

.fl{ float: left;}
.fr{ float: right;}


/***
　レイアウト
**/
#container{
	width: 800px;
}
.fixed_header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
#header_lp{
	width: 100%;	
}
.wrap{
	margin: 0 auto;
	width: 1050px;
}

/***
　ヘッダー
**/
#header_lp{
	padding: 10px 0;
	border-bottom: 1px #ddd solid;
}
#header_lp .wrap{
	position:relative
}
.logo {
	display: block;
	width: 120px;
	height: 51px;
	background-image: url(https://imgbp.hotp.jp/CSP/img/bt/sprites/c.png);
	background-position: -580px -4px;
	text-indent: -9999px;
	overflow: hidden;
}
div.socialIcon3 {
	position: relative;
}
div.socialIcon3 ul {
	width: 320px;
	position: absolute;
	top: -20px;
	left: 480px;
}
div.socialIcon3 li {
	margin-right: 2px;
	vertical-align: middle;
	text-align: right;
}
.lp_breadcrumbs a{
	font-size: 10px;
}


/***
　コンテンツ
**/
/**全体**/
#contents {
	margin: 0;
}
#contents .wrap{
	background: #fff;
}
.wrapin{
	position: relative;
	margin:0 auto;
	padding: 0 0 40px;
	width: 900px;
}

/**バックナンバー**/
.trend_bn {
	background: #4a5b5f;
}
.tren_bn_tit{
	margin: 0 auto;
	padding: 60px 0 50px;
	width: 900px;
}
.tren_bn_tit h4 {
	margin: 0;
	font-size: 13px;
	float: left;
	width: 160px;
	font-weight: bold;
}
.tren_bn_tit ul {
	width: 610px;
	float: right;
}
.tren_bn_tit ul li {
    width: 305px;
    float: left;
    margin: 0 0 10px 0;
}
.tren_bn_tit ul li a {
    display: block;
	width: 262px;
	height: 31px;
    background: url(../images/img_backnumber.gif);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.tren_bn_tit ul li a.tren_bn1{ background-position: 0 0;}
	.tren_bn_tit ul li a.tren_bn1:hover{ background-position: 0 -62px;}
.tren_bn_tit ul li a.tren_bn2{ background-position: -262px 0;}
	.tren_bn_tit ul li a.tren_bn2:hover{ background-position: -262px -62px;}
.tren_bn_tit ul li a.tren_bn3{ background-position: 0 -31px;}
	.tren_bn_tit ul li a.tren_bn3:hover{ background-position: 0 -93px;}
.tren_bn_tit ul li a.tren_bn4{ background-position: -262px -31px;}
	.tren_bn_tit ul li a.tren_bn4:hover{ background-position: -262px -93px;}

/**フッター**/
#footer_lp{
	margin-top: 20px;
	background: #fff;
}
















