@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

/* 
 * Page : index.html
 * ---------------------------------------------------- */

@media screen and (min-width: 469px) and (max-width: 768px){
}
@media only screen and (max-width: 468px){
}

/* 
 * Page : 
 * ---------------------------------------------------- */

@media screen and (min-width: 469px) and (max-width: 768px){
}
@media only screen and (max-width: 468px){
}


/* 
 * Page : sitemap
 * ---------------------------------------------------- */
.map {padding: 30px 0;}
.map ul li {
	border-left: 3px solid #ddd;
	margin-bottom: 20px;
	list-style: none;
	padding-left: 10px;
}
.map ul li a {text-decoration: none;}




