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


.commonSection .laNowrap td:last-child {
white-space: nowrap;
text-align: center !important;
}

.commonSection .pict001 {
text-align: center;
margin-bottom: 1em;
}

.commonSection .pict001 img {
width: 100%;
border: 1px solid #aaa;
max-width: 640px;
}

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

	.commonSection .pict001 {
	text-align: left;
	float: right;
	margin-left: 2em;
	margin-bottom: 0;
	}

	.commonSection .pict001 img {
	width: 340px;
	}

}


/* ============================
		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) {
}