@charset "utf-8";



/*
	Initialize
*/
body,div,pre,p,blockquote,form,fieldset,input,textarea,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object,address
{
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-weight: normal;
	font-style: normal;
}

th, td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

h1,h2,h3,h4,h5,h6 {
	font: inherit;
}

p, dd, dt, li, td, th {
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}

em, strong {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

caption {
	font: inherit;
}

img {
	line-height: 0;
	vertical-align: top;
	border-width: 0;
}

li {
	list-style: none;
}

fieldset {
	border: none;
}

a {
	outline: 0 none;
}



/*
	.clearfix
*/
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .clearfix {
	display: inline-block;
}
/* no ie mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* */



/*
	.inline-block
*/
.inline-block {
	display: inline-block;
}

*+html .inline-block {
	display: inline;
	zoom: 1;
}

* html .inline-block {
	display: inline;
	zoom: 1;
}

ul.inline-block {
	display: block;
}

ul.inline-block li {
	display: inline-block;
}

*+html ul.inline-block li {
	display: inline;
	zoom: 1;
}

* html ul.inline-block li {
	display: inline;
	zoom: 1;
}

ul.inline-block li li {
	display: list-item;
}











