@import url("animsition.css");
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, small, strong {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
body { display: block; -webkit-text-size-adjust: 100%;}
html { overflow-y: scroll; }
::-moz-selection{ background: #fff; color: #535353; text-shadow: none; }
::selection { background: #fff; color: #535353; text-shadow: none; }
a:link { -webkit-tap-highlight-color: rgba(255,255,255,0.3); }
.ie7 img { -ms-interpolation-mode: bicubic; }


/* LINK //////////////////////////////////////////////////////////////////////////////// */
a {
	color: #fff;
	text-decoration: none;
	transition:0.1s;
	-moz-transition:0.1s;
	-webkit-transition:0.1s;
}
a:hover {
	color: #b5b5b5;
	transition:0.2s;
	-moz-transition:0.2s;
	-webkit-transition:0.2s;
}
.confirm,.reset {
	opacity: 1;
	text-decoration: none;
	transition:0.1s;
	-moz-transition:0.1s;
	-webkit-transition:0.1s;
}
.confirm:hover,.reset:hover {
	opacity: 0.8;
	transition:0.2s;
	-moz-transition:0.2s;
	-webkit-transition:0.2s;
}
/* EFFECTS //////////////////////////////////////////////////////////////////////////////// */

/* Primary Styles //////////////////////////////////////////////////////////////////////////////// */
body {
	padding: 0px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	color: #fff;
	background-color: #666666;
}

#formWrap {
	width:80%;
	margin:0 auto;
	color:#fff;
	line-height:120%;
	font-size:90%;
}
#formWrap h3 {
	display: inline;
	font-size: 1.2em;
	font-weight: 600;
	line-height: 2;
	letter-spacing: 0.04em;
}
#formWrap p {
	margin-top: 20px;
}
.formTable{
	width:100%;
	margin:0 auto;
	margin-top: 80px;
	border-collapse:collapse;
	padding-bottom: 40px;
}
input {
	border:0;
	padding:10px;
	font-size:1.2em;
	margin:0 0 20px;
}
.confirm {
	color: #666666;
	background-color: #fff;
}
.reset {
	color: #ffffff;
	background-color: #444444;
}
.inputlist {
	padding: 10px 0 10px 0;
}
.inputlisttitle {
	font-weight: bold;
	text-decoration: none;
}
.inputlistblock {
	display: inline-block;
}
.inputlistblocktxt {
	font-size: 12px;
}
.inputlistblock input {
	width: 80% ;
}
.selectform {
	font-size: 14px;
	height: 30px;
	width: 300px;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 20px;
}
.mt30 {
	margin-top: 30px;
}
.w100 {
	width: 90% ;
	width: -webkit-calc(100% - 20px) ;
	width: calc(100% - 20px);
	padding: 10px;
	font-size:1.2em;
}
.w50 {
	width: 45% ;
	width: -webkit-calc(50% - 20px) ;
	width: calc(50% - 20px);
}
.closebtn {
  width: 100px;
  height: 100px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}
.closebtn img{
  width: 100%;
  height: 100%;
}
.mask2 {
  float: left;
  text-decoration: none;
  background-color: #000000;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 9;
  position: absolute;
}
.blank100 {
	position: relative;
	float: left;
	width: 100%;
	height: 100px;
}
.blank150 {
	position: relative;
	float: left;
	width: 100%;
	height: 150px;
}
.fullimg {
	width: 100%;
	height: 900px;
	top: 120px;
	left: 0;
	background-image:url("../img/mainvisual.jpg");
	background-size:cover;
	position: relative;
}


/* ABOUT //////////////////////////////////////////////////////////////////////////////// */

/*//////////////////////////////////////////////////////////////////////////////////*/

/* WORKS //////////////////////////////////////////////////////////////////////////////// */

/*//////////////////////////////////////////////////////////////////////////////////*/

/* STAFF //////////////////////////////////////////////////////////////////////////////// */

/*//////////////////////////////////////////////////////////////////////////////////*/

/* RECRUIT //////////////////////////////////////////////////////////////////////////////// */

/*//////////////////////////////////////////////////////////////////////////////////*/

/* INFORMATION //////////////////////////////////////////////////////////////////////////////// */

/*//////////////////////////////////////////////////////////////////////////////////*/

/* FOOTER //////////////////////////////////////////////////////////////////////////////// */

/*//////////////////////////////////////////////////////////////////////////////////*/



/* Media Queries One Column //////////////////////////////////////////////////////////////////////////////// */

@media screen and (max-width:800px) {
	#formWrap {
		width:90%;
	}
}

/* Media Queries Two Column //////////////////////////////////////////////////////////////////////////////// */

@media screen and (min-width:800px) {
}

/* Media Queries Two Column //////////////////////////////////////////////////////////////////////////////// */

@media screen and (min-width:800px) and (max-width:980px) {
}

/* Media Queries Two Column //////////////////////////////////////////////////////////////////////////////// */

@media screen and (min-width:980px) {
}

