html {
font-size: 62.5%;
}
body {
font-size: 13px; font-size: 1.3rem;
line-height: 1.5;
}

/*
select, input, button, textarea, button {
font:99% arial,helvetica,clean,sans-serif;
font-size: 0.99rem;
font-family: arial,helvetica,clean,sans-serif;
}
*/

table {
font-size:inherit;
font-size: 1rem;
}

pre, code, kbd, samp, tt {
font-family:monospace;
line-height:100%;
}



h1 {}
h2 {font-size:1.2em;font-weight:normal;text-align:left;border-bottom:1px solid #555;margin-bottom:1em;}
h2 i{margin-right:0.5em;}
h3 {font-size:1.5em;}
h4 {font-size:1.2em;font-weight:normal;padding:5px;border-radius:4px;margin:10px 0px;}
h4:before {content: "\f2dc";font-family: FontAwesome;margin-right:0.5em;}
h5 {font-size:1.2em;}

.txtTtlBoldRD {font-size:1.5em;font-weight:bold;color:#Ac4C41;}
.txtTtlBoldGR {font-size:1.5em;font-weight:bold;color:#657F46;}
.txtTtlBoldYE {font-size:1.5em;font-weight:bold;color:#CCB361;}

.txtNotice{font-size:0.8em;font-weight:normal;}
.txtS{font-size:0.8em;font-weight:normal;}
.txtCopy{font-size: 11px;font-weight:normal;}

.txtDateRD {font-size:0.8em;font-weight:bold;background:#fff;color:#A3382B; border-radius:4px; margin-right:1em;padding:0.4em 0 0.2em 0.4em;}
.txtDateGR {font-size:0.8em;font-weight:bold;background:#fff;color:#547031; border-radius:4px; margin-right:1em;padding:0.4em 0 0.2em 0.4em;}
.txtDateGL {font-size:0.8em;font-weight:bold;background:#fff;color:#333; border-radius:4px; margin-right:1em;padding:0.4em 0 0.2em 0.4em;}

/* color設定 */
.bgRD {background:#A3382B;}
.bgLG {background:#6B877F;}
.bgGR {background:#547031;}
.bgYE {background:#87784A;}




span.noticeTxt {
display:inline-block;
padding:20px;
font-size:2em;
background:#fff;
color:#ff0000;
}