@charset "utf-8";


body{
    /* [disabled]font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif; */
    /* [disabled]color : #454545; */
    /* [disabled]font-size : 95%; */
    /* [disabled]line-height : 1.8; */
    /* [disabled]background : url('../img/contact/bg-body.png') repeat 0 0; */
}

a:link,
a:visited{
	color : #4040ff;
	text-decoration : underline;
}

a:hover,
a:active{
	color : #4040ff;
	text-decoration : none;
}




/* --responsive------------------------------------------- */

/* 570pixel start */
@media (max-width: 576px){

body{
	font-size : 100%;
}

}
/* 570pixel end */
