@charset "utf-8";

/*
	* 1.フォント
*/

/*******************************************************************************
**	1.フォント
*******************************************************************************/

body {
	font-family:Arial,"游ゴシック", YuGothic, 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-weight: 500;
}

/* number */
body dt {
	font-family:Arial,"游ゴシック", YuGothic, 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-weight: 500;
}

/* modern browser */
html>body {
	font-family:Arial,"游ゴシック", YuGothic, 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-weight: 500;
}

input, textarea, select, option, label {
	font-family:Arial,"游ゴシック", YuGothic, 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-weight: 500;
}

@media all and (-ms-high-contrast: active),  (-ms-high-contrast: none) {
		body,body dt ,html>body,input, textarea, select, option, label{
			font-family:Arial,'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"游ゴシック", YuGothic, 'ＭＳ Ｐゴシック',sans-serif;
	}
}
@supports (-ms-accelerator:true) {
	body,body dt ,html>body,input, textarea, select, option, label{
		font-family:Arial,'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"游ゴシック", YuGothic, 'ＭＳ Ｐゴシック',sans-serif;
}
	.stationSearchBox select {
	padding-bottom: 0 !important;
	}
}
