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

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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, label, legend, table, caption,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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	margin: 0px;
	padding: 0px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: thin solid #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

table tr{
	/* [disabled]border-collapse: collapse; */
	/* [disabled]border-spacing: 0; */
	/* [disabled]border: thin solid #000; */
}
table td{
	/* [disabled]border-collapse: collapse; */
	/* [disabled]border-spacing: 0; */
	border: thin solid #000;
}


/* 追加1 始まる*/
* {
	margin: 0;
	padding: 0
}
a {
	text-decoration : none
}
ul  {
	list-style : none
}
img {
	vertical-align : bottom
}

/* 追加1終わり */
p, dd {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	/* [disabled]line-height: 1em; */
}
/*準備中コメント*/
#test  {
	/* [disabled]text-align: center; */
	/* [disabled]margin-right: auto; */
	/* [disabled]margin-left: auto; */
	/* [disabled]width: 800px; */
	/* [disabled]font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	/* [disabled]font-size: 36px; */
	/* [disabled]font-weight: bold; */
	/* [disabled]overflow: hidden; */
	/* [disabled]height: 500px; */
}

/*文字　字切り良く*/
.Text-Block {
	display: inline-block;
}
.MAINTENANCE {
	font-size: 12px;
	background-color: #FFC;
}
.MAINTENANCE-2 {
	color: #999;
	font-size: 13px;
}
.MAINTENANCE-3 {
	font-size: 12px;
	color: #666;
	background-color: #FFC;
}
/* ドラッグで画像を保存させないPC用 */
img {
  pointer-events: none; 
}
/* ドラッグで画像を保存させないSP用 */
img {
-webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}/* クリアフィックス */
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
