@charset "UTF-8";

/*
**************************************************************************
*	雪印メグミルク - カルシウム診断 - /common/style.css
**************************************************************************/

/*----------------------------------------
	content
----------------------------------------*/
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
#stage #content {
	font-family:"游ゴシック体","Yu Gothic","YuGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/* SP */
@media screen and (max-width: 736px) {
	#stage #content {
		-webkit-text-size-adjust: 100%;
	}
}

/*----------------------------------------
	パーツ
----------------------------------------*/
br.sp-br {
	display: none;
}

/*----------------------------------------
	スマホ閲覧時
----------------------------------------*/
body.mobile br.sp-br {
	display: inline;
}
