@charset "utf-8";

/* 共通練習用css*/

/* ヘッダー */
.content_header_root {
	font-weight : bold;
	color : #FFFFFF;
	font-size : 5vw;
	padding : 1vh 0 1vh 1vw;
	background-color : #FF1493;
}
