@charset "UTF-8";

/*CSSDocument*/

/* main_layout.css
--------------------------------------------------------------

:: CSS Index

 1 : html body base
        
 2 : body base
        
 3 : header
     ・menu

 4 : footer
       
 5 : TOP Page
 
 6 : Contents Page
       


-------------------------------------------------------------- */

.chuko_footer_h{
	width:100%;
	}
.chuko_footer_b{
	width:100%;

	}

#chuko_footer{
	width:100%;
	min-width:1100px;
	background:#e9e9e9;
	padding:15px 0;
	text-align:center;
clear:both;
	}
#chuko_footer a{
color:#0f5c37 !important;
text-decoration:none !important;
}
#chuko_footer a:hover{
color:#0f5c37 !important;
text-decoration:underline !important;
}


#chuko_footer dl{
	width:1100px;
	background:#e9e9e9;
	margin:0 auto;
	padding:0;
	text-align:left;
	}

#chuko_footer dt{
	margin:0 0 10px 0;
	}

#chuko_footer dd{
	overflow:hidden;
	margin:0 0 25px 10px;
	}

#chuko_footer dd li.first{
	display:inline-block;
	font-size:10px;
	
}

#chuko_footer dd li{
	display:inline-block;
	font-size:10px;
	border-right:1px solid #ccc;
	padding-right:5px;
	margin-right:5px;
	
}


#chuko_footer dd li strong{
	font-weight:bold;
	font-size:12px;	
	padding-right:5px;
}

#chuko_footer dd ul{
	margin:0;
	padding:0;
	margin-right:15px;
	display:inline-block;
}

@media screen and (max-width: 1100px) {


#chuko_footer{
	width:100%;
	min-width:100%;
	}
#chuko_footer dl{
	min-width:100%;
	}
}


@media screen and (max-width: 480px) {
#chuko_footer{
	width:100%;
	box-sizing:border-box;
	padding:2%;
	}
#chuko_footer dl{
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:left;
	}

}








