@charset "utf-8";

/*commmon*/

html {
    font-size: 62.5%;
}


a {
	text-decoration: none;
	color: 333;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #696969;
}

a:hover {
    opacity: 0.8;
}

*, *::before, *::after {
    box-sizing: border-box;
}

body {
    background: #fff;
	font-size: 1,2rem;
    line-height: 1.5em;
	color: #333;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.hidden {
    visibility: hidden;
}


/*commmon*/








