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


/*共通部分*/
html {
    overflow-y:scroll;
}

body {
	font-family: Hiragino Kaku Gothic Pro,Osaka,"メイリオ","ＭＳ Ｐゴシック",Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.6;
	color: #333333;
}

body, div, span, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, form, input, textarea,
p, table, tbody, th, td {
    margin: 0;
    padding: 0;
}

table, tbody, th, td {
    border-spacing: 0;
    border-collapse: collapse;
}

h1, h2, h3, h4 {
    font-size: 100%;
}

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

em, var {
    font-style: normal;
}

li {
    list-style-type: none;
}

a {
	text-decoration: underline;
}

a:link {
    color: #0066CC;
}

a:visited{
    color: #0066CC;
}

a:hover{
    color: #96C534;
}

a:active{
    color: #96C534;
}



.x60 {
	font-size: 60%;
}

.x80 {
	font-size: 80%;
}

.x90 {
	font-size: 90%;
}

.x110 {
	font-size: 110%;
}


.x120 {
	font-size: 120%;
}


.x140 {
	font-size: 140%;
}


.x160 {
	font-size: 160%;
}


.x180 {
	font-size: 180%;
}


.x200 {
	font-size: 200%;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
    content: ".";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
