@charset "utf-8";
/* CSS Document */

main{
	padding-top: 20px;
	padding-bottom: 0px;
}

.whats{
	margin-bottom: 75px;
}

.whats figure{
	margin-bottom: 55px;
}

.y_back {
    background-color: none; 
    color: red;
}

.whats p, .boss_l p{
	margin-bottom: 40px;
	line-height: 1.7em;
	letter-spacing: 0.01em;
}

.boss_l{
	width: 350px;
	margin-right: 40px;
	float: left;
}

.boss_r{
	width: 290px;
	float: right;
}

.prof{
	border: double 4px #0CA9D2;
	padding: 15px 30px;
	margin: 50px 20px 0;
	line-height: 1.7em;
	background-image: url(../images/prof_back.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.prof h3{
	border-left: solid 8px #0CA9D2;
	padding-left: 10px;
	margin-bottom: 10px;
}

@media screen and (max-width:780px) {
	.whats, .boss{
		margin-bottom: 35px;
		padding: 0 10px;
	}
	
	.boss_l, .boss_r{
		width: 100%;
		margin-right: 0;
		float: none;
	}
	
	.boss_r{
		width: 50%;
		margin: 0 auto;
	}
	
	.whats p, .boss_l p {
		margin-bottom: 20px;
	}
	
}/*メディアクエリ終わり*/


