/* 全体 */
body{
	min-width: 320px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #666666;
	position: relative;
}

input{
	font-size: 14px;
	line-height: 20px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

textarea{
	font-size: 16px;
	line-height: 20px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

::-webkit-input-placeholder {
	color: #909090 !important;
	font-size: 12px !important;
}
::-moz-placeholder {
	color: #909090 !important;
	font-size: 12px !important;
}

a{
	color: #666666;
	text-decoration: none;
}

.clearfix {
	*zoom: 1;
	clear: both;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}


