/* Scss Document */
/* Scss Document */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

main {
    display: block;
}

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Scss Document */
header {
  padding-top: 10px; }
  header .headerContainer01 {
    display: flex;
    ustify-content: space-between; }
  header .logoArea01 {
    margin-top: 15px;
    width: calc(100% - 80px);
    display: flex; }
    @media screen and (max-width: 767px) {
      header .logoArea01 {
        margin-top: 10px;
        display: block; } }
    @media screen and (max-width: 767px) {
      header .logoArea01 .logo {
        width: 200px;
        float: none; } }
    @media screen and (max-width: 500px) {
      header .logoArea01 .logo {
        width: 160px; } }
    header .logoArea01 h1 {
      margin-left: 20px;
      font-size: 11px;
      color: #8c8c8c; }
      @media screen and (max-width: 767px) {
        header .logoArea01 h1 {
          font-size: 10px;
          line-height: 1.2;
          float: none;
          margin-left: 0;
          margin-top: 10px; }
          header .logoArea01 h1 br {
            display: none; }
          header .logoArea01 h1.lowpage {
            display: none; } }
  header .icoMypage01 {
    width: 70px; }
    @media screen and (max-width: 767px) {
      header .icoMypage01 {
        width: 35px;
        position: fixed;
        right: 60px;
        z-index: 100; } }
    header .icoMypage01 p {
      position: relative; }
      header .icoMypage01 p span {
        position: absolute;
        top: -3px;
        right: -3px;
        font-size: 17px;
        font-weight: bold;
        background: #f0760e;
        color: #fff;
        border-radius: 50%;
        line-height: 1.5;
        display: inline-block;
        width: 27px;
        height: 27px;
        text-align: center; }
        @media screen and (max-width: 767px) {
          header .icoMypage01 p span {
            width: 22px;
            height: 22px;
            font-size: 13px;
            top: -6px;
            right: -10px; } }
  header .globalNav01 {
    background: #ffff97;
    padding: 10px 0;
    margin-top: 10px; }
    @media screen and (max-width: 767px) {
      header .globalNav01 {
        display: none; } }
    header .globalNav01 ul {
      display: flex;
      justify-content: space-around; }
    header .globalNav01 li {
      text-align: center; }
      header .globalNav01 li a {
        display: block;
        padding: 40px 0 0;
        font-weight: bold;
        color: #53382e;
        min-width: 33px; }
        header .globalNav01 li a:hover {
          text-decoration: underline; }
        @media screen and (max-width: 1000px) {
          header .globalNav01 li a {
            font-size: 12px; } }
      header .globalNav01 li:first-child a {
        background: url(../../images/common/ico_common01.png) no-repeat center top; }
        header .globalNav01 li:first-child a:hover {
          background: url(../../images/common/ico_common01on.png) no-repeat center top;
          color: #f0760e; }
      header .globalNav01 li:first-child.current a {
        background: url(../../images/common/ico_common01on.png) no-repeat center top;
        color: #f0760e; }
      header .globalNav01 li:nth-child(2) a {
        background: url(../../images/common/ico_common02.png) no-repeat center top; }
        header .globalNav01 li:nth-child(2) a:hover {
          background: url(../../images/common/ico_common02on.png) no-repeat center top;
          color: #f0760e; }
      header .globalNav01 li:nth-child(2).current a {
        background: url(../../images/common/ico_common02on.png) no-repeat center top;
        color: #f0760e; }
      header .globalNav01 li:nth-child(3) a {
        background: url(../../images/common/ico_common03.png) no-repeat center top; }
        header .globalNav01 li:nth-child(3) a:hover {
          background: url(../../images/common/ico_common03on.png) no-repeat center top;
          color: #f0760e; }
      header .globalNav01 li:nth-child(3).current a {
        background: url(../../images/common/ico_common03on.png) no-repeat center top;
        color: #f0760e; }
      header .globalNav01 li:nth-child(4) a {
        background: url(../../images/common/ico_common09.png) no-repeat center top; }
        header .globalNav01 li:nth-child(4) a:hover {
          background: url(../../images/common/ico_common09on.png) no-repeat center top;
          color: #f0760e; }
      header .globalNav01 li:nth-child(4).current a {
        background: url(../../images/common/ico_common09on.png) no-repeat center top;
        color: #f0760e; }
      header .globalNav01 li:nth-child(5) a {
        background: url(../../images/common/ico_common04.png) no-repeat center top; }
        header .globalNav01 li:nth-child(5) a:hover {
          background: url(../../images/common/ico_common04on.png) no-repeat center top;
          color: #f0760e; }
      header .globalNav01 li:nth-child(5).current a {
        background: url(../../images/common/ico_common04on.png) no-repeat center top;
        color: #f0760e; }
      header .globalNav01 li:nth-child(6) a {
        background: url(../../images/common/ico_common05.png) no-repeat center top; }
        header .globalNav01 li:nth-child(6) a:hover {
          background: url(../../images/common/ico_common05on.png) no-repeat center top;
          color: #f0760e; }
      header .globalNav01 li:nth-child(6).current a {
        background: url(../../images/common/ico_common05on.png) no-repeat center top;
        color: #f0760e; }
      header .globalNav01 li:nth-child(7) a {
        background: url(../../images/common/ico_common06.png) no-repeat center top; }
        header .globalNav01 li:nth-child(7) a:hover {
          background: url(../../images/common/ico_common06on.png) no-repeat center top;
          color: #f0760e; }
      header .globalNav01 li:nth-child(7).current a {
        background: url(../../images/common/ico_common06on.png) no-repeat center top;
        color: #f0760e; }
      header .globalNav01 li:nth-child(8) a {
        background: url(../../images/common/ico_common07.png) no-repeat center top; }
        header .globalNav01 li:nth-child(8) a:hover {
          background: url(../../images/common/ico_common07on.png) no-repeat center top;
          color: #f0760e; }
      header .globalNav01 li:nth-child(8).current a {
        background: url(../../images/common/ico_common07on.png) no-repeat center top;
        color: #f0760e; }
  @media print, screen and (min-width: 768px) {
    header .spBtn01 {
      display: none !important; } }
  header .spBtn01 #spBtn01 {
    width: 27px;
    height: 23px;
    transition: all .4s;
    z-index: 9990;
    position: fixed;
    top: 17px;
    right: 15px; }
    header .spBtn01 #spBtn01.active span {
      background: #74564c; }
      header .spBtn01 #spBtn01.active span:first-child {
        -webkit-transform: translateY(8px) rotate(-45deg);
        -moz-transform: translateY(8px) rotate(-45deg);
        -ms-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg); }
      header .spBtn01 #spBtn01.active span:nth-child(2) {
        opacity: 0; }
      header .spBtn01 #spBtn01.active span:last-child {
        -webkit-transform: translateY(-12px) rotate(45deg);
        -moz-transform: translateY(-12px) rotate(45deg);
        -ms-transform: translateY(-12px) rotate(45deg);
        transform: translateY(-12px) rotate(45deg); }
  header .spBtn01 .spTel01 {
    position: fixed;
    top: 17px;
    right: 55px;
    z-index: 9999; }
    header .spBtn01 .spTel01 i {
      transform: rotate(100deg);
      font-size: 22px; }
  header .spBtn01 .spMail01 {
    position: fixed;
    top: 17px;
    right: 90px;
    z-index: 9999; }
    header .spBtn01 .spMail01 i {
      font-size: 28px; }
  header .spBtn01 span {
    width: 27px;
    height: 2px;
    margin: 0 auto;
    background: #333;
    transition: all .4s;
    display: block;
    position: absolute;
    left: 0;
    right: 0; }
    header .spBtn01 span:first-child {
      top: 0; }
    header .spBtn01 span:nth-child(2) {
      top: 10px; }
    header .spBtn01 span:nth-child(3) {
      bottom: 1px; }
  header .spBtn01.active {
    width: 100%;
    height: 54px;
    background: rgba(255, 255, 151, 0.9);
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0; }
  header .spMenuArea01 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    margin-top: 54px;
    padding-top: 30px;
    padding-bottom: 54px;
    background: rgba(255, 255, 151, 0.9);
    border: 0;
    overflow-y: scroll;
    z-index: 9998;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    flex-wrap: wrap;
    -ms-overflow-style: none; }
    header .spMenuArea01::-webkit-scrollbar {
      display: none; }
    header .spMenuArea01.flex {
      display: flex !important;
      flex-wrap: wrap; }
    @media print, screen and (min-width: 768px) {
      header .spMenuArea01 {
        display: none !important; } }
    header .spMenuArea01 li {
      text-align: center;
      width: 49%;
      height: 100px; }
      header .spMenuArea01 li:first-child a {
        background: url(../../images/common/ico_common01.png) no-repeat center top; }
        header .spMenuArea01 li:first-child a:hover {
          background: url(../../images/common/ico_common01on.png) no-repeat center top;
          color: #f0760e; }
      header .spMenuArea01 li:first-child.current a {
        background: url(../../images/common/ico_common01on.png) no-repeat center top;
        color: #f0760e; }
      header .spMenuArea01 li:nth-child(2) a {
        background: url(../../images/common/ico_common02.png) no-repeat center top; }
        header .spMenuArea01 li:nth-child(2) a:hover {
          background: url(../../images/common/ico_common02on.png) no-repeat center top;
          color: #f0760e; }
      header .spMenuArea01 li:nth-child(2).current a {
        background: url(../../images/common/ico_common02on.png) no-repeat center top;
        color: #f0760e; }
      header .spMenuArea01 li:nth-child(3) a {
        background: url(../../images/common/ico_common03.png) no-repeat center top; }
        header .spMenuArea01 li:nth-child(3) a:hover {
          background: url(../../images/common/ico_common03on.png) no-repeat center top;
          color: #f0760e; }
      header .spMenuArea01 li:nth-child(3).current a {
        background: url(../../images/common/ico_common03on.png) no-repeat center top;
        color: #f0760e; }
      header .spMenuArea01 li:nth-child(4) a {
        background: url(../../images/common/ico_common09.png) no-repeat center top; }
        header .spMenuArea01 li:nth-child(4) a:hover {
          background: url(../../images/common/ico_common09on.png) no-repeat center top;
          color: #f0760e; }
      header .spMenuArea01 li:nth-child(4).current a {
        background: url(../../images/common/ico_common09on.png) no-repeat center top;
        color: #f0760e; }
      header .spMenuArea01 li:nth-child(5) a {
        background: url(../../images/common/ico_common04.png) no-repeat center top; }
        header .spMenuArea01 li:nth-child(5) a:hover {
          background: url(../../images/common/ico_common04on.png) no-repeat center top;
          color: #f0760e; }
      header .spMenuArea01 li:nth-child(5).current a {
        background: url(../../images/common/ico_common04on.png) no-repeat center top;
        color: #f0760e; }
      header .spMenuArea01 li:nth-child(6) a {
        background: url(../../images/common/ico_common05.png) no-repeat center top; }
        header .spMenuArea01 li:nth-child(6) a:hover {
          background: url(../../images/common/ico_common05on.png) no-repeat center top;
          color: #f0760e; }
      header .spMenuArea01 li:nth-child(6).current a {
        background: url(../../images/common/ico_common05on.png) no-repeat center top;
        color: #f0760e; }
      header .spMenuArea01 li:nth-child(7) a {
        background: url(../../images/common/ico_common06.png) no-repeat center top; }
        header .spMenuArea01 li:nth-child(7) a:hover {
          background: url(../../images/common/ico_common06on.png) no-repeat center top;
          color: #f0760e; }
      header .spMenuArea01 li:nth-child(7).current a {
        background: url(../../images/common/ico_common06on.png) no-repeat center top;
        color: #f0760e; }
      header .spMenuArea01 li:nth-child(8) a {
        background: url(../../images/common/ico_common07.png) no-repeat center top; }
        header .spMenuArea01 li:nth-child(8) a:hover {
          background: url(../../images/common/ico_common07on.png) no-repeat center top;
          color: #f0760e; }
      header .spMenuArea01 li:nth-child(8).current a {
        background: url(../../images/common/ico_common07on.png) no-repeat center top;
        color: #f0760e; }
      header .spMenuArea01 li a {
        padding-top: 40px;
        font-size: 13px;
        margin-bottom: 20px; }
    header .spMenuArea01 a {
      color: #74564c;
      padding: 15px;
      display: block;
      position: relative; }
    header .spMenuArea01 .dropBtn01 {
      color: #fff;
      padding: 15px;
      position: relative; }
      header .spMenuArea01 .dropBtn01:before, header .spMenuArea01 .dropBtn01:after {
        content: "";
        position: absolute; }
      header .spMenuArea01 .dropBtn01:before {
        width: 14px;
        height: 1px;
        margin: auto 0;
        background: #fff;
        border: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        display: block;
        top: 0;
        right: 15px;
        bottom: 0;
        left: auto; }
      header .spMenuArea01 .dropBtn01:after {
        width: 1px;
        height: 14px;
        background: #fff;
        border: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        right: 22px; }
      header .spMenuArea01 .dropBtn01.active:after {
        display: none; }
    header .spMenuArea01 .drop01 ul {
      display: none; }
    header .spMenuArea01 .drop01 a {
      padding-left: 25px; }

/* Scss Document */
body {
  font-size: 14px;
  font-family: "Noto Sans JP";
  line-height: 1.7;
  color: #272727;
  overflow-x: hidden; }

.left {
  float: left; }

.right {
  float: right; }

img {
  max-width: 100%;
  height: auto; }

.spOnly {
  display: none; }
  @media screen and (max-width: 767px) {
    .spOnly {
      display: inherit; } }

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none; } }

a {
  color: #333;
  transition-duration: 0.5s;
  text-decoration: none; }
  a:hover {
    opacity: 0.7; }

.allLink {
  transition-duration: 0.5s; }
  .allLink:hover {
    opacity: 0.7;
    cursor: pointer; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.container01 {
  max-width: 1080px;
  margin: 0 auto;
  width: 94%;
  }
.copyright01 .container01 {
	padding-bottom:130px;
  }

/* Scss Document */
footer .logoSitemap01 {
  background: #fdffb8;
  padding: 30px 0;
  border: 1px solid #fcef79; }
  @media screen and (max-width: 640px) {
    footer .logoSitemap01 {
      padding: 30px 0 0; } }
  footer .logoSitemap01 .container01 {
    position: relative; }
    @media screen and (max-width: 640px) {
      footer .logoSitemap01 .container01 {
        width: 100%; } }
  footer .logoSitemap01 .logoArea02 {
    float: left;
    margin-top: 10px; }
    @media screen and (max-width: 960px) {
      footer .logoSitemap01 .logoArea02 {
        float: none;
        width: 100%;
        margin-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      footer .logoSitemap01 .logoArea02 {
        text-align: center; } }
    footer .logoSitemap01 .logoArea02 .logo02 {
      float: left; }
      @media screen and (max-width: 767px) {
        footer .logoSitemap01 .logoArea02 .logo02 {
          float: none;
          margin-bottom: 10px;
          text-align: center; }
          footer .logoSitemap01 .logoArea02 .logo02 img {
            width: 200px; } }
    footer .logoSitemap01 .logoArea02 .footerBtn01 {
      float: left;
      margin-left: 10px; }
      @media screen and (max-width: 767px) {
        footer .logoSitemap01 .logoArea02 .footerBtn01 {
          float: none;
          display: inline-block; } }
      footer .logoSitemap01 .logoArea02 .footerBtn01 a {
        display: block;
        font-size: 13px;
        background: #f9e060;
        text-align: center;
        width: 94px;
        padding: 5px;
        color: #53382e;
        border-radius: 4px; }
  footer .logoSitemap01 .sitemapArea01 {
    float: right;
/*
    width: 400px;
    width: 450px;
*/
    width: 500px;
    }
    @media screen and (max-width: 960px) {
      footer .logoSitemap01 .sitemapArea01 {
        float: none;
        width: 100%; } }
    footer .logoSitemap01 .sitemapArea01 ul {
      letter-spacing: -.4em; }
    footer .logoSitemap01 .sitemapArea01 li {
      display: inline-block;
      margin-bottom: 5px; }
      footer .logoSitemap01 .sitemapArea01 li a {
        padding: 0 8px;
        border-right: 1px solid #333;
        font-size: 13px;
        letter-spacing: normal; }
        footer .logoSitemap01 .sitemapArea01 li a:hover {
          text-decoration: underline; }
      footer .logoSitemap01 .sitemapArea01 li:nth-child(5) a {
        border-right: none; }
        @media screen and (max-width: 960px) {
          footer .logoSitemap01 .sitemapArea01 li:nth-child(5) a {
            border-right: 1px solid #333; } }
      footer .logoSitemap01 .sitemapArea01 li:last-child a {
        border-right: none; }
        @media screen and (max-width: 960px) {
          footer .logoSitemap01 .sitemapArea01 li:last-child a {
            border-right: 1px solid #333; } }
      @media screen and (max-width: 640px) {
        footer .logoSitemap01 .sitemapArea01 li {
          display: block;
          width: 100%; }
          footer .logoSitemap01 .sitemapArea01 li a {
            border-right: none;
            padding: 10px;
            display: block;
            border-bottom: 1px dashed #ccc;
            position: relative; }
            footer .logoSitemap01 .sitemapArea01 li a:after {
              content: "";
              position: absolute;
              right: 15px;
              top: 19px;
              width: 6px;
              height: 6px;
              border: 1px solid;
              border-color: #888 #888 transparent transparent;
              transform: rotate(45deg); }
          footer .logoSitemap01 .sitemapArea01 li:nth-child(5) a {
            border-right: none; }
          footer .logoSitemap01 .sitemapArea01 li:last-child a {
            border-bottom: none;
            border-right: none; } }
  footer .logoSitemap01 .toTop01 a {
    position: absolute;
    right: -70px;
    top: -50px; }
    @media screen and (max-width: 767px) {
      footer .logoSitemap01 .toTop01 a {
        right: 5px;
        top: -60px; } }
footer .copyright01 {
  background: #e9f396;
  padding: 15px 0;
  font-size: 12px;
  text-align: center; }


	/****************************
	 * フォームサイズ
	 ****************************/
	.w10  { width:10%; }
	.w15  { width:15%; }
	.w16  { width:16%; }
	.w17  { width:17%; }
	.w20  { width:20%; }
	.w25  { width:25%; }
	.w30  { width:30%; }
	.w35  { width:35%; }
	.w40  { width:40%; }
	.w42  { width:42%; }
	.w43  { width:43%; }
	.w45  { width:45%; }
	.w46  { width:46%; }
	.w50  { width:50%; }
	.w55  { width:55%; }
	.w60  { width:60%; }
	.w65  { width:65%; }
	.w70  { width:70%; }
	.w75  { width:75%; }
	.w80  { width:80%; }
	.w85  { width:85%; }
	.w90  { width:90%; }
	.w95  { width:95%; }
	.w100 { width:98%; }
    
	.h50  { height:50px; }
	.h100 { height:100px; }
	.h150 { height:150px; }
	.h200 { height:200px; }
	.h250 { height:250px; }
	.h300 { height:300px; }
	.h400 { height:400px; }
	.h500 { height:500px; }
	.h600 { height:600px; }


	/****************************
	 * マージンとパディング
	 ****************************/
	.m3   { margin:       3px;  }
	.m8   { margin:       8px;  }
	.m10  { margin:       10px; }
	.m15  { margin:       15px; }
	.m20  { margin:       20px; }
	.m25  { margin:       25px; }
	.m30  { margin:       30px; }
	.mt8  { margin-top:   8px;  }
	.mb8  { margin-bottom:8px;  }
	.ml8  { margin-left:  8px;  }
	.mr8  { margin-right: 8px;  }
	.mt10 { margin-top:   10px; }
	.mb10 { margin-bottom:10px; }
	.ml10 { margin-left:  10px; }
	.mr10 { margin-right: 10px; }
	.mt15 { margin-top:   15px; }
	.mb15 { margin-bottom:15px; }
	.ml15 { margin-left:  15px; }
	.mr15 { margin-right: 15px; }
	.mt20 { margin-top:   20px; }
	.mb20 { margin-bottom:20px; }
	.ml20 { margin-left:  20px; }
	.mr20 { margin-right: 20px; }
	.mt25 { margin-top:   25px; }
	.mb25 { margin-bottom:25px; }
	.ml25 { margin-left:  25px; }
	.mr25 { margin-right: 25px; }
	.mt30 { margin-top:   30px; }
	.mb30 { margin-bottom:30px; }
	.ml30 { margin-left:  30px; }
	.mr30 { margin-right: 30px; }

	.p3   { padding:       3px;  }
	.p8   { padding:       8px;  }
	.p10  { padding:       10px; }
	.p15  { padding:       15px; }
	.p20  { padding:       20px; }
	.p25  { padding:       25px; }
	.p30  { padding:       30px; }
	.pt3  { padding-top:   3px;  }
	.pb3  { padding-bottom:3px;  }
	.pl3  { padding-left:  3px;  }
	.pr3  { padding-right: 3px;  }
	.pt8  { padding-top:   8px;  }
	.pb8  { padding-bottom:8px;  }
	.pl8  { padding-left:  8px;  }
	.pr8  { padding-right: 8px;  }
	.pt10 { padding-top:   10px; }
	.pb10 { padding-bottom:10px; }
	.pl10 { padding-left:  10px; }
	.pr10 { padding-right: 10px; }
	.pt15 { padding-top:   15px; }
	.pb15 { padding-bottom:15px; }
	.pl15 { padding-left:  15px; }
	.pr15 { padding-right: 15px; }
	.pt20 { padding-top:   20px; }
	.pb20 { padding-bottom:20px; }
	.pl20 { padding-left:  20px; }
	.pr20 { padding-right: 20px; }
	.pt25 { padding-top:   25px; }
	.pb25 { padding-bottom:25px; }
	.pl25 { padding-left:  25px; }
	.pr25 { padding-right: 25px; }
	.pt30 { padding-top:   30px; }
	.pb30 { padding-bottom:30px; }
	.pl30 { padding-left:  30px; }
	.pr30 { padding-right: 30px; }


	/****************************
	 * フォント
	 ****************************/
	.s8			{ font-size:8px;  }
	.s10		{ font-size:10px; }
	.s12		{ font-size:12px; }
	.s14		{ font-size:14px; }
	.s16		{ font-size:16px; }
	.s18		{ font-size:18px; }
	.s20		{ font-size:20px; }
	.s22		{ font-size:22px; }
	.s24		{ font-size:24px; }

	.f50		{ font-size: 50%;  }
	.f60		{ font-size: 60%;  }
	.f70		{ font-size: 70%;  }
	.f80		{ font-size: 80%;  }
	.f90		{ font-size: 90%;  }
	.f100		{ font-size:100%;  }
	.f110		{ font-size:110%; }
	.f120		{ font-size:120%; }
	.f130		{ font-size:130%; }
	.f140		{ font-size:140%; }
	.f150		{ font-size:150%; }
	.f160		{ font-size:160%; }
	.f170		{ font-size:170%; }
	.f180		{ font-size:180%; }
	.f190		{ font-size:190%; }
	.f200		{ font-size:200%; }

	.l100		{ line-height:100%; }
	.l120		{ line-height:120%; }
	.l140		{ line-height:140%; }
	.l160		{ line-height:160%; }
	.l180		{ line-height:180%; }
	.l200		{ line-height:200%; }

	.normal		{ font-weight:100; }
	.bold		{ font-weight:bold; }
	.notpp		{ font-family:monospace; }

	.icoMark	{ display:inline-block; margin-top:-2px; font-size:20px; margin-right:10px; }
	.icoMarkMenu{ display:inline-block; margin-top:-2px; font-size:16px; margin-right:5px; }

	.ico_mark	{ display:inline-block; margin-top:-2px; font-size:20px; margin-right:10px; }
	.ico_menu	{ display:inline-block; margin-top:-2px; font-size:16px; margin-right:5px; }


	/****************************
	 * カラー 
	 ****************************/
	.black		{ color:#000000; }	/** 黒 **/
	.white		{ color:#FFFFFF; }	/** 白 **/
	.gray		{ color:#666666; }	/** 灰 **/
	.red		{ color:#FF0000; }	/** 赤 **/
	.brown		{ color:#CC0000; }	/** 茶 **/
	.green		{ color:#4BB20D; }	/** 緑 **/
	.lgreen		{ color:#CBE26F; }	/** 緑 **/
	.orange		{ color:#FF9900; }	/** 橙 **/
	.blue		{ color:#3784C6; }	/** 青 **/
	.sky		{ color:#0066CC; }	/** 水 **/
	.yellow		{ color:#FFFF00; }	/** 黄 **/

