/* SNS */
#G-MAIN-AREA{position: relative;}
@media only screen and (min-width:737px){
/* SNS */
.fixSns{position: fixed;right:0;bottom: 120px;z-index: 501;background-color: #e5e5e5;-webkit-border-top-left-radius:10px;border-bottom-left-radius:10px;}
.fixSns.pos7{bottom:500px !important;}
.fixSns p{line-height:45px;text-align: center;font-weight: bold;}
.fixSns ul{margin: 0 15px 15px;}
.fixSns ul li {display: block;}
.fixSns ul li + li{margin-top: 10px;}
.fixSns ul li img{width:40px;cursor: pointer;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;}
.fixSns ul li img:hover{opacity:0.8;filter:alpha(opacity=80);-ms-filter:"alpha(opacity=80)";}
}
@media only screen and (max-width:736px){
/* SNS */
.fixSns{position: fixed;left:0;bottom:20px;z-index: 99;width: 100%;}
.fixSns.pos7{bottom:190px !important;}
.fixSns p{display: none;}
.fixSns ul{width: 100%;text-align: center;}
.fixSns ul li{display: inline-block;width: 9.6%;}
.fixSns ul li + li{margin-left: 3%;}
.fixSns ul li img{width:100%;cursor: pointer;}
}

