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

html,body {
	margin: 0 auto !important;
	padding: 0 !important;
	height: 100% !important;
	width: 100% !important;			
}
p,img{
	margin:0 !important;
	padding: 0 !important;}
p{line-height: 0em;}

p img{width: 100%; max-width: 800px; height: auto;}

.sns-container{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
    justify-content: space-around;
	margin: 5px auto 5px;
	width:650px;
}
.sns-item{
	width:130px;
	height:80px;
	margin:5px;
}
.sns-container img{
	width: 50px;
}

@media(max-width:670px){
	.sns-container{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-around;
		justify-content: space-around;
		width:400px;
	}
	.sns-container img{
		width: 30px;
	}
}


@media(max-width:450px){
	.sns-container{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-around;
		justify-content: space-around;
		width:280px;
	}
	.sns-container img{
		width: 25px;
	}
}

/* Android 4.4対策 */
	div[style*="margin: 16px 0"] {
		margin: 0 !important;
	}

/* IEでの画像サイズ変更のレンダリング調整 */
	img {
		-ms-interpolation-mode:bicubic;
	}