@charset "UTF-8";

* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	/*ゴシック*/
	font-family:Helvetica,Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic,“ヒラギノ角ゴ ProN W3″,“Hiragino Kaku Gothic ProN”, “メイリオ”,Meiryo, sans-serif;
	/*みやすい*/
	font-family: "Helvetica Neue","Segoe UI","Hiragino Kaku Gothic ProN W3","メイリオ",Meiryo,arial,sans-serif;
	/*明朝体*/
	font-family:“Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3″,“Hiragino Mincho ProN”,“メイリオ”, Meiryo, serif;;font-weight: 500;
	-webkit-text-size-adjust: 100%;
	color:#111111;
}

@media screen and (max-width: 1000px) {
	body {
		/*みやすい*/
		font-family: "Helvetica Neue","Segoe UI","Hiragino Kaku Gothic ProN W3","メイリオ",Meiryo,arial,sans-serif;
	}
}

img {
	width:100%;
}

a img {
	border: 0;
	vertical-align: bottom;
}

a {
	color:#111111;
	text-decoration: underline;
}


/*リストマーカー*/
ul {
	list-style-type: none;
}


/*テーブルー*/
table {
	border-collapse: collapse;
	margin:auto;
	width:98%;
}

/*電話リンク*/
.tel a, .mail a {
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.tel a, .mail a {
		pointer-events: auto;
		text-decoration: underline;
	}
}

