/*
Theme Name: OIJ EXPLORER
Author: Re:creation
Version: 1.01
*/

/*Wordpress 画像初期設定修正*/
.blog_content img {
	display: block;
	margin: 20px auto;
	max-width: 774px;
    height: auto;

}

/*Twitter Insta埋め込み*/
.footer_snswidget {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer_snswidget .item {
	width: 50%;
	margin: 20px 10px;
	flex-basis: 48%;
}
	
@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px){
.footer_snswidget .item {
	width: 100%;
	margin: 10px 0;
	flex-basis: 100%;
}
}

/*Twitter Insta埋め込み*/
.footer_snswidget {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer_snswidget .item {
	width: 50%;
	margin: 20px 10px;
	flex-basis: 48%;
}
	
@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px){
.footer_snswidget .item {
	width: 740px;
	margin: 10px 0;
	flex-basis: 100%;
}

/*Twitter iphone 表示バグ修正*/
.twitter-widget-wrapper iframe {
	 width: 740px !important;
 }

}
	