#soundroom{
	width:700px!important;
	background-color:#fff;
}
#soundroom nav>ul.social{
	float:right;
}
#soundroom nav>ul.social>li{
	margin-right:20px;
	margin-bottom:10px;
	display: inline-block;
}

#soundroom .about-soundroom {
	position: relative;
	width: 600px;
	text-align:center;
	padding: 25px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin:30px auto 100px;
	line-height:200%;
}

#soundroom .inner{
	width:700px;
	margin:0 auto;
	padding:0 0 25px;
}
#soundroom .article-date{
	text-align:right;
	font-size:12px;
	margin-bottom:20px;
}
#soundroom .article-title{
	text-align:center;
	font-size:16px;
	margin-bottom:30px;
}
#soundroom article{
	padding-bottom:30px;
	border-bottom:1px solid #efefef;
	margin-bottom:60px;
}

.flex{
	color:#666;
	font-size:15px;
	line-height:2;
	clear:both;
	margin-bottom:50px;
}
.flex_title h2{
	text-align:center;
	font-size:16px;
}

.contents .flex h3{
	font-size:20px;
	padding:22px 5px
}
.flex .image{
	text-align:center;
}
.flex_free{
}
.flex_free ul,
.flex_free ol
{
	margin-left:1.5em;
}
.flex_free ul li{
	list-style:disc;
}
.flex_free ol li{
	list-style-type: decimal;
}
.flex_free blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
}
.flex_free blockquote p {
    margin: 1em 0;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.8;
}
.flex .image{
	margin-bottom:20px;
}
.flex p.caption{
	margin-bottom:10px;
	font-size: 14px;
}
.flex_2col,
.flex_3col{
	width:100%;
}
.flex_2col ul li{
	width:48%;
	float:left;
	margin-bottom:25px;
	margin-right:4%;
list-style:none;
}
.flex_2col ul li:nth-child(2){
	margin-right:0;
}
.flex_3col ul li{
	width:31%;
	float:left;
	margin-bottom:25px;
	margin-right:3.5%;
}

.flex_3col ul li:nth-child(3){
	margin-right:0;
}
.flex_2col ul li div.col-image,
.flex_3col ul li div.col-image{
font-size:1.3em;
}

.flex_2col ul li img,
.flex_2col ul li img{
	margin-bottom:5px;
}

.flex_free .alignleft{
	float:left;
	margin-right:20px;
}
.flex_free .alignright{
	float:right;
	margin-left:20px;
}
.flex_youtube {
	text-align:center;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
@media screen and (max-width: 767px){
#soundroom{
	width:92%!important;
}
#soundroom .about-soundroom {
	width:96%;
}
#soundroom .inner{
	width:92%;
	margin:0 auto;
}
.flex_2col ul li{
	width:100%;
	float:none;
	margin-bottom:25px;
	margin-right:0;
	list-style:none;
}
.flex_3col ul li{
	width:100%;
	float:none;
	margin-bottom:25px;
	margin-right:0;
}
.flex_2col ul li div.col-image, .flex_3col ul li div.col-image{
	text-align:center;
}
.sp{
	display:block;
}
.pc{
	display:none;
}
}
