@charset "utf-8";
/* CSS Document */

@media print, screen and (min-width: 751px) {
	.boxCenter .caption, 
	.box_pc .caption {
        font-weight: 700;
        font-size: 1.4rem!important;
		text-align: center;
    }
	.box_pc .annotation {
		text-align: left!important;
	}
}

@media only screen and (max-width: 750px) {
	.boxCenter .caption, 
	.box_pc .caption {
        font-weight: 700;
        font-size: 1.2rem;
    }
	.box_pc span.annotation {
		text-align: left;
	}
}