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



/* SNS */
#SNS {
padding: 20px 10px;
background-image: url("../img/header_bg.png");
background-position: bottom;
background-repeat: repeat-x;
}
#SNS .cont {
padding: 45px 20px 30px 20px;
}

#SNS  a:link {
color: #ff0000;
text-decoration: underline;
}

#SNS  a:hover {
color: #ff0000;
text-decoration: underline;
}

#SNS .cont {
text-align: center;
}


#SNS  .twitter {
margin-bottom: 50px;
}

#SNS  .facebook iframe{
width: 100%;
height: 500px;
}


@media (min-width: 1020px) {
	#SNS {
	padding: 0 0 50px 0;
	}
	#SNS .cont {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 20px 70px 65px 70px;
	width: 1000px;
	}
	#SNS  .twitter {
	float: left;
	margin-bottom: 0px;
	}
	#SNS  .facebook {
	
	}
	#SNS  .facebook iframe{
	width: 500px;
	height: 500px;
}
}