@charset "utf-8";

/* Basic Elements */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	line-height: 120%;
}

a {
	text-decoration:none;
	outline: none;
}

a:hover {
	text-decoration:none;
}

a:hover,
a:active {
    outline: 0;
}

li a img{
	border: none;
	vertical-align: bottom;
}

img {
	border-style:none;
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

em {
	font-style: normal;
}
.mb{
margin-left: 10px;
}

/* Form */

form {
    margin: 0;
}

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* Table */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Clearfix */

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */
