@charset "UTF-8";

html { font-size: 62.5%; /* sets the base font to 10px for easier math */ }
body {
font-size: 13px;
font-size: 1.3rem;
line-height:1.7;
/* sets the default sizing to make sure nothing is actually 10px */
}
body * { box-sizing:border-box; }

/* 選択したテキスト */
::-moz-selection {
background: rgba(255,255,255,.2);
}
::selection {
background: rgba(255,255,255,.2);
} 
a {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
tap-highlight-color: rgba(0, 0, 0, 0);
}

p,h1,h2,h3,h4,h5,h6,ul,li,small  { color: #333; }

a {
color: #222;
outline: none;
}
hr {
margin: 1.5em 0;
padding: 0;
height: 0;
border: 0;
border-top: 1px solid #bbb;
}
.fm { font-weight: 500; }
.fb { font-weight: 700; }
.fu { text-decoration: underline; }
.co1 { color: #fa0000; }
.co2 { color: #ff6c00; }

.f333 { color: #333; }
.f666 { color: #666; }
.f12 { font-size: 1.2rem; }
.f13 { font-size: 1.3rem; }
.f14 { font-size: 1.4rem; }
.f15 { font-size: 1.5rem; }
.f16 { font-size: 1.6rem; }
.f18 { font-size: 1.8rem; }
.f20 { font-size: 2rem; }
.f22 { font-size: 2.2rem; }
.f24 { font-size: 2.4rem; }
.f26 { font-size: 2.6rem; }
.f28 { font-size: 2.8rem; }
.f30 { font-size: 3rem; }

.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt20 { padding-top: 20px; }
.pb20 { padding-bottom: 20px; }

.ac { text-align: center; }
