﻿@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, hr {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;/*vertical-align: baseline;
    box-sizing: border-box;*/
}
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
	-webkit-text-size-adjust: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}
td {
	word-break: break-all;
	word-wrap: break-word;
}
fieldset, img, abbr, acronym {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
a {
	text-decoration: none;
}
a:focus {
	outline: none;
}
a, button, input, optgroup, select, textarea {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
input, textarea {
	-webkit-appearance: none;
	outline: none
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.none {
	display: none;
}
.txthide {
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
.clearfix:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both;
}
.clearfix {
 *zoom: 1;
}