@charset "utf-8";
/* CSS Document */
/* -------------------------------------------------------------------

  Base Style

-------------------------------------------------------------------- */
/*  Universal Reset
--------------------------------------- */
html, body, div, main, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, svg,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
  background: transparent;
}
main, section, nav, article, aside, hgroup, menu, summary, svg,
header, footer, figure, figcaption, details {
  display: block;
}
video, audio, canvas {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
}
body {
  line-height: 2em;
  color: #222;
  background-color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
  	overflow-wrap: break-word;
	word-wrap: break-word;
}
* html body {
  font-size: 84%;
  height: 100%;
}
*:first-child + html body {
  font-size: 84%;
}

/*  Links
--------------------------------------- */
a {
  color: #6CC;
  text-decoration: none;
}
a:link, a:visited {
  color: #369;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
  outline: none;
}
a:active {
  /*color: #3FF;*/
  text-decoration: none;
}
a:hover img {
	filter: alpha(opacity=70) !important;
	-moz-opacity: 0.7 !important;
	opacity: 0.7 !important;
}
.news a {
	color: #9FF;
}
.news a:visited {
	color: #3FF;
}

/*  Typography
--------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  font-size: 100%;
}

em {
  font-style: normal;
  font-weight: bold;
}

strong, b {
  font-weight: bold;
}

sup {
  position: relative;
  top: -2px;
  vertical-align: middle;
  line-height: 0;
  font-size: 65%;
}

sub {
  position: relative;
  top: 2px;
  vertical-align: middle;
  line-height: 0;
  font-size: 65%;
}

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*  Horizontal Rule
--------------------------------------- */
hr {
  display: none;
}

/*  Embedded Content
--------------------------------------- */
img {
  border: 0;
  vertical-align: top;
}

svg:not(:root) {
  overflow: hidden;
}

/*  List Content
--------------------------------------- */
ul, ol, dl {
  list-style: none;
}

/*  Tables
--------------------------------------- */
table {
  border: 0 none;
  border-collapse: collapse;
  width: 100%;
}

table th,
table td {
  border: 0 none;
  vertical-align: top;
  font-size: 1em;
  text-align: left;
  font-weight: normal;
  padding: 5px;
  border-collapse: collapse;
}
/* Clear
--------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
.clear {
	clear: both;
	height: 0;
}
.space {
	height: 20px;
	clear: both;
}
/*GENERAL
--------------------------------------- */
.Lfont {
	font-size: 140%;
}
.Mfont {
	font-size: 120%;
}
.Sfont {
	font-size: 80%;
	line-height: 240%;
}
.caution {
	border: 1px solid #C00;
	padding: 10px;
	margin: 10px 0;
}
.red {
	color: red;
}

.normal {
	font-weight: normal;
}
.bold {
	font-weight: bold;
}

.center_txt {
	text-align: center;
}
.right_txt {
	text-align: right;
}
.left_txt {
	text-align: left;
}
.break {
	word-wrap: break-word;
}

