@charset "utf-8";
/* ============================================================ */
/* 基本設定 */
/* ============================================================ */
html {
	font-size: 62.5%;
}

body {
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	line-height: 1.8;
	-webkit-text-size-adjust: none;
}

.pc_view,
.print_view {
	display: none !important;
}

.cf { zoom: 1; }

.cf:after {
	display: block; 
	clear: both;
	content: ""; 
}

input:not([type="checkbox"]):not([type="radio"]),
button,
select,
textarea {
	padding: 0;
	-webkit-appearance: none;
}

#wrap {
	font-size: 1.4rem;
}


/* ============================================================ */
/* リンク設定 */
/* ============================================================ */
a {
	color: #008cd8;
	text-decoration: underline;
}


/* ============================================================ */
/* margin */
/* ============================================================ */
.mgt0 {
	margin-top: 0 !important;
}

.mgb0 {
	margin-bottom: 0 !important;
}
