.sidebar1 {
    overflow: hidden;
}
/* Utility
---------------------------------------------------------------------- */
.clearfix {
    zoom: 1;/*for IE 5.5-7*/
    min-height: 1%;
}
.clearfix:after {/*for modern browser*/
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
* html .clearfix {
    display: inline-table;
    /*\*/display: block;/**/
}
img {
/*    height: auto;*/
    margin: 0;
    padding: 0;
    max-width: 100%;
    line-height: 100%;
    vertical-align: middle;
}
/* Content
---------------------------------------------------------------------- */
/* Page Utility */
.bgcolor01 {
    background-color: #fbfbfb;
}
.mb30 {
    margin-bottom: 30px;
}
.sec{
    padding-top: 20px;
    padding-bottom: 20px;
 }
.sectionWrap {
    width: 95%;
    margin: 0 auto;
}
.sectionWrap p{
    padding: 0;
}
	.sectionWrap ul {
	    margin: 0 auto 30px auto;
	    padding: 0;
	}
	.sectionWrap ul li {
	    margin: 0 auto;
	    padding: 0;
	}

.colR {
    width: 49%;
    float: right;
    font-size: 90%;
}
.colL {
    width: 49%;
    float: left;
    font-size: 90%;
}
.shopDataL {
    float: left;
    width: 49%;
}
.shopDataR {
    float: right;
    width: 49%;
}
.shopMap {
    margin: 0 auto;
}
.shopDetail {
    font-size: 90%;
}
	.shopDetail p {
	    font-size: 18px;
	}
.storeLink {
    text-align: center;
}
	.storeLink a {
	    display: inline-block;
	    margin: 0 auto 20px auto;
	    padding: 10px;
	    background-color: #009a44;
	    color: #fff;
	    text-align: center;
	}
	.storeLink a:link,
	.storeLink a:visited {
	    color: #fff;
	}
.sec h3 {
    font-size: 80%;
}
.sec h2{
	position: relative;
	background: #009a44;
	border: 3px solid #009a44;
	color: #fff;
	text-align: center;
    height: 50px;
}

.sec h3{
	position: relative;
	background: #009a44;
	border: 3px solid #009a44;
	color: #fff;
	text-align: center;
    height: 77px;
}
.sec h2:after, .sec h2:before,
.sec h3:after, .sec h3:before {
	position: absolute;
	top: 100%;
	left: 50%;
	height: 0;
	width: 0;
	border: solid transparent;
	content: " ";
	pointer-events: none;
}
.sec h2:after,
.sec h3:after {
	margin-left: -10px;
	border-color: rgba(0, 154, 68, 0);
	border-top-color: #009a44;
	border-width: 10px;
}
.sec h2:before,
.sec h3:before {
	margin-left: -14px;
	border-color: rgba(0, 154, 68, 0);
	border-top-color: #009a44;
	border-width: 14px;
}
/* RESPONSIVE
---------------------------------------------------------------------- */
@media only screen and (max-width:768px){
.mb30 {
    margin-bottom: 0px;
}
.colR {
    width: 90%;
    float: none;
    font-size: 90%;
}
.colL {
    width: 90%;
    float: none;
    font-size: 90%;
}
.shopDataL {
    float: none;
    width: 100%;
}
.shopDataR {
    float: none;
    width: 100%;
}
.shopMap {
    margin: 0 auto 40px;
}

}


/* 繁体字（Traditional Chinese）
---------------------------------------------------------------------- */
.zh-jp {
  font-family:
    "Noto Sans TC", "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", sans-serif;
}
