@charset "utf-8";
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html{-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
body{ font-size:1em; line-height: inherit; position: relative; font-family: Arial, Helvetica, sans-serif;}
body, table, caption, thead, tbody, tfoot, tr, th, td, 
figure, img, figcaption, 
fieldset, form, legend, label, input, textarea, select, button, 
ul, li, ol, dl, dt, dd, span, 
header, nav, footer, article, aside, section, summary, details, dialog, rp, rt {
	margin: 0; padding: 0;
}
h1, h2, h3, h4, h5, h6, p{}
input, textarea, select, button{outline: 0;}
li{	line-height: inherit;}
img{
	border:none; 
	max-width:100%;
	-ms-interpolation-mode: bicubic;
}
iframe{width: 100%; /*min-height: 420px;*/ border: none; border-width: 0; overflow: hidden;}

::-webkit-input-placeholder{color: #9e9e9e;}/*Chrome, Safari, Edge*/
:-moz-placeholder{color: #9e9e9e;opacity: 1;}/*Firefox 4-18*/
::-moz-placeholder{color: #9e9e9e; opacity: 1;}/*Firefox 19+*/
:-ms-input-placeholder{color: #9e9e9e;}/*IE10-11*/
::-ms-input-placeholder {color: #9e9e9e;}/* Microsoft Edge */
::placeholder {color: #9e9e9e;}/*common*/

input:-moz-placeholder{color: #afafaf;}
input[type="text"]::-ms-clear, input[type="text"]::-ms-reveal {display: none;}
a[href^=tel] {color: inherit;text-decoration: none;}
a{border:2px solid rgba(255,255,255,0);}
a:link, a:visited{text-decoration:none;}
a:focus, input:focus, textarea:focus, select:focus, button:focus{ border: 2px dotted orange !important; outline: none;}
*,*:focus,*:hover, button{outline:none;}
input[type="text"]::-ms-clear, input[type="text"]::-ms-reveal {display: none;}