body { margin: 0px }

/* リンク色を変えたいときはここを修正 */

A:link { color: black; text-decoration: none }

A:visited { color: black; text-decoration: none }

A:active  { color: #ff0047 }

A:hover  { color: #ff0047 }

/* TABLE---------------------------------------------------------------------- */

TD, TH { font-size: 12px }


/* text関係---------------------------------------------------------------------- */

.text18pxB { font-weight: bold; font-size: 18px; line-height: 150% }

.text14pxB { font-weight: bold; font-size: 14px; line-height: 150% }

.text12pxB { font-weight: bold; font-size: 12px; line-height: 150% }

.text10pxB { font-weight: bold; font-size: 10px; line-height: 150% }

.B { font-weight: bold }

.text24px { font-size: 24px }

.text18px { font-size: 18px }

.text12px { font-size: 12px }

.text10px  { font-size: 10px }

.text12px2 { font-size: 12px; line-height: 150% }

.text10px2 { font-size: 10px; line-height: 150% }

.text8px { font-size: 8px; line-height: 100% }

.text8px2 { font-size: 8px; line-height: 150% }

.line-height150 { line-height: 150% }

.line-height200 { line-height: 200% }

.justify { text-align: justify; text-justify: distribute-all-lines }

/* 青文字 */

.textblue { color: #0a50a1 }

/* 水色文字 */

.textmarine { color: #67c5ca }

/* メサージュピンク */

.textpink { color: #f94e63 }

