@charset "UTF-8";
.cf:before, .cf:after {
	display: table;
	content: " ";
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}
address {
	font-style: normal;
}
ul {
	list-style-type: none;
}
h1, h2, h3, h4, h5, th {
	font-weight: normal;
}
body {
	color: #333;
	font-size: 14px;
	font-family: 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.5;
	letter-spacing: 0.05em;
	-webkit-text-size-adjust: 100%;
}
a {
	color: inherit;
	text-decoration: none;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
.inner{
	width: 1000px;
	margin: 0 auto;
}

/* All SP & Tablet */
@media screen and (max-width:1000px) {
}

/* All SP */
@media screen and (max-width:640px) {
	a[href^="tel:"] {
		cursor: pointer;
		cursor: hand;
		pointer-events: auto;
	}
}

/* for Print */
@media print {
}