@charset "utf-8";

/*---------------共通設定----------------*/
body{
	margin: 0px;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



a:link { color: rgb(0, 0, 0); transition: 0.5s; }
a:visited { color: rgb(0, 0, 0); }
a{text-decoration: none;}


.pc-only{
	display: block;
}
.sp-only{
	display: none;
}

@media screen and (max-width: 1000px){
.pc-only{
	display: none;
}
.sp-only{
	display: block;
} 
}


p{
	letter-spacing: 1px;
}


#footer1 a:visited{
	color: #ffffff;
}