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

.inst{

	background: url("insta2.jpg") left top no-repeat;
	height: 80px;

}


.blog{

	background: url("blog2.jpg") left top no-repeat;
	height: 80px;
}

.face{
	background:url(face2.jpg) left top no-repeat;
	height: 80px;
}

.twit{
	background:url(twitter2.jpg) left top no-repeat;
	height: 80px;
}

/*.line{
	background:url(line2.jpg) left top no-repeat;
	height: 298px;	
}*/

.btn{
	margin-left: 50px;
	padding-top:20px;
}

.btn a{
	background-color: #0B0C81;
	display: block;
	line-height: 3;
	text-align: center;	
	width: 300px;
	border-radius: 6px;
	color: #ffffff;
	text-decoration: none;
		transition: 0.5s;
	    box-shadow: rgba(0,0,0, 0.3) 3px 3px 1px;
}

.btn a img{
	float: right;
	margin-right: 15px;
	margin-top:0.8em;
}

.btn a:hover{

    -webkit-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);/*IE9対応*/
    transform: scale(1.05,1.05);
}


.inst .btn{
	display: inline-block;
	padding-top: 0;
}

.inst .btn a{
	background-color: #D74C3A;
	margin: 0 50px;
}

.face .btn{
	margin-left: 50px;
	margin-right: 50px;
}


.face .btn a{
	background-color: #385495;
	width: 250px;
	display: inline-block;
	margin:0 80px;
	font-size: 14px;
}

.twit .btn a{
	background-color: #438DC4;
}
