body {
margin: 0 auto;
padding: 0;
text-align:center;
font-size: 90%;
color: #595757;
font-family: 'メイリオ', Meiryo,'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','ＭＳ Ｐゴシック','MS PGothic';
}

h1,h2,h3,h4,h5,p,dl {
margin: 0 0 10px 0;
}

dt,dd {
margin: 0;
padding: 0;
}

ul {
margin: 0;
list-style: none;
}
ol {
margin: 0;
list-style: none;
}

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

/* テキストリンクマウスホバー */
a:hover {
color: #666;
text-decoration: none;
}

/* リンクが張られている画像上でマウスホバーした場合 */
a img:hover {
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}

/* 非表示 */
span.erase {
display: none;
}

/* 文字赤色 */
.font_red {
color: #ff0000;
}

/* クリアFIX */
.clear {
clear:both;
}

/* グレーライン */
.gray_1border {
width: 100%;
margin: 10px 0 10px 0;
border-bottom: 1px solid #ccc;
}

/* ラッパー */
#wrapper {
margin: 0 auto;
text-align:center;  
}

/* ページトップ */
/*PAGE TOPボタン追加*/
#page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 50px;
    background: #003a75; /*ボタンの色*/
    opacity: 0.6;
    border-radius: 50%; /*角の丸み*/
    }
    #page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    }
    #page_top a::before{
    font-family: "Font Awesome 5 Free";
    content: "\f106"; /*アイコン*/
    font-weight: 900;
    font-size: 25px;
    color: #fff; /*アイコンの色*/
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    }
    