@charset "utf-8";
/*-------------------------------------

reset style

-------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img, figure, article, option, select, section {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
img {
  vertical-align: top;
}
hr {
  display: none;
}
a {
  border: none;
  outline: none;
  text-decoration: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
button{
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer
}
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
*zoom: 1;
}
/*---------------------------
body
---------------------------*/

body {
  /* font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; */
	font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  color: #000;
  background: #FEF7E9;
  min-width: 980px;
  line-height: 1.5;
  width: 100%;
}
a {
  color: #666;
  line-height: 1.2em;
}
a:hover {
  text-decoration: underline;
}
a img:hover {
  filter: alpha(opacity=80)!important;
  -moz-opacity: 0.8!important;
  opacity: 0.8!important;
}
