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

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

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

.cf { zoom: 1; }

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

input[type="text"],
select,
textarea,
button {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wrap {
	font-size: 1.6rem;
}


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

a:hover {
	text-decoration: none;
}

button:hover,
a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}



/* ============================================================ */
/* margin */
/* ============================================================ */

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

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

