@charset "utf-8";
/* CSS Document */


/**/
.sitemap{
	width:100%;
	margin-bottom:40px;
}

.sitemap:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

.l_box{
	float:left;
	width:33%;
}

.m_box{
	float:left;
	width:33%;
}


.r_box{
	float:right;
	width:33%;
}


/*-- smartPhone --*/
@media screen and (max-width: 767px) {
	.l_box,
	.r_box,
	.m_box{
		float:none;
		width:100%;
	}	
	
	.l_box,
	.m_box{
		margin-bottom:20px;
	}	
}