@charset "utf-8";
body {
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: 100%;
	font-family: "ＭＳ Ｐゴシック", sans-serif, "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
	font-size: 14px;
}
ul,li,ol,dl,dt,dd {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
.clear {
	clear:both;
	font-size:0;
	line-height:0;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
input,
textarea,
select {
	background-color: #F5F5F5;
	border: 2px solid #CCC;
    font-size: 16px;
}
input[type="text"],textarea {
	-webkit-appearance: none;
	border-radius: 0;
	padding: 10px;
}
input[type="button"],input[type="submit"],button[type="submit"] {
	font-family: "ＭＳ Ｐゴシック", sans-serif, "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
	-webkit-appearance: none;
	border-radius: 0;
	cursor: pointer;
	padding: 10px;
}
select {
	padding: 10px;
}
input[ type=checkbox ] {
  -moz-transform-origin: right bottom;
  -moz-transform: scale( 1.2 , 1.2 );
  -webkit-transform-origin: right bottom;
  -webkit-transform: scale( 1.2 , 1.2 );
}
