@charset "utf-8";

/**
 * Table of Contents
 *
 * 1.0 - Gallery Image
 * 1.0.1 - Gallery Image 768px
 * 2.0 - Message Boss
 * 		2.0.1 - Message Boss 768px
 */
 
 /**
  * 1.0 - Gallery Image
 */
 
.gallery-img-style1{
width:100%;
height:auto;
float:left;	
}

.gallery-img-style1 .gl-one-element{
width:31%;
height:auto;
float:left;	
margin-right:3%;
box-sizing:border-box;
}

.gallery-img-style1 .gl-frame-img{
	width:100%;
	height:auto;
	margin-bottom:15px;
	float:left;
}

.gallery-img-style1 .gl-frame-img img{
	width:100%;
	height:auto;
}

.gallery-img-style1 .gl-name{
/*	color:#fff;*/
	font-size:1.7em;
	line-height:120%;
	font-weight:bold;
	width:100%;
	height:auto;
	margin-bottom:10px;
	text-align:center;
	float:left;
}

.gallery-img-style1 .gl-info{
width:100%;
height:auto;	
color:#545454;
font-size:1.3em;
line-height:160%;
text-align:center;
margin-bottom:20px;
float:left;
}

.gallery-img-style1 .gl-btn{
	width:100%;
	height:auto;
text-align:center;	
}

.gl-btn img {
    width: 75px;
}

 /**
  * 2.0 - Message Boss
 */
.mesage-boss{
	width:100%;
	height:auto;
	float:left;
	overflow:hidden;
}

.message-img{
width:25%;
float:right;
height:auto;	
margin-top:20px;
}

.message-img img{
/*max-width:198px;*/
width:100%;
height:auto;
margin:0 auto;
}

.message-info{
width:70%;
height:auto;
float:left;
margin-right:5%;
padding-left:45px;
padding-top:10px;
box-sizing:border-box;
background:url(../../img/top/type-anchor.png) no-repeat top left;	
}

.box-newss .news2 p {
    color: #000;
    font-size: 1.3em !important;
    line-height: 160%;
    padding: 15px 10px 10px 0px;
    border-bottom: dotted 1px #666;
    float: left;
    width: 97%;
}
.cnt2 a{
    color: #119A81;
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 5px;
    /* margin-bottom: 10px; */
    display: inline-block;
}
.cnt2 a:hover{
    opacity: 0.7;
}
.htr-col-left {
    width: 67%;
    float: right;
/*    margin-top: 20px;*/
    margin-left: 3%;
    box-sizing: border-box;
}
.htr-col-right {
    width: 30%;
    float: left;
        margin-top: 15px;
    /* padding-left: 20px; */
}

.title-style3{
border-bottom: navajowhite;
    border-left: 10px solid #2EFEF7;
    margin-bottom: 5px;
}

.title-style3 h3{
font-size:2.0em;
color:#333333;
line-height:120%;
font-weight:bold;
}


@media screen and (max-width:768px) {
	
  /**
  * 1.0.1 - Gallery Image 768px
 */
	.gallery-img-style1 .gl-one-element{
	 width:100%;	
	 margin-bottom:40px;
	}
	
	
 /**
  * 2.0.1 - Message Boss 768px
 */
.message-img{
width:100%;
text-align:center;
margin-bottom:20px;
}

.message-info{
width:100%;
float:none;
margin-right:5%;
padding-right:10px;
padding-top: 30px;
}
/*
.bg-menu{
width: 50%;
    margin-top: 0;
    border: 0;
}
.logo{
    padding-left: 15px;
    text-align: left;
}*/
.logo img{
 /*   margin-top: 5px;*/
/*    width: 50%;*/
}

.htr-col-left {
    width: 100%;
    float: left;
    margin-left: 0;
}
.htr-col-right {
    width: 100%;
}	
}


@media screen and (max-width:480px) {

 .wrap-title-style1 .big-title{
     font-size: 2.3em;
 }
  .wrap-title-style1 .big-title span{
          font-size: 80%;
    letter-spacing: -1px;
  }
.bg-menu{
    
}
/*
.logo{
    padding-left: 5px;
        width: 75%;
}
.logo img {
    margin-top: 0px;
    }*/
    .title-style3 h3 {
    text-align: left;
    }
    .cnt3 {
    text-align: left;
    font-size: 15px;
        margin-top: 20px;
    }
    /*
    .bg-menu {
    width: 70%;
    }*/
/*
.box-newss .news2 p:nth-child(odd) br {
display: none;
}
.box-newss .news2 p:nth-child(odd){
    width: 93%;
    border-bottom: none;
    padding-bottom: 0;
}
.box-newss .news2 p:nth-child(even) {
    width: 93%;
    padding-left: 10px;
    padding-top: 0;
}*/
}
