@charset "utf-8";

/* ==================================================================
	Site Name:
	Author:高橋 潤
	Version: 1.0

	Page Title:	TOP

=================================================================== */
.about{
	background: url(../../images/index/001.jpg) 0 bottom no-repeat #f3e6b9;
	padding:20px 30px 400px;
}

.rightPhoto{
	float:right;
}

.blog-list{

}

.blog-list li{
	float:left;
	width:50%;
	padding:15px 0;
	border-bottom:1px solid #000;
}


.blog-list li img{
	float:left;
	margin:0 15px 15px 0;
}

.iframe-content {
    position: relative;
    width: 100%;
    padding: 75% 0 0 0;
}
.iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.owl-controls{
    display: none;
}


@media screen and (max-width: 500px) {

	.rightPhoto{
		float:none;
		margin:25px auto;
		display: block;
	}

	.blog-list li{
		width:100%;
	}

    .iframe-content {
        min-height:400px;
    }

		.about{
			background: url(../../images/index/001-s.jpg) center bottom no-repeat #f3e6b9;
			padding:20px 30px 200px;
		}





}
