@charset "UTF-8";
/* CSS Document */

* {
	font-family:
		"Arial", "Verdana", "Roboto", "Droid Sans", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}

html {
	font-size: 62.5%;
	line-height: 1.6;
	color: #333333;
}



/* IE 7に対するフォントの種類 */
*:first-child+html * {
	font-family:
		"メイリオ", "Meiryo",
		"ＭＳ Ｐゴシック", "ＭＳ ＰGothic",
		sans-serif;
}

/* IE 6に対するフォントの種類 */
* html * {
	font-family:
		"メイリオ", "Meiryo",
		"ＭＳ Ｐゴシック", "ＭＳ ＰGothic",
		sans-serif;
}

/* SP */
@media screen and (max-width: 768px){
	

}



/* PC */
@media screen and (min-width: 769px){
	

}