@charset "UTF-8";
/* CSS Document */

sup {
	font-size: 60%;
	font-weight: 500;
	vertical-align: 0.25em;
}
sub {
	font-size: 70%;
	font-weight: 500;
	vertical-align: 0.25em;
}
/*ギリシャ文字の筆記体の設定*/
.em {
	display: inline-block;
	font-family: 'kome', 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
	font-size: 100%;
	margin-bottom: -0.3em;
	vertical-align: bottom;
}

@media screen and (max-width: 480px) {
	br.br-pc{
		display: none;
	}
		/*ギリシャ文字の筆記体の設定*/
	.em {
		display: inline-block;
		font-family: 'kome', 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
		font-size: 100%;
		margin-bottom: -0.3em;
		vertical-align: bottom;
	}
}

@media screen and (min-width: 481px) {
	br.br-sp{
		display:none;
	}
}
a.url_br{
	word-break: break-all;	
}