@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: #333333;
    font-size: 13px;
	font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

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

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

a:hover {
    color: #333333;
    text-decoration: none;
	opacity: 0.6;
}

a:active {
    color: #333333;
    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: none;
}

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

/*----------------------------------------------------
    フォントスタイル
----------------------------------------------------*/
.required {
    margin-left: 1em;
    text-indent: -1em;
}

.red {
    color: #cc0000;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.accidental {
    padding-top: 80px;
}