@charset "UTF-8";
/* -------------------------------------
 *  reset css
 * ------------------------------------- */
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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}

input,
button {
  border: none;
}


/* 段落タグ ---------------------------- */
p {
	margin: 0em 0em 1.75em 0em;
	padding: 0em 0em 0em 0em;
}
/* 見出しタグ -------------------------- */
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}

/* リストタグ -------------------------- */
ul {
  list-style: none;
}
li {
  list-style: none;
}
ol {
  list-style: none;
}

/* イメージタグ ------------------------ */
img {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  line-height: 100%;
}
.nomargin {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

/* -------------------------------------
 *  contents css
 * ------------------------------------- */
#contents {
	display: block;
	height: 625px;
	width: 1000px;
	margin: 0px auto 0px auto;
	overflow: hidden;
}

/* -------------------------------------
 *  cover + popup css
 * ------------------------------------- */
#cover {
	display: block;
	height: 625px;
	width: 1000px;
	position: absolute;
	background-color: rgba(23,31,42,0.9);
	z-index: 30100;
	overflow: hidden;
}
#cover.loading {
	background-image: url(../img/popup/cover_loadinfo.gif);
	background-position: center 232px;
	background-repeat: no-repeat;
}

/* -------------------------------------
 *  header + return + change css
 * ------------------------------------- */
#return,
#posting,
#changeFitting {
	display: block;
	height: 32px;
	padding: 0px 0px 0px 2px;
	position: absolute;
	font-size: 0.625em;
	background-color: rgba(255,255,255,0.3);
	overflow: hidden;
	z-index: 30010;
}
#changeFitting {
	display: none;
	background-color: #888c92;
	margin: 0px 0px 0px 20px;
}
#return {
}
#header {
	margin: 0px 0px 0px 250px;
}
#posting {
	display: none;
	margin: 0px 0px 0px 820px;
}
#changeFitting .menu {
	width: inherit;
	padding: 0px 12px 0px 12px;
	background: no-repeat right -30px, -moz-linear-gradient(top, #a9e91a, #3c6d1a) url(../img/header/arrow.png);
	background: no-repeat right -30px, -webkit-gradient(linear, center top, center bottom, from(#a9e91a), to(#3c6d1a)) url(../img/header/arrow.png);
	background: no-repeat left -30px, linear-gradient(to bottom, #a9e91a, #3c6d1a) url(../img/header/arrow.png);
	text-indent: 0px;
	text-shadow: 0px 1px 0px #101010;
	color: #FFFFFF;
}
#return .menu {
	width: 125px;
	background: no-repeat left -30px, -moz-linear-gradient(top, #ffcc00, #efab08) url(../img/header/return.png);
	background: no-repeat left -30px, -webkit-gradient(linear, center top, center bottom, from(#ffcc00), to(#efab08)) url(../img/header/return.png);
	background: no-repeat left -30px, linear-gradient(to bottom, #ffcc00, #efab08) url(../img/header/return.png);
	text-indent: 64px;
}
#return .menu:link,
#return .menu:visited {
	color: #000000;
}
#return .menu:hover,
#return .menu:active {
	text-decoration: none;
}
#posting .menu {
	width: 156px;
	background: url(../img/header/posting.png) no-repeat right top, -moz-linear-gradient(top, #3a3b3c, #0d0e0f);
	background: url(../img/header/posting.png) no-repeat right top, -webkit-gradient(linear, center top, center bottom, from(#3a3b3c), to(#0d0e0f));
	background: url(../img/header/posting.png) no-repeat right top, linear-gradient(to bottom, #3a3b3c, #0d0e0f);
}
#posting .menu:link,
#posting .menu:visited {
	text-indent: 12px;
	color: #FFFFFF;
}
#posting .menu:hover,
#posting .menu:active {
	background: uurl(../img/header/posting.png) no-repeat right -30px, -moz-linear-gradient(top, #cccccc, #FFFFFF);
	background: url(../img/header/posting.png) no-repeat right -30px, -webkit-gradient(linear, center top, center bottom, from(#cccccc), to(#FFFFFF));
	background: url(../img/header/posting.png) no-repeat right -30px, linear-gradient(to bottom, #cccccc, #FFFFFF);
	text-decoration: none;
	color: #0d0e0f;
}

/* -------------------------------------
 *  popup css
 * ------------------------------------- */
#contents .popup {
	position: absolute;
	z-index: 30001;
	display: none;
}
#contents .popupBg {
	height: 625px;
	width: 1000px;
}
