@charset "utf-8";

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, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul, li, dt, dd {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select {
    vertical-align:middle;
}
input:focus, select:focus {outline: none; box-shadow: none;}
h1 {font-size:inherit; line-height:1;}
img {font-size:0; line-height:0; border:0; vertical-align:middle;}

html { 
	 font-family: sans-serif;
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6 {font-weight: normal;}
a {background-color: transparent; text-decoration: none;}
a:focus, a:active, a:hover {outline: 0; text-decoration: none !important;}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
textarea {resize: none; line-height:1.5;}
textarea:focus {outline: none;}
button,
select {
  text-transform: none;
}

label {cursor: pointer; font-weight: 400;}

button[disabled],
html input[disabled] {
  cursor: no-drop;
}

button {border:0; outline:0; cursor: pointer; background: none;}

select[disabled], input[disabled],
input[readonly] {
    background-color: #f3f3f5 !important;
}
input {margin: 0; padding: 0;}

select::-ms-expand {
    display: none;
}
p {margin: 0; padding: 0;}
button {border:0; outline:0; cursor: pointer;}
em {font-style: normal;}
.msg_sound_only, .sound_only {display: inline-block; position: absolute; left: 0; top: 0; width: 0; height: 0; margin: 0; padding: 0; font-size: 0; line-height: 0; border: 0; overflow: hidden;}
* {word-break: keep-all;}