@charset "shift_jis";


/*スクロールバー設定*/
html {
scrollbar-darkshadow-color:#cccccc;
scrollbar-face-color:#cccccc;
scrollbar-highlight-color:#cccccc;
scrollbar-shadow-color:#cccccc;
scrollbar-track-color:#efefef;
}


body {
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF url(../images/bg.gif);	/*壁色と壁紙設定*/
	font: 75%/2 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";	/*全体の文字サイズ(75%)と行間(/2)設定*/
}
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}
.color1 {
	color: #FE5F04;
}
img {
	border: none;
}
.uline1 {
	background: url(images/uline_1.gif) repeat-x left bottom;
}



/*全般のリンク設定。（a:hoverはカーソルオーバー時）*/
a {
	color: #333333;
}
a:hover {
	color: #FF0000;
}



/*コンテナー（HP全体の枠）
------------------------------------------------------------------------*/
#container {
	width: 1040px;
	border: 1px solid #808080;	/*HPを囲む枠の色と幅*/
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}



/*ヘッダー（h1タグとサイト名が入っている部分）
------------------------------------------------------------------------*/
#header {
	font-size: 36px;	/*サイト名部分の文字サイズ*/
	font-weight: bold;	/*太字にする*/
	color: #FFFFFF;		/*文字色*/
	background: #BBBBBB url(images/header_bg.gif) no-repeat bottom;	/*背景色と画像の指定*/
	height: 100px;
}
#header h1 {
	font-size: 10px;	/*h1の文字サイズ*/
	padding-left: 10px;
}
#header p {
	padding-left: 20px;
}



/*ページ上部メインメニュー
------------------------------------------------------------------------*/
#mainmenu {
	padding: 0px;
}
#mainmenu ul {
	line-height: 40px;
	height: 40px;
	border-bottom: 1px solid #999999;
	background: #FFFFFF url(images/mainmenu_bg.gif) repeat-x;	/*メニュー背景のグラデーション画像指定箇所*/
}
#mainmenu li {
	float: left;
}
#mainmenu ul li a {
	display: block;
	width: 147px;
	text-align: center;
	border-right: 1px solid #999999;
	color: #333333;	/*メニューの文字色*/
	text-decoration: none;
}
#mainmenu ul li a:hover {
	background: #f5f5f5;	/*メニューカーソルオーバー時に背景色をこの色にする*/
}
#mainmenu .last {
	border-right-style: none;	/*一番右のメニューの右境界線を消す設定*/
}



/*中央コンテンツ
------------------------------------------------------------------------*/
#center {
	width: 700px;
	vertical-align: top;
	background: #efefef;	/*背景色*/
	padding: 10px 5px;
}
#center p {
	padding: 0.5em 18px 1em;
}
#center h2 {
	border-left: 5px solid #333333;	/*左に5pxの直線を入れる設定*/
	font-size: 100%;
	background: url(images/h2_bg.gif) no-repeat left bottom;	/*背景のグラデーション画像指定箇所*/
	padding-left: 10px;
	line-height: 40px;
	margin-bottom: 0.5em;
}



/*左右コンテンツのh2,h3とリンク設定
------------------------------------------------------------------------*/
#left h2,#right h3 {
	background: #999999;
	border: 1px solid #808080;
	font-size: 100%;
	color: #FFFFFF;
	text-align: center;
}
#left h2 a,#right h3 a {
	color: #FFFFFF;
	text-decoration: none;
}
#left h2 a:hover,#right h3 a:hover{
	text-decoration: underline;
}



/*左コンテンツ内の商品メニュー
------------------------------------------------------------------------*/
#left ul.menu {
	margin-bottom: 1em;
	text-align: center;	/*メニュー名を中央よせ。左よせがいいならここの１行を外す。*/
}
#left ul.menu li a {
	color: #FFFFFF;	/*メニューの文字色*/
	text-decoration: none;	/*リンクの初期設定の下線を外す設定*/
	border-bottom: 1px dotted #999999;	/*メニュー下に1pxの点線を入れる設定*/
	display: block;
	width: 154px;
}
#left ul.menu a:hover {
	color: #666666;	/*カーソルオーバー時の文字色*/
	text-decoration: underline;	/*オーバー時に消していた下線を表示させる設定。不要なら１行丸ごと外す。*/
}



/*フッター（最下部コピーライト部分）
------------------------------------------------------------------------*/
#footer {
	color: #FFFFFF;
	background: #999999;
	text-align: center;
	border-top: 1px solid #808080;
}
#footer a {
	color: #FFFFFF;
}



/*clearfix（変更しない）
------------------------------------------------------------------*/
.cf:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.cf { display: inline-block; }

/* Hides from IE-mac \*/
*html .cf { height: 1%; }
.cf { display: block; }
/* End hide from IE-mac */




#mainmenu ul {
	line-height: inherit;
	height: auto;
	border: none;
	background: none;
}
#mainmenu ul li {
	float: none;
}
#mainmenu .bnr-link {
	margin-bottom: 80px;
}
#mainmenu .bnr-link a:hover {
	opacity: 0.7;
}
#mainmenu .bnr-link .bnr-line {
	text-align: center;
	margin-bottom: 60px;
}






/*廃棄処分・リサイクル本文
------------------------------------------------------------------------*/
#sec01{
    position: relative;
}
#sec01 h2{
    margin-top: 30px;
    font-size: 22px;
    text-align: center;
    font-family: "M PLUS 2", sans-serif;
    line-height: 1.2;
    position: absolute;
    left: 130px;
}
#sec01 h2 span{
    font-size: 40px;
    font-weight: bolder;
}
#sec01 div{
    margin: 50px 0 0;
}



.recycle-txt{
    background: #fff;
    position: relative;
    height: 43px
}
.recycle-txt img{
    position: absolute;
    top: 7px;
}

.bg-orange{
    background: #FEE4AF;
}

.bg-orange ul{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    margin-top: 90px;
}
.bg-orange ul li{
    width: 23%;
    margin-right: 1.5%;
}
.bg-orange ul li:nth-child(4n){
    margin-right: 0;
}
.bg-orange ul li a:hover{
    opacity: 0.7;
}
.bg-orange .bg-d-orange{
    background: #FABE00;
    color: #fff;
    font-family: "M PLUS 2", sans-serif;
    font-size: 18px;
    font-weight: bolder;
    margin: 40px 0 0;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 20px 45px;
}
.bg-orange .bg-d-orange div{
    width: 20%;
}
.bg-orange .bg-d-orange p{
    width: 80%;
}

.bnr-recycle{
    background: #fff;
}
.bnr-recycle img{
    margin-bottom: 80px;
}
.bnr-recycle.bnr1 img{
    margin: 60px 0 40px;
}

.bnr-recycle img:hover{
    opacity: 0.7;
}

