@charset "utf-8";
/*リセット/クリア/単独設定
/=====================================================================*/
body, form, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd, dt {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
html {
  font-size: 62.5%;
}
html,body {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #555;
  font-family: Roboto, "Droid Sans", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 62.5%;
}
body {
  background: #fd7fb629 url(../images/content-bg.png) repeat-y center 0;
  background-attachment: fixed;
  background: #fd7fb629 url(../images/content-bg.png) repeat-y center 0;
  -webkit-text-size-adjust: 100%;
}
ul { list-style: none; }
a, img {border: 0; outline: none;}
.clear {clear:both;}
a {color: rgba(213, 61, 96, 1); text-decoration: underline;}
a:hover {text-decoration: none;}
/*境界線*/
hr {
  height: 1px;
  margin: 1em 0;
  padding: 0;
  display: block;
  border: 0;
  border-top: 1px solid #ccc;
}
/*=====================================================================/
/
/=====================================================================*/
