@charset "UTF-8";
/* css About [top] */

@import url("main.css");
@import url("news.css");

/*---------------------------------------------------- */
/* img */
/*---------------------------------------------------- */
.photobox {
	margin: 0 auto;
	height: auto;
}

.photobox .photo_flow {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.photobox .photo_flow  img {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
}

.photobox .photo_about {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.photobox .photo_about  img {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
}

/*---------------------------------------------------- */
/* P */
/*---------------------------------------------------- */
.sectbox p a {
	text-decoration: underline;
}

.sectbox p a:hpver {
	text-decoration: underline;
}


/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* img */
/*---------------------------------------------------- */
.photobox {
	padding: 20px 0;
	width: 100%;
}

.photobox .photo_flow {
	margin: 0;
	width: 100%;
}

.photobox .photo_about {
	margin: 0;
	width: 100%;
}


}

/* Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* img */
/*---------------------------------------------------- */
.photobox {
	padding: 15px 0;
	width: 100%;
}

.photobox .photo_flow {
	margin: 0;
	width: 100%;
}

.photobox .photo_about {
	margin: 0;
	width: 100%;
}



}


/* SP */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* img */
/*---------------------------------------------------- */
.photobox {
	padding: 10px 0;
	width: 100%;
}

.photobox .photo_flow {
	margin: 0;
	width: 100%;
}

.photobox .photo_about {
	margin: 0;
	width: 100%;
}



}