/*store*/
#stores{ width:1100px; margin:30px auto 150px; }
#stores table{ width:100%; }
#stores table tr{line-height:24px; border-bottom:1px solid #e2e2e2;}
#stores table tr:last-child{border-bottom:1px solid #1d8667;}
#stores table th, #stores table td{ padding:15px; }
#stores table thead{ /*background:#f1f1f0;*/ color:#1d8667; }
#stores table tbody{ text-align:center; }
#stores table tbody td:nth-child(2){ text-align:left; }
#stores table a i{ line-height:24px; font-size:22px; color:#1d8667; }


/*sitemap*/
#contents .subtitle {border-bottom: 1px solid #fafaf9;}
.sitemap{width:1100px; margin:30px auto 150px;}
.sitemap table{ width:100%; }
.sitemap table caption{ line-height: 80px; color: #383838; font-weight: 500; letter-spacing: -0.07em; }
.sitemap table tr{line-height:30px; border-bottom:1px solid #e2e2e2;}
.sitemap table tr:first-child{ border-top:1px solid #1d8667 }
.sitemap table tr:last-child{border-bottom:1px solid #1d8667;}
.sitemap table th{ width:20%; padding:15px 0 0 30px; background:#f1f1f0; text-align: left;}
.sitemap table td{ padding:15px; }
.sitemap table ul{ width:100%; overflow:hidden; }
.sitemap table li{ float: left; width:25%;}
.sitemap table li>a{ display:block; width:100%; text-decoration:none; color:#1d8667; line-height:30px; font-weight: bold; }
.sitemap table li p{ padding-bottom: 30px; }
.sitemap table li p a{ display:block; padding-left:8%; text-decoration:none; line-height:24px; font-weight: normal; font-size: 0.85em;}
