@charset "utf-8";

/* basic
------------------------------------------------------------------------- */
body {
	color:#727171;
	font-size:18px;
	font-family:"FOT-筑紫ゴシック Pro B";
}
	@media(max-width:980px) {
		body {
			-webkit-text-size-adjust:none;
		}
	}

.cf:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* link default */
a:link		{ color:#FFF; text-decoration:none; }
a:visited	{ color:#FFF; text-decoration:none; }
a:hover		{ color:#FFF; text-decoration:none; }
a:active	{ color:#FFF; text-decoration:none; }

/* link green */
a.a1:link	{ color:#416621; text-decoration:none; }
a.a1:visited	{ color:#416621; text-decoration:none; }
a.a1:hover	{ color:#416621; text-decoration:underline; }
a.a1:active	{ color:#416621; text-decoration:underline; }

::selection {
    background:#FFFF00; /* Safari */
}
::-moz-selection {
    background:#FFFF00; /* Firefox */
}

	@media(min-width:767px) {
		a[href^="tel:"] {
			pointer-events:none;
		}
	}

