@charset "utf-8";
@import url("import.css");

/*-----------------------------------------
	CSS information
	  file name:	index.css
	  style info:	only for kankyo page
-----------------------------------------*/

article
	{
	float:left;
	clear:both;
	margin-bottom:40px;
	padding-bottom:40px;
	width:100%;	
	}
section 
	{
	background:url(../pc_images/kankyo/kankyo_bg.png) no-repeat top right;
	}
#env_b
	{
	height:560px;
	}
	
section #h_box
	{
	margin:42px 0px 52px 65px;
	float:left;
	}
				
.discription, .title
	{
	float:left;
	}		

.title
	{
	margin:0 0 0 65px;
	}		

.discription
	{
	float:left;
	}		

#content_bottom h2 
	{
	background:#E5E6E6;
	padding:15px 0 12px 52px;
	font-weight:normal;
	margin-bottom:32px;
	}	
	
#content_mid
	{
	padding:10px 60px;
	}
					
#content_bottom
	{
	padding-bottom:22px;
	}
#tap_menu
	{
	float:left;
	padding:0 32px;
	}		
		
.visible	{
	visibility:hidden;
	height:0px ;
	width: 0px;
	}		
		
		
		