@charset "utf-8";

/* ＰＣ */
@import url("acs_css_pc.css") only screen and (min-width:600px);
/* スマートフォン */
@import url("acs_css_smartphone.css") only screen and (max-width:599px);

/*■■■■■■■■■■テンプレート■■■■■■■■■■*/

body{
    font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    color: #333333;
}

#both {
	clear: both;
	height: 0px;
}

 a:visited {
	text-decoration: none;
	color: #3078bf;
}
