/************************************
** Twitter Box
************************************/
.insta-box,
.twitter-box{
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, .3);*/
    margin: auto;
    /*max-width:500px;
    width:100%;
    border: 1px solid #ececec;*/
	text-align: center;
}
.insta-box .insta-title,
.twitter-box .twitter-title{
    color: #333;
	color: #1da1f2;
	color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 1em 1em 1em;
    background-color: #FFF;
	font-size: 1.3rem;
}
.twitter-box .twitter-tweet{
    margin:0 !important;
}

.insta-box .insta-title a,
.twitter-box .twitter-title a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}
/* for iOS */
iframe#twitter-widget-0 {
    width: 540px !important;/**/
}
iframe.twitter-timeline {
    width : auto;
}
/* 追記 */

iframe.twitter-timeline {
    width : auto !important;
}
.SandboxRoot.env-bp-660 .timeline-Tweet-actions, .SandboxRoot.env-bp-660 .timeline-Tweet-media, .SandboxRoot.env-bp-660 .timeline-Tweet-text, .SandboxRoot.env-bp-820 .timeline-Tweet-actions, .SandboxRoot.env-bp-820 .timeline-Tweet-media, .SandboxRoot.env-bp-820 .timeline-Tweet-text {
    font-size: 10.5pt !important;
    line-height: 14pt !important;
}

/************************************
** Instagram Box
************************************/
.insta-frame {
    background-color: #f0f8ff;
	border-radius: 12px;
}
