@charset "UTF-8";
/* CSS Document */


/*--------Init----------*/
*{
  box-sizing: border-box;
}

html,body,div,ul,ol,li,dl,dt,dd,form,fieldset,input,textarea,h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,th,td { margin:0; padding:0;}
html,body{}
img { border: 0; vertical-align: bottom; border-style: none;}
a img { border-style:none;}
a { outline: none; text-decoration: none; }
a:link,a:visited,a:active { outline: none; }
a:link { color: #ff5;}
a:visited { color: #ff9;}
a:hover { color: #ffc;}
a:active { color: #ffc;}

body,td,th { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-size: 16px; line-height:1.6;}
body { margin: 0; padding: 0; width:100%;}


/*-----base---------*/

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

iframe[name="google_conversion_frame"] { position: absolute; top: 0; }



hr {
  border: 0;
  margin: 40px auto;
  max-width: 100%;
  box-sizing: border-box;
  height: 1px;
  color: #c00;
  background:#ff5;
}
