html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 110%;
  font: inherit;
  vertical-align: baseline;
  font-style: normal;
  font-weight: 500;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:after {
  content: "."; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}
* {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  text-align: center;
}
a img {
  border: none;
}
html {
  overflow-y: scroll;
}
.clear {
  clear: both;
}
img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic; /*画像をキレイに拡大*/
}
/*FireFoxでリンク上に出るの点線を消す*/
a:focus {
  outline: none;
}
a {
  /*\*/
  overflow: hidden;
  /**/
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
}
a:hover, .active {
  text-decoration: underline;
}
a:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
}
a:active, a:focus, input:active, input:focus {
  outline: 0;
}
li {
  list-style-type: none;
}
.min {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.bold {
  font-weight: bold;
}
th, td {
  vertical-align: top;
}
.trans a:hover img, a:hover img.trans, .trans a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
@-ms-viewport {
  width: auto;
  initial-scale: 1;
}
@viewport {
  width: device-width;
  initial-scale: 1;
}