@charset "utf-8";
/* ボディー */
body { color: black; background-color: white; }
/*　テキストサイズ設定　*/
.xxs-10{ font-size: 9px; font-weight:normal; line-height:normal; }
.xxs-12{ font-size: 9px; font-weight:normal; line-height:120%; }
.xxs-14{ font-size: 9px; font-weight:normal; line-height:140%; }
.xxs-16{ font-size: 9px; font-weight:normal; line-height:160%; }
.xs-10{ font-size: 10px; font-weight:normal; line-height:normal; }
.xs-12{ font-size: 10px; font-weight:normal; line-height:120%; }
.xs-14{ font-size: 10px; font-weight:normal; line-height:140%; }
.xs-16{ font-size: 10px; font-weight:normal; line-height:160%; }
.xs-10b{ font-size: 10px; font-weight:bold; line-height:normal; }
.xs-12b{ font-size: 10px; font-weight:bold; line-height:120%; }
.xs-14b{ font-size: 10px; font-weight:bold; line-height:140%; }
.xs-16b{ font-size: 10px; font-weight:bold; line-height:160%; }
.s-10{ font-size: 11px; font-weight:normal; line-height:normal; }
.s-12{ font-size: 11px; font-weight:normal; line-height:120%; }
.s-14{ font-size: 11px; font-weight:normal; line-height:140%; }
.s-16{ font-size: 11px; font-weight:normal; line-height:160%; }
.s-10b{ font-size: 11px; font-weight:bold; line-height:normal; }
.s-12b{ font-size: 11px; font-weight:bold; line-height:120%; }
.s-14b{ font-size: 11px; font-weight:bold; line-height:140%; }
.s-16b{ font-size: 11px; font-weight:bold; line-height:160%; }
.m-10{ font-size: 12px; font-weight:normal; line-height:normal; }
.m-12{ font-size: 12px; font-weight:normal; line-height:120%; }
.m-14{ font-size: 12px; font-weight:normal; line-height:140%; }
.m-16{ font-size: 12px; font-weight:normal; line-height:160%; }
.m-10b{ font-size: 12px; font-weight:bold; line-height:normal; }
.m-12b{ font-size: 12px; font-weight:bold; line-height:120%; letter-spacing:1px;}
.m-14b{ font-size: 12px; font-weight:bold; line-height:140%; letter-spacing:1px;}
.m-16b{ font-size: 12px; font-weight:bold; line-height:160%; letter-spacing:1px;}
.l-10{ font-size: 14px; font-weight:normal; line-height:normal; }
.l-12{ font-size: 14px; font-weight:normal; line-height:120%;}
.l-14{ font-size: 14px; font-weight:normal; line-height:140%;}
.l-16{ font-size: 14px; font-weight:normal; line-height:160%;}
.l-10b{ font-size: 14px; font-weight:bold; line-height:normal; }
.l-12b{ font-size: 14px; font-weight:bold; line-height:120%; letter-spacing:1px;}
.l-14b{ font-size: 14px; font-weight:bold; line-height:140%; letter-spacing:1px;}
.l-16b{ font-size: 14px; font-weight:bold; line-height:160%; letter-spacing:1px;}
.xl-10{ font-size: 18px; font-weight:normal; line-height:normal; }
.xl-12{ font-size: 18px; font-weight:normal; line-height:120%; }
.xl-14{ font-size: 18px; font-weight:normal; line-height:140%; }
.xl-16{ font-size: 18px; font-weight:normal; line-height:160%; }
.xl-10b{ font-size: 18px; font-weight:bold; line-height:normal; }
.xl-12b{ font-size: 18px; font-weight:bold; line-height:120%; letter-spacing:1px;}
.xl-14b{ font-size: 18px; font-weight:bold; line-height:140%; letter-spacing:1px;}
.xl-16b{ font-size: 18px; font-weight:bold; line-height:160%; letter-spacing:1px;}
/*　カラー　*/
.black { color: black; }
.red { color:#990000 }
.brown { color: maroon; }
.blue { color: blue; }
.brown { color:#996600 }
.orange { color:#FF6600 }
.pink { color: fuchsia; }
.white { color:#FFFFFF }
.green { color: green; }
/*特定ゾーン*/
.job { color: white; font-size: 14px; line-height: 18px; }
.name { color: gray; font-size: 16px; }
.address { color: black; font-size: 14px; line-height: 18px; padding-left: 10px; }
/*　リンクカラー　*/
a:link { color: red; text-decoration: underline; }
a:visited { color: red; }
a:hover { color: #ff7d7d; text-decoration: underline; }
a:active { color: #fc6; text-decoration: none; }

