@charset "utf-8";

body.beit
{
	position:relative;
	z-index:0;
    margin: 0;
    padding: 0;
}
*
{
	position:relative;
	z-index:0;

	margin: 0;
	padding: 0;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	    -ms-box-sizing:border-box;
	     -o-box-sizing:border-box;
	        box-sizing:border-box;

	-webkit-text-size-adjust: 100%;
	        text-size-adjust: 100%;

	font-size:inherit;
	font-weight:inherit;
	font-family:inherit;
	line-height:inherit;
	letter-spacing:inherit;
	
	border-radius:0;

	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	   -moz-tap-highlight-color:rgba(0, 0, 0, 0);
	    -ms-tap-highlight-color:rgba(0, 0, 0, 0);
	     -o-tap-highlight-color:rgba(0, 0, 0, 0);

	overflow-wrap: break-word;
	word-wrap: break-word;
}
:focus
{
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	outline:0;
}
::before,
::after
{
	box-sizing:inherit;
	text-decoration:inherit;
	vertical-align:inherit;
}
html
{
	font-weight:normal;
}
html,body
{
	z-index:auto;
	height:100%;
}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary
{
	display: block;
}
b,strong
{
	font-weight:bold;
}
blockquote,q
{
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
	content:'';
	content:none;
}
ul li
{
	line-height:1.4;
	margin-left:1.5em;
	margin-bottom:0.25em;
}
ol li
{
	line-height:1.4;
	margin-left:2.5em;
	margin-bottom:0.25em;
}
ul li:last-child,
ol li:last-child
{
	margin-bottom:0.0em;
}
hr
{
	display:block;
	height:0px;
	border:0;
	border-top:1px solid rgba(0,0,0,0.3);
	border-bottom:1px solid rgba(255,255,255,0.4);
	margin:1.0em 0;
	padding:0;
}
input, select
{
	vertical-align:middle;
}
img, canvas, iframe, video, svg
{
	max-width:100%;
}
img
{
	vertical-align:middle;
}
img[src$=".svg"]
{
	width:100%;
}
a,button
{
	cursor:pointer;
}
a
{
	text-decoration: none;
	color:inherit;
}
a img
{
	transition-duration:0.3s;
	transition-property:all;
	transition-timing-function:ease;
}
a:hover img
{
	opacity: 0.7;
}
a.link
{
	border-bottom: 1px dashed transparent;
}
a.link:hover
{
	text-decoration: none;
	border-bottom: 1px dashed;
}
.clearfix:after,
.clearfix:before
{
	content: ".";
	display: block;
	clear: both;
	float: none;
	height: 0px;
	width: 0px;
	visibility: hidden;
	overflow:hidden;
}
