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


.commonSection .sidePhoto {
text-align: center;
margin-bottom: 1.5em;
}

.commonSection .basicDataTable th {
white-space: nowrap;
}


/* for PC */
@media screen and (min-width: 1201px) {

	.commonSection .sidePhoto {
	margin-bottom: 0;
	float: right;
	margin-left: 3em;
	}

}


/* ============================
		other
 ============================ */

/* for SP */
@media screen and (max-width: 767px) {
}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){
}

/* for PC */
@media screen and (min-width: 1201px) {
}