@charset "UTF-8";
/* =======================================
	CommonElements
======================================= */
html, body {
    font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}

p.error {
    color: #f00;
}

.mb-15 {
    margin-bottom: 15px!important;
}

.hide {
    display: none !important;
}
