/*-------------------------------------*
 * タブレットアプリ用 CSSファイル
 *-------------------------------------*/
*{

/*  font                               */
	font-size:24px;
	font-family: "ＭＳ ゴシック", sans-serif;
}

div {
	text-align: center;
}

.text_field {
	width: 300px;
	border: solid 1px #ccc;
	border-radius: 3px;
}

.square_btn {
	width: 300px;
	display: inline-block;
	padding: 0.3em 1em;
	text-align: center;
	text-decoration: none;
	color: #047cfc;
	border: solid 2px #000;
	border-radius: 10px;
	transition: .4s;
}

.square_btn:hover {
	opacity: 0.5;
	background: #000;
}