@charset "utf-8";

/*----------------------------------------
 __reset_style
----------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p
,blockquote,th,td,figure,a,article,section,aside,label {
	margin: 0;
	padding: 0;
}
*{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	word-break: break-all;
	word-wrap: break-word;
}
html {
	overflow-y: scroll;
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6,strong {
	font-size: 100%;
	font-weight: normal;
	line-height: 1em;
}

p {
	margin: 0;
	padding:0;
}
a{
	text-decoration: none;
}
ol,ul {
	list-style: none;
}

img{
	max-width: 100%;
	border:0;
	vertical-align:bottom;
}

fieldset {
	border: 0;
}

table {
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

/*----------------------------------------
 __clear_Style
----------------------------------------*/

.clear {
	margin: 0;
	padding: 0;
	clear: both;
}

.hide {
	margin: 0;
	padding: 0;
	display: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */