@charset 'Shift_JIS';


html{
overflow-y: scroll;
}


/* base font style
------------------------- */
body{
color: #000;
font-family: 'Hiragino Kaku Gothic Pro', '‚l‚r ‚oƒSƒVƒbƒN', sans-serif;
font-size: 12px;
line-height: 1.333;
}

input,textarea,select{
font-family: 'Hiragino Kaku Gothic Pro', '‚l‚r ‚oƒSƒVƒbƒN', sans-serif;
font-size: 1em;
}


/* Link style
------------------------- */
a:link{
color: #d54c60;
text-decoration: none;
}

a:visited{
color: #810081;
text-decoration: none;
}

a:hover,a:active,a:focus{
text-decoration: underline;
}


/* Browser style reset
------------------------- */
h1,h2,h3,h4,h5,h6{
margin: 0;
font-size: 1em;
}

p,form,dl,dd{
margin: 0;
}

ol,ul{
list-style-type: none;
margin: 0;
padding: 0;
}

em{
font-style: normal;
}


/* Extra style
------------------------- */
img{
border: 0;
vertical-align: top;
}

label{
cursor: pointer;
}

hr.separate{
display: none;
}

button{
padding:0;
border:none;
cursor:pointer;
vertical-align:top;
}
button *{display:none}
