/* CSS Document */
.textcenter {
	text-align: center;
}

.f120 {
	font-size: 130%;
}

.bold {
	font-weight: 800;
}
.pc { display:inline;; }
.sp { display: none; }
@media screen and (max-width: 960px) {/* 640px以下*/
	.f120 {
		font-size: 120%;
	}
	.sp { display:inherit; }
	.pc { display: none; }
	.str { clear: left; border-bottom: 1px dotted #000;}
}
