@charset "UTF-8";
/*------------------------------------------------------------mainphoto*/
#pagetitle {
	background: url(../img/seijin_img/pagetitle.png) no-repeat center;
	background-size: auto 180px;
}
@media print, screen and (min-width:768px) {
#pagetitle {
	background-size: auto;
}
}
/*------------------------------------------------------------content*/
/*section01*/
#sec01 figure img {
	margin-bottom: 20px;
	width: 200px;
	height: auto;
}
@media print, screen and (min-width:768px) {
#sec01 figure {
	float: left;
	margin-right: 20px;
}
}
@media print, screen and (min-width:992px) {
#sec01 figure img {
	width: auto;
}
}

