/*reset
========================================== */
*{margin:0; padding:0;}
/* HTML5 tags */



section,article,aside,footer,header,hgroup,nav,figure,figcaption,summary,div,ul,li,p { display: block; }

section,article,aside,footer,header,hgroup,nav,figure,figcaption,summary,div,ul,li,p { margin: 0px; }



body {
    background:#f0f0f0;
    background-image: url(../images/bg.webp);
    background-repeat: repeat;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1rem;
    line-height: 180%;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
}

a {
	text-decoration: none;
	outline: none;
	color: #ffffff;
}
a:hover {
	color: #D88000;
	outline: none;
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=30);
}

.telno a  {
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
	min-height: 1px;
	display: block;
	clear: both;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}



img{
	border: none;
	margin: 0px;
	padding: 0px;
}

ul{list-style:none;}
.hidden {
display: none;
}

/* --- Retinaディスプレイ*/
img {
  zoom: 0.5;
}
