@charset "utf-8";
/* CSS Document */



/*****************************************************
    全ての要素をリセット
    各ブラウザの表示を統一するための設定です
*****************************************************/

html {overflow-y: scroll;}

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;}

address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}

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

caption,th,p {text-align: left;}

h1,h2,h3,h4,h5,h6 {text-align:left;font-weight:normal;}

img,abbr,acronym,fieldset {border: 0;}

li {list-style-type: none;}

img{vertical-align:middle;}

.line {font-size:1px;line-height:1px;}



/*--- default */



table{

    border-collapse:collapse;

}



hr {

    margin:0;

    padding:0;

    border:none;

}

a {
	text-decoration: none;
}

a:link,
a:visited,
a:hover,
a:active {
	color:initial;
}

