@charset "UTF-8";
/* CSS Document */

/* -------------------------------------------------------------------------- **
**  GLOBAL RESET
** -------------------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	font-weight: inherit;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ul, ol {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
table, th, td {
	vertical-align: middle;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: none;
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}
sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
* html input, * html textarea, * html select {
	font-size: 100%;
}
legend {
	color: #000;
}

/* -------------------------------------------------------------------------- **
**  Default Tag
** -------------------------------------------------------------------------- */

html { height: 100%; }

div:after, ul:after, ol:after, dl:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: "";
}
div, ul, ol, dl {
	display: inline-block;
}
/* \*/
* html div, * html ul, * html ol, * html dl {
	height: 1%;
}
div, ul, ol, dl {
	display: block;
	overflow: visible;
}
/**/

/* -------------------------------------------------------------------------- **
**  LINKS
** -------------------------------------------------------------------------- */
#event-wrap .font-size_a   {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
a:hover, a:focus, a:active {
	color: #ff9c00;
	text-decoration: underline;
}

/* -------------------------------------------------------------------------- **
**  TYPOGRAPHY
** -------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { color: #222; }
h1 { margin-bottom: .5em; font-size: 3em; line-height: 1; }
h2 { margin-bottom: .75em; font-size: 2em; line-height: 1; }
h3 { margin-bottom: 1em; font-size: 1.5em; line-height: 1; }
h4 { margin-bottom: 1.25em; font-size: 1.2em; line-height: 1.25; }
h5 { margin-bottom: 1em; font-size: 1em; font-weight: bold; }
h6 { font-size: 1em; font-weight: bold; }
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }

blockquote { margin: 1.5em; color: #666; font-style: italic; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
sup, sub { line-height: 0; }
abbr, acronym { border-bottom: 1px dotted #666; }
address { margin: 0 0 1.5em; font-style: italic; }
del { color: #666; }

hr { clear: both; margin: 0.5em 0; padding: 0; border: solid 0px; border-top-width: 1px; color: #999; background-color: #999; }

pre, code { margin: 1.66em 0; white-space: pre; }
pre, code, tt { font: 1em Monaco, Meiryo, 'メイリオ', monospace; line-height: 1.5em; }
pre { padding: 0.83em 1.25em; border: solid 1px #ccc; background-color: #eee; overflow: auto; }

img { border: 0; }


/* -------------------------------------------------------------------------- **
**  LISTS
** -------------------------------------------------------------------------- */
ul, ol { margin: 0 0 1.8em 0; padding: 0 0 0 2.3em; }
ul { list-style-type: disc; }
ol { list-style-type: decimal; }
li ul, li ol { margin: 0 0.5em; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd { margin-left: 1.5em; }


/* -------------------------------------------------------------------------- **
**  FORMS
** -------------------------------------------------------------------------- */
form {}

textarea {
	max-width: 100%;
}
button, input[type=submit], input[type=button], input[type=reset] {
	cursor: pointer;
}
button[disabled], input[type=submit][disabled], input[type=button][disabled], input[type=reset][disabled] {
	cursor: default;
}


/* -------------------------------------------------------------------------- **
**  TABLE
** -------------------------------------------------------------------------- */
table {
	width: 100%;
	margin-bottom: 1.4em;
}
th {}
th, td { padding: 0.41em 0.83em 0.41em 0.41em; }
th[align="right"], td[align="right"] { text-align: right; }
tfoot { font-style: italic; }
caption {}

/* -------------------------------------------------------------------------- */
.clear {
	display: block;
	clear: both;
	width: 0px;
	height: 0px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	text-decoration: none;
	line-height: 0px;
	overflow: hidden;
}
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: "";
}
.clearfix {
	display: inline-block;
	overflow: hidden;
}
/* \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
	overflow: visible;
}
/**/

/* -------------------------------------------------------------------------- */
/*  Copyright (c) VenusFort Inc. All Rights Reserverd.
/* -------------------------------------------------------------------------- */
