@charset "UTF-8";

p, li, ul, dl, th, td, small { list-style:none;}


.owl-pagination,.owl-controls {display:none;}

/* pc */
@media screen and (min-width: 1024px) {
#owl-demo .item img{
    display: block;
    width: 75%;
    height: auto;
	margin-bottom:-10px;
	margin-left:auto; margin-right:auto;
}
#t3-slideshow { height:100%;}
.owl-theme .owl-controls { margin-top:-4%; margin-bottom:1%;}




}
 
/* tablet  */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
#owl-demo .item img{
    display: block;
}

}
 
/* smartPhone */
@media screen and (max-width: 767px) {
#owl-demo .item img{
    display: block;
    height: auto;
	margin-left:-5%;
}
#t3-slideshow #owl-demo {margin-top:0px;}

.owl-theme .owl-controls {margin-top:-2%; z-index:1;}
#owl-demo * {margin:0; height:auto;}


}







.owl-theme .owl-controls .owl-page span {height:7px; width:7px; background-color:#63ba94; display:none;}

.t3-latest-news {margin-top: 50px;}
