/*----------------------------------------------------------------------------------------*/
/* tours content -------------------------------------------------------------------------*/

.TourList {margin-bottom:50px;}
.TourImageWrap {margin-top:10px;margin-bottom:10px;}
.tourTitle {border-bottom:2px solid var(--concept-colorA);font-size:1.2em;font-weight:500;line-height:1.7em;}
.tourTitle .number {color:var(--concept-colorA);}

table.table-basic th,
table.table-basic td{font-size:14px;}

.TourImageWrap{width:100%;padding:10px;display:flex;justify-content:center;}
.TourImageWrap .carousel-cell{height:200px;margin-right:10px;}
.TourImageWrap .carousel-cell img{display:block;max-height:100%;}

/*
.sub ol {margin-left:20px;}
.sub ol li{list-style:decimal;}
.sub ul {margin-left:20px;}
.sub ul li {list-style:disc;}
*/

div.box-style-left {border-radius:4px;}
#ContentsWrap .text-pointA{color:var(--concept-colorA);}

h5.title {
    font-size: 19px;
    color: var(--concept-colorA);
    font-family: "S-CoreDream";
    position: relative;
    font-weight: 700;
	padding-bottom:10px;
}

table.table-topBgOpacityWidthLine.tourTableContent th.tourTableTitle{font-weight:700;}
table.table-topBgOpacityWidthLine.tourTableContent td{text-align:left;}


ul.list-circle{padding-left:33px;}

h3.title span{display:inline-block;width:4px;height:19px;background:var(--concept-colorA);margin-right:9px;margin-bottom:0px;}


/* tours content -------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/



@media (max-width: 767.98px){
	h5.title{font-size:14px;}
	ul.list-circle{padding-left:29px;}
	.tourTableContentWrap{overflow-x:auto;}
	table.table-topBgOpacityWidthLine.tourTableContent{width:500px;}
	.tourTableContentWrapA{flex-direction: column-reverse;}
	.tourTableContentWrapA .col-lg-3{margin-bottom:10px;}
	h3.title span{width:3px;height:15px;margin-bottom:-1px;}

}


