@charset "utf-8";

@import url(https://fonts.jimstatic.com/css?family=Open+Sans%3A400&subset=latin%2Ccyrillic);

body {}

body, p, table, td
{
    font:normal 14px/160% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Mayryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    color:#000000;
}

input, textarea
{
    font:normal 14px/160% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Mayryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

h1
{
    font:normal normal bold 40px/140% "Open Sans", sans-serif;
    color:#1F1F1F;
    
}

h2
{
    font:normal normal normal 25px/140% "Open Sans", sans-serif;
    color:#1f1f1f;
    
}

h3
{
    font:normal normal normal 20px/140% "Open Sans", sans-serif;
    color:#1F1F1F;
    
}

a:link,
a:visited
{
    text-decoration: underline; /* fix */
    color:#0069be;
}

a:active,
a:hover
{
    text-decoration:none; /* fix */
    color: #0069be;
}

div.hr
{
    border-bottom-style:solid;
    border-bottom-width:1px; /* fix */
    border-color: #CCCCCC;
    height: 1px;
}
