@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

html{
	background: #fff;
	font-size:62.5%; /* 10px */
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	padding:20px;
	background: #fff;
	color: #444;
	line-height: 1.8;
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2rem; /* 12px */
	word-wrap: break-word;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-kerning: normal;
	font-kerning: normal;
}

form > p {
	margin-bottom:0.8rem;
}

input {
	border-radius: 2px;
	border: solid 1px #ddd;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	color: #444;
	padding: 0.6em;
	width: 100%;
}
input:focuss {
	border-color: #83B6C2;
	box-shadow: 2px 2px 4px rgba(143,183,222,0.6),-2px -2px 4px rgba(143,183,222,0.6),inset 0 1px 2px rgba(0,0,0,0.1);
	outline: none;
}

.button {
	background: #337ab7;
	border-radius: 0.4rem;
	border: 0;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 1.0rem 2.8rem;
	margin-top: 1.0rem;
	cursor: pointer;
}