@charset "UTF-8";
/* CSS Document */


@media screen and (max-width: 630px) {
.obi {
	width: auto;
    height: 100px;
    margin: 0% auto;
    padding: 0% 0%;
    background-image: url("../img/about/obi.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about{
}

.about h3{
	font-size: 18px;
	line-height: 1.8em;
	font-weight: normal;
	text-align: center;
}

.about .tadokoro_pic{
	width: 70%;
	margin: 10px auto;
}

.about .profile{
	text-align: center;
	margin: 0 auto 20px;
	line-height: 1.7em;
}

.about .text_box{
	margin: 0 auto;
	line-height: 2em;
}


}







@media print, screen and (min-width: 631px) {
.obi {
	width:auto;
    height: 150px;
    margin: 0 auto;
    padding: 0px;
    min-width: 1000px;
    background-image: url("../img/about/obi.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about{
	width: 1000px;
	margin: 0 auto;
	padding: 0px 0;
}

.about h3{
	font-size: 24px;
	line-height: 1.8em;
	font-weight: normal;
	text-align: center;
}

.about .tadokoro_pic{
	width: 400px;
	margin: 20px auto;
}
.about .profile{
	text-align: center;
	margin: 0 auto 30px;
	line-height: 1.7em;
}
.about .text_box{
	margin: 0 auto;
}

	
	
}