@charset "utf-8";

/* ========================================================
	index.css => indexページ用css
======================================================== */

/* contents
============================================================================================================ */
*+html #contents {
	z-index: 20;
}
#whats {
	position: relative;
	top: 56px;
	width: 700px;
	margin-bottom: 60px;
	padding-top: 103px;
	background: url(../images/contents_bg_top.png) no-repeat top;
	z-index: 20;
}
#whats > .contents {
	padding-bottom: 25px;
	background: url(../images/contents_bg_bottom.png) no-repeat bottom;
	zoom: 1;
}
#whats .contents_inner {
	background: url(../images/contents_bg.png);
	zoom: 1;
}
#whats a {
	color: #e5145c;
}

/* contents head
============================================================================================================ */
#whats header {
	position: absolute;
	top: -56px;
	left: 0;
}
#whats header h1 {
	position: relative;
	margin-left: 289px;
	z-index: 3;
}
#whats header p {
	position: absolute;
	left: 67px;
	top: 9px;
}
#whats header p span {
	position: absolute;
	left: 173px;
	top: -11px;
	width: 55px;
	height: 58px;
	background: url(../images/giroko_parts.png) no-repeat 0 0;
}
#whats header ul {
	position: relative;
	margin-left: 271px;
	width: 322px;
	height: 84px;
	padding: 26px 0 0 60px;
	background: url(../images/head_q_bg.png) no-repeat;
	color: #e5145c;
	z-index: 3;
}
#whats header ul li {
	padding-bottom: 0.3em;
}

/* section
============================================================================================================ */
#whats section {
	padding: 12px 0 10px;
}
#whats section h1 {
	margin: 0 0 15px 67px;
}
#whats section .link {
	margin-left: 69px;
}
#whats section .link li {
	padding-bottom: 10px;
}
#whats section .link a {
	padding: 5px 0 5px 30px;
	background: url(../images/link_arrow.png) no-repeat left;
}

/* recycling
============================================================================================================ */
#recycling {
	padding-top: 95px !important;
}
#recycling .contents {
	margin-left: 72px;
	margin-bottom: 12px;
}
#recycling .contents ul {
	zoom: 1;
}
#recycling .contents ul:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
#recycling .contents ul li {
	position: relative;
	float: left;
}
#recycling .contents ul li a {
	position: absolute;
	left: 0;
	font-size: 85%;
	color: #ffffff;
}
#recycling .contents ul li.scrap a {
	top: 162px;
	left: 52px;
}
#recycling .contents ul li.shredder a {
	top: 168px;
	left: 70px;
}


/* sorting
============================================================================================================ */
#sorting {
}
#sorting .contents {
	position: relative;
	padding-top: 204px;
	margin-left: 89px;
	margin-bottom: 12px;
}
#sorting .contents p {
	position: absolute;
	top: 11px;
	left: 50px;
}
#sorting .contents dl {
	position: relative;
	z-index: 3;
}
#sorting .contents dd {
	position: absolute;
	top: 43px;
	left: 191px;
	width: 314px;
	height: 103px;
	padding: 10px 22px;
	background: url(../images/sorting_bg.png) no-repeat;
}

#sorting .contents dd span {
	display: block;
	margin-top: 0.5em;
	padding: 5px 0 5px 30px;
	background: url(../images/sorting_arrow.png) no-repeat left;
	color: #6d9f00;
}


/* electric
============================================================================================================ */
#electric {
}
#electric .contents {
	position: relative;
	margin-left: 105px;
	margin-bottom: 10px;
}
#electric .contents .text {
	position: absolute;
	top: 4px;
	left: 294px;
	width: 192px;
	height: 158px;
	padding: 15px 20px 0;
	background: url(../images/electric_bg.png) no-repeat;
}
#electric .contents ul {
	margin-top: 5px;
	padding-left: 62px;
	zoom: 1;
}
#electric .contents ul:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
#electric .contents ul li {
	float: left;
}

