@charset "utf-8";
/* CSS Document */

/* CSS */
.sns_link_area{
	height:75px;
}
.sns_btn_list {
	letter-spacing:-0.4em;/* inline-block Hack */
}
.sns_btn {
	display: inline-block;
	letter-spacing: normal;/* inline-block Hack */
	*display: inline;/* inline-block Hack forIE */
	*zoom: 1;/* inline-block Hack forIE */
	vertical-align: middle;
	height: 40px;
    /*width:32%;*/
	line-height: 40px;
	cursor: pointer;
	font-size: 80%;
	text-align: center;
	position: relative;	
	margin: 0 6px 0 1%;
}
.line{
	display:none;
}
.sns_btn:first-child {
	margin-left: 0;
}
.sns_btn a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
}
.sns_btn a:hover {
	text-decoration: none;
}
 
/* アイコン */
.sns_btn.line i {
	font-size: 280%;
	position: relative;
	top: 8px;
	left: 0;
}

/* アイコンの配色 */
.sns_btn.line a {
    background-color: #2cbf13;
}
/* マウスオーバー */
.sns_btn.line a:hover {
    background-color: #31d416;
}

@media screen and (max-width: 480px) {
	.line{
		width:60px;
		display:inline-block;
	}
}
