@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,  
a, address, cite, 
del, img, strong, sub, sup, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, input, textarea,legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, 
menu, nav, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6{
    font-size: 100%;
}
blockquote{
    margin: 0;
    padding: 0;
}
article, aside, details, figcaption, figure,
footer, header, nav, section {
    display: block;
}

html{
   overflow-y: scroll;
}
 
input, textarea,{
    margin: 0;
    padding: 0;
}
 
ol, ul{
    list-style:none;
}
 
table{
    border-collapse: collapse; 
    border-spacing:0;
}
 
 
a:focus,
input:focus,
textarea:focus,
select:focus {
    outline:none;
}
 
.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
 
.clearfix {
    min-height: 1px;
}
 
* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
 
img {
	max-width:100%;
	vertical-align:top;
}

a{
	color:#4a4a4a;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}