@charset "utf-8";
/**----------------------------------------------------------
 *CSS information 
 *
 * file name	: recycle.css
 * style info	: page styles
 -----------------------------------------------------------*/

/* common
----------------------------------------------------------- */

#recycle h1{
	background:url(../img/img_sub_icon.png) no-repeat 25px 50%;
}


/* #recycle
----------------------------------------------------------- */

.recycle_image_01{
	margin-top:60px;
}

.recycle_image_02{
	margin-top:80px;
}

#role ul li{
	text-align:center;
	margin-left:14px;
	width:159px;
	float:left;
}
#role ul li:first-child{
	margin-left:0;
}

#role ul li p{
	margin-top:10px;
	line-height:1.4em;
	font-weight:bold;
	font-size:1.1em;
}

#role ul li a{
	display:block;
}

#role ul li a img{
	opacity:1;
	-webkit-transition: all ease-out 0.25s;
	   -moz-transition: all ease-out 0.25s;
        -ms-transition: all ease-out 0.25s;
         -o-transition: all ease-out 0.25s;
}

#role ul li a:hover img{
	opacity:0.8;
	-webkit-transition: all ease-out 0.1s;
	   -moz-transition: all ease-out 0.1s;
        -ms-transition: all ease-out 0.1s;
         -o-transition: all ease-out 0.1s;
}


/* #plant
----------------------------------------------------------- */

#plant #introduction ol li{
	margin-bottom:50px;
}

#plant #introduction ol li.min_left{
	position:relative;
}

#plant #introduction ol li.min_left h4,
#plant #introduction ol li.min_left p{
	width:450px;
}

#plant #introduction ol li.min_left img{
	position:absolute;
	top:0;
	right:0;
}


/* #flow
----------------------------------------------------------- */

#flow #contents #article h2{
	margin-bottom:20px;
}