﻿/* instagram_bnr */

.instagram_bnr {
	width: 800px;
	margin: 40px auto!important;
	padding: 0 auto 100px!important;
}
.instagram_bnr img {
	width: 100%;
}
.pc_only {
	display: block;
}

.sp_only {
	display: none;
}

/*768x以下のcss*/
@media only screen and (max-width: 768px) {
.instagram_bnr {
	width: 100%;
	max-width: 450px;
	margin: 20px auto!important;
}
.instagram_bnr a {
	text-align: center;
}
.pc_only {
	display: none;
}
.sp_only {
	display: block;
}
}
