@charset "utf-8";
html {
	background: #000000;
	font-size:62.5%;
	line-height: 1.7;
	color: #fff;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
/*opera9*/
;;
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
/*Internet Explorer7*/
*:first-child+html body {
	font-family: "ＭＳ Ｐゴシック", "MS P Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
fieldset, img {
	border: 0;
	vertical-align: bottom;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, textarea, select {
*font-size:100%;
}
legend {
	color: #000;
}
a {
	overflow: hidden;
}
a,
a:hover,
a:visited{
	 text-decoration: none;
}
img {
	vertical-align: bottom;
}

#form1 td{
	padding: 10px 0px 10px 20px;
	vertical-align: top;
}
@media screen and (max-width: 768px) {
#form1 td{
padding: 10px 0px 0px 0px;
}
}
#form1 input, #form1 textarea{
	width: 100%;
}
#form1 table{
	width: 100%;
	margin-top: 40px;
}
.accsse .inner{
	min-width: 410px;
}
/* ############################################################################################# */
/* clearfix */
/* ############################################################################################# */

.clearfix:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
	display: block;
}
*:first-child+html .clearfix {
	min-height: 1%;
}
/*スマホ無効化*/

.target{
  pointer-events: none;
}
