.text_s {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 12px;
    line-height: 20px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.text {
    font-size: 14px;
    line-height: 26px;
    margin-top: 20px;
}
.text2 {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 13px;
    line-height: 24px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mt5{
    margin-top: 5px;}
.mt10{
    margin-top: 10px;}
.mt20{
    margin-top: 20px;}
.mt30{
    margin-top: 30px;}
.mt50{
    margin-top: 50px;}
.mt500{
    margin-top: 500px;
}
.mr10{
    margin-right: 10px;}
.ml10{
    margin-left: 10px;}
.mb20{
    margin-bottom: 20px;}
.mb10{
    margin-bottom: 10px;}
.mb5{
    margin-bottom: 5px;}


/* リストのマーカーを三角にする :before とセットで利用 */
ul.triStyle li {
    list-style-type: none;
    margin-right: 0px;
    margin-bottom: 5px;
}

ul.triStyle li:before{
    font-size: 8px;
        content:'▶　';
}
.main{
    vertical-align: bottom;
    margin-top: 0px;
    margin-bottom: 0px;
    top: 0px;
    bottom: 0px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fright{
    float: right;
}
.fleft{
    float: left;
}
