@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:#666;
	font-size:15px;
	line-height:160%;
	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;	
}


 /**
  * 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;	
}



@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;
max-width:198px;
margin-left:auto;
margin-right:auto;
}

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

	
#rss{
	margin-top:20px;
	float:left;
	width:100%;
	margin-left:20px;
}
.blogDate{
	width:15%;
	padding:5px;
	float:left;
	color:#000;
	font-size:14px;

}
.blogTxt{
	float:left;
	width:80%;
	padding:5px;

}
.blogTxt a{
	font-size:14px;
	color:#000;
	text-decoration:none;
}

.blogTxt a:hover{
	color:#E4007F;
	text-decoration:none;
}

iframe{
	background:#FFF !important;
}
