@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:25px;
	float:left;
}

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

.gallery-img-style1 .gl-name{
	color:#333333;
	font-size: 1.8em;
    line-height: 120%;
	
	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;	
}


 /**
  * 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:right;
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:nth-child(odd) {
    color: #513D13;
    font-weight: bold;
    font-size: 1.0em !important;
    line-height: 160%;
    padding: 15px 10px 10px 10px;
    float: left;
    width: 20%;
    border-bottom: dotted 1px #ccc;
}
.box-newss .news2 p:nth-child(even) {
    color: #666666;
    font-size: 1.0em !important;
    line-height: 160%;
    padding: 15px 10px 10px 0px;
    border-bottom: dotted 1px #ccc;
    float: left;
    width: 72%;
}
.box-newss .news2 p:nth-child(even) a {
	    color: #5eb634;
    font-weight: bold;

}
.box-newss .news2 p:nth-child(even) a:hover {
    opacity: 0.7;
}
.cnt{    font-size: 1.8em;}

@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%;
float:none;	
margin-top:0px;
text-align:center;
margin-bottom:20px;
}

.message-info{
width:100%;
float:none;
margin-right:5%;
padding-right:10px;
}

	
}


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

.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;
}
}