@charset "UTF-8";
@media screen and (max-width:768px) {
	

html { overflow-y: scroll; }
* html { overflow: hidden; }
* html,
* html body,
html,
body {
	font-family: "Arial" , "HelveticaNeue", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #2b2827;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}
*:first-child+html body { font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; }
body,
div,
dl,
dt,
dd,
ul,
ul li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th { text-align: left; }
q:before,
q:after { content: ''; }
object,
embed { vertical-align: top; }
legend { display: none; }
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-size: 100%;
	font-weight: normal;
	font-weight: bold\9;
	font-family: 'Arial' , 'HelveticaNeue', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.4;
}
img,
abbr,
acronym,
fieldset { border: 0; }
img { vertical-align: bottom; }
ul li { list-style-type: none; }
input,
select { vertical-align: middle; }
a {
	outline: none;
	color: #2b2827;
}
a:link,
a:visited {
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #2b2827;
	outline: none;
}
a:active {
	text-decoration: none;
	color: #2b2827;
	outline: none;
}
}