@charset "utf-8";
/* CSS Document */

body {
	cursor: default;
	font: 16px Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 1.6;
	-webkit-user-select: none;	/* for Safari, Chrome */
	-moz-user-select: none;		/* for Firefox */
	-ms-user-select: none;		/* for IE10 */
	user-select: none;			/* CSS3 */
}
a {
	color: #444;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a.text-link {
	text-decoration: underline;
	color: #e74848;
	padding: 3px;
}
a.text-link:hover {
	opacity: .7;
}
select, input, textarea, button {
	-webkit-appearance: none;	/* for Safari, Chrome */
	-moz-appearance: none;		/* for Firefox */
	-ms-appearance: none;		/* for IE10 */
	appearance: none;			/* CSS3 */
	-webkit-user-select: text !important;	/* for Safari, Chrome */
	-moz-user-select: text !important;		/* for Firefox */
	-ms-user-select: text !important;		/* for IE10 */
	user-select: text !important;			/* CSS3 */
	border: 0;
	margin: 0;
	background: #eee;
	outline: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border : 0;
}
input:-ms-input-placeholder {
	color: #999;
}
