@charset "UTF-8";

/*=========================================
	株式会社熊谷　CSR カテゴリトップ
	http://www.kumagai-co.com/csr/
=========================================*/

/*-h1の設定-*/
#content_top h1{background:#fff url(../images/h1_csr.jpg) no-repeat 0 0;}
#content_top h1 span{
	font-size:15px; /*←IE8以下用*/
	font-size:1.5rem;
}

/*-ページ下部余白の設定-*/
#content_top article{
	padding-bottom:80px;
}



/*-＜削除済＞環境方針-*/
#content_top .policy{
	margin-top:30px;
	padding:20px;
	width:666px;
	float:left;
	background-color:#eaf3fe;
}
#content_top .policy ul{
	padding:10px 0 0 20px;
}

/*-＜削除済＞ライスインキバナー-*/
#content_top #riceink{
	width:220px;
	height:122px;
	float:right;
	background-color:#eaf3fe;
}
#content_top #riceink figure a:hover{opacity:0.6; }
/*IE8以下用*/.ie8 #content_top #riceink figure a:hover{
	filter: alpha(opacity=50);
    zoom: 1;
}