@charset "utf-8";
/*=============================================================
 sitemap Layout
=============================================================*/
/* box-menuList flow
-------------------------------------------------------------*/
#contents .box-menuList.flow{margin-top:30px;}
#contents .box-menuList.flow li{
	float:left;
	width:212px;
	margin-right:20px;
}
#contents .box-menuList.flow li:nth-child(3n){margin-right:0;}

#contents .box-menuList.flow dd span{
	display: block;
	background: #dfeaef;
	font-weight: bold;
	padding: 9px 1.8em;
	margin-top: 16px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px){

/* box-menuList flow
-------------------------------------------------------------*/
#contents .box-menuList.flow{margin-top:0;}
#contents .box-menuList.flow li{
	float:none;
	width:auto;
	margin-right:0;
}
#contents .box-menuList.flow li a{min-height:0 !important;}


}
