@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*===========================PC====================================== */

div.sns_list div.sns_text{
	width: 100%!important;
}
/*.top_instagram div.sns_list > div .sns_photo a:after{
	display: none!important;
}*/
.top_instagram .sns_date{
	display: inline!important;
	color: #333!important;
		font-size: 12px!important;
	font-weight: bold;
}
div.sns_list div.sns_text{
	font-size: 12px!important;
	font-weight: bold;
}
.top_instagram .caption{
		font-size: 12px!important;
	font-weight: bold;
	    display: inline;
}
.sns_text ul{
	display: none;
}
.h_news_btn	a{
	font-size: 18px;
	color: #fff!important;
	position: fixed;
	left: 10px;
	bottom: 10px;
	z-index: 9999;
	background: #000;
	padding: 10px 20px 10px 20px;
	display: inline-block;
	text-decoration: none;
	    font-family: "logotype";

}
.h_news_btn a span{
position: relative;
padding-left: 50px;
}
.h_news_btn a span:after{
	content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    content: "";
    background: url(../images/common/h_icon_news.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
/*.top_instagram div.sns_list > div:hover{
	background: none!important;
	opacity: 1!important;
}*/
/*.top_instagram div.sns_list > div:hover div{
	color: #333!important;
}*/
/*===========================tab====================================== */
@media only screen and (max-width: 834px){

div.sns_list div.sns_text{
	font-size: 12px!important;
}
.h_news_btn	a{
	left: 0;
	right: 0;
	bottom: 50px;
	width: 90%;
    padding: 8px;
    left: 5%;
    display: block;
    font-size: 12px;
     border-radius: 5px;
     background: #333;
}
.h_news_btn a span{
position: relative;
padding-left: 35px;
}
.h_news_btn a span:after{
    width: 15px;
    height: 15px;
}
#copy {
    padding-bottom: 100px;
}
}
/*===========================tab END=========================8=4========== */
/*===========================sp====================================== */
@media only screen and (max-width: 640px){
div.sns_list div.sns_text{
	font-size: 12px!important;
}
.top_instagram .sns_photo img{
	height: 180px!important;
}




}
/*===========================sp END====================================== */