@charset "utf-8";
/* CSS Document */


#contact .mail input:hover {
	background-color: #fff;
	color: #7dc97d;
	
}
input,
textarea {
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}


/*タブレット--------------------------------------------*/
@media screen and (max-width: 768px){
	
}




/*スマートフォン----------------------------------------*/
@media screen and (max-width: 667px){
	
}

/*ここからIE用環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media all and (-ms-high-contrast:none) { 
	.form_box dt span {
		padding: 10px 10px 5px
	}
	.mail input {
		padding: 20px 0 15px;
	}
}