@charset "utf-8";
/* ===================================================================
 style info : コンテンツエリア関係 他

/*----------------------------------------------------
	共通
----------------------------------------------------*/
html {
	overflow-y: scroll;
	font-size: 62.5%;
	background: #ffffff;
}

body {
	font-family: "Roboto", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	background: #ffffff;
	color: #222222;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.8;
	letter-spacing: 0.2em;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-feature-settings: "palt";
}

/*----------------------------------------------------
    リンク
----------------------------------------------------*/
a:link {
	color: #222222;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

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

a:hover {
    color: #222222;
    text-decoration: none;
}

a:active {
    color: #222222;
    text-decoration: none;
}

a.link:link {
    color: #0000ff;
    text-decoration: none;
}

a.link:visited {
    color: #0000ff;
    text-decoration: none;
}

a.link:hover {
    color: #0000ff;
    text-decoration: underline;
}

a.link:active {
    color: #0000ff;
    text-decoration: underline;
}