/* --------------------------------------------------
	Reset
-------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
	display: block;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
}

a:hover,
a:active {
	color: #333;
	text-decoration: underline;
}

ul, ol {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button,input, select, textarea {
	margin: 0;
	vertical-align: middle;
}

button, input {
	*overflow: visible;
	line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}

input[type=radio] {
  display: none;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

/* --------------------------------------------------
	General
-------------------------------------------------- */
body {
  color: #333;
	font-family: Verdana,Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 13px;
	line-height: 1.6;
	word-wrap: break-word;
  overflow: hidden;
}

h1 {
  text-align: center;
}

select,
textarea,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 4px 6px;
	margin: 5px 0;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

textarea,
input[type="text"],
input[type="email"],
input[type="tel"] {
	background-color: #FFF;
	border: 1px solid #CCC;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	   -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	     -o-transition: border linear 0.2s, box-shadow linear 0.2s;
	        transition: border linear 0.2s, box-shadow linear 0.2s;
}

.ime-on {
	ime-mode: active;
}

.ime-off {
	ime-mode: inactive;
}

/* --------------------------------------------------
	Header
-------------------------------------------------- */
/***
header {
	width: 780px;
	height: 81px;
	margin: 0 auto;
	text-indent: -9999px;
	background: transparent url("../images/logo.png") no-repeat left top;
	position: absolute;
	left:  0;
	right: 0;
	top:   40%;
	transform: translateY(-50%);
}
***/

article {
	margin: 0 auto;
	position: absolute;
	left:  0;
	right: 0;
	top:   30%;
}

header {
	width: 780px;
	height: 40px;
	margin: 0 auto;
	text-indent: -9999px;
	background: transparent url("../images/logo.png") no-repeat left top;
}

/* --------------------------------------------------
	Footer
-------------------------------------------------- */
/***
footer {
	width: 100%;
	padding: 10px;
	color: #999;
	font-size: 12px;
	text-align: center;
	background: #FFF;
	position: absolute;
	left:    0;
	bottom:  0;
  z-index: 2;
}
***/
footer {
	width: 100%;
	margin: 30px auto;
	color: #999;
	font-size: 12px;
	text-align: center;
}


footer .close {
	display: block;
	width:  25px;
	height: 25px;
	margin: 0 auto;
	line-height: 25px;
	background-color: #F8F8F8;
	border-radius: 50%;
	cursor: pointer;
}

/* --------------------------------------------------
	Navi
-------------------------------------------------- */
input[type=radio]#section1:checked ~ section:nth-of-type(1) {
  z-index: 1;
  top: 45px;
  transition: top 0.5s ease-in-out;
  transition-delay: 0s;
}

input[type=radio]#section2:checked ~ section:nth-of-type(2) {
  z-index: 1;
  top: 45px;
  transition: top 0.5s ease-in-out;
  transition-delay: 0s;
}

input[type=radio]#section3:checked ~ section:nth-of-type(3) {
  z-index: 1;
  top: 45px;
  transition: top 0.5s ease-in-out;
  transition-delay: 0s;
}

input[type=radio]#section4:checked ~ section:nth-of-type(4) {
  z-index: 1;
  top: 45px;
  transition: top 0.5s ease-in-out;
  transition-delay: 0s;
}

/***
.nav {
	margin: 0 auto;
	padding: 20px 0 10px;
	text-align: center;
	background: #FFF;
	position: absolute;
	left:   0;
	right:  0;
	bottom: 60px;
	z-index: 2;
}
***/
.nav {
	margin: 140px auto 50px;
	text-align: center;
}

.nav_item {
	display: inline-block;
	cursor: pointer;
}

/***
.nav img {
	height: 20px;
}
.nav_item + .nav_item {
  margin-left: 83px;
}
***/

.nav img {
	height: 12px;
}

.nav_item + .nav_item {
  margin-left: 50px;
}

section {
	width: 780px;
  height: calc(100% - 105px - 44px);
	margin: 0 auto;
	padding: 40px 0 20px;
  background: #FFF;
  position: absolute;
  top:   100%;
  right: 0;
  left:  0;
  transition-delay: 0.5s;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

section::-webkit-scrollbar{
  display: none;
}

.cover {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/* --------------------------------------------------
	4. Content
-------------------------------------------------- */
h2 {
	width: 240px;
	height: 40px;
	margin-bottom: 20px;
	text-indent: -9999px;
}

#works h2 {
	background: transparent url("../images/title.png") no-repeat left 0px;
}

#company h2 {
	background: transparent url("../images/title.png") no-repeat left -40px;
}

#recruit h2 {
	background: transparent url("../images/title.png") no-repeat left -80px;
}

#contact h2 {
	background: transparent url("../images/title.png") no-repeat left -120px;
}
/*---------- works ----------*/
#works dt {
	font-size: 1.2em;
	border-bottom: 1px solid #FF9B00;
	color: #FF9B00;
}

#works dt:before {
  content: "";
  width: 5px;
  height: 1.5em;
  background: #FF9B00;
  display: inline-block;
  margin-right: 5px;
  vertical-align: -6px;
}

#works dd + dt {
	margin-top: 20px;
}

#works dd > div {
	margin-top: 10px;
}

#works .work_hp {
	font-weight: bold;
}

#works .work_hp img {
  width: 250px;
	padding: 5px;
  line-height: 0;
  border: 1px solid rgba(0, 0, 0, 0.6);
}

#works .work_hp img + img {
	margin-left: 10px;
}

/*---------- company ----------*/
#company .contact {
	margin-bottom: 30px;
}

#company .contact dt,
#company .contact dd {
	padding: 0 0.5em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

#company .contact dt {
	width: 80px;
	text-align: center;
}

#company .contact dd {
	margin: -1.6em 0 10px 120px;
}

#company .googlemap {
	width: 500px;
  margin: 0 auto;
  padding: 5px;
  line-height: 0;
  border: 1px solid rgba(0, 0, 0, 0.6);
}

/*---------- recruit ----------*/
#recruit dt {
	font-size: 1.2em;
	border-bottom: 1px solid #FF9B00;
	color: #FF9B00;
}

#recruit dt:before {
  content: "";
  width: 5px;
  height: 1.5em;
  background: #FF9B00;
  display: inline-block;
  margin-right: 5px;
  vertical-align: -6px;
}

#recruit dd + dt {
	margin-top: 20px;
}

#recruit dd > div {
	margin-top: 10px;
}

/*---------- contact ----------*/
#contact .telfax {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
}

#contact .mail p {
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#contact .mail p span {
	font-size: 11px;
}

#contact .mail table {
	width: 100%;
}

#contact .mail tr {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#contact .mail th,
#contact .mail td {
	padding: 10px 0 5px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

#contact .mail th {
	width: 150px;
}

#contact .mail th span.required {
	color: #ffbe05;
	font-weight: bold;
}

#contact .mail td input.short,
#contact .mail td textarea.short {
	width: 100px;
}

#contact .mail td input.middle,
#contact .mail td textarea.middle {
	width: 200px;
}

#contact .mail td input.long,
#contact .mail td textarea.long {
	width: 400px;
}

#contact .mail td label.error {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 5px;
	font-weight: bold;
	color: #f33;
}

#contact .mail td label.block {
	display: block;
}

#contact .mail .control-inline label {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	padding: 5px 10px 5px 0;
	white-space: nowrap;
	cursor: pointer;
}

#contact .mail .control-inline label input {
	margin: -0.2em 5px 0 0;
}

#contact .mail .buttons {
	width: 100%;
	padding-top: 20px;
	text-align: center;
}

#contact .mail .buttons span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 10px;
	padding: 4px 14px;
	font-size: 14px;
	line-height: 20px;
	*line-height: 20px;
	color: #551a8b;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #fff;
	*background-color: #eee;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee));
	background-image: -webkit-linear-gradient(top, #fff, #eee);
	background-image: -o-linear-gradient(top, #fff, #eee);
	background-image: linear-gradient(to bottom, #fff, #eee);
	background-image: -moz-linear-gradient(top, #fff, #eee);
	background-repeat: repeat-x;
	border: 1px solid #bbb;
	*border: 0;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-color: #eee #eee #bbb;
	border-bottom-color: #aaa;
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
	      border-radius: 4px;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#contact .mail .buttons span:hover {
	color: #551a8b;
	text-decoration: none;
	background-color: #eee;
	background-position: 0 -15px;
	-webkit-transition: background-position 0s linear;
	 -moz-transition: background-position 0s linear;
	   -o-transition: background-position 0s linear;
	      transition: background-position 0s linear;
}

#contact .mail .buttons span.confirm {
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #fff;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee));
	background-image: -webkit-linear-gradient(top, #fff, #eee);
	background-image: -o-linear-gradient(top, #fff, #eee);
	background-image: linear-gradient(to bottom, #fff, #eee);
	background-image: -moz-linear-gradient(top, #fff, #eee);
	background-repeat: repeat-x;
	border-color: #eee #eee #bbb;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

#contact .mail .buttons span.submit:hover {
	color: #333;
	background-color: #ccc;
}

#contact .mail .buttons span.submit {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #c33;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e55), to(#b33));
	background-image: -webkit-linear-gradient(top, #e55, #b33);
	background-image: -o-linear-gradient(top, #e55, #b33);
	background-image: linear-gradient(to bottom, #e55, #b33);
	background-image: -moz-linear-gradient(top, #e55, #b33);
	background-repeat: repeat-x;
	border-color: #b33 #b33 #933;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

#contact .mail .buttons span.submit:hover {
	color: #fff;
	background-color: #b33;
}

#contact .mail .buttons span.cancel,
#contact .mail .buttons span.close {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #06c;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#09c), to(#03c));
	background-image: -webkit-linear-gradient(top, #09c, #03c);
	background-image: -o-linear-gradient(top, #09c, #03c);
	background-image: linear-gradient(to bottom, #09c, #03c);
	background-image: -moz-linear-gradient(top, #09c, #03c);
	background-repeat: repeat-x;
	border-color: #03c #03c #028;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

#contact .mail .buttons span.cancel:hover,
#contact .mail .buttons span.close:hover {
	color: #fff;
	background-color: #04c;
}

#contactForm .address li {
	position: relative;
}

#contactForm .address .title {
	position: absolute;
	width: 5em;
	left: -5em;
	top: 1.2em;
	text-align: right;
}

#contactForm .address li {
	padding: 8px;
}

#contactForm > .confirm {
	display: none;
	width: 600px;
	padding: 20px;
	color: #333;
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	    -ms-border-radius: 10px;
	     -o-border-radius: 10px;
	        border-radius: 10px;
	z-index: 6000;
	position: absolute;
  left: 50%;
  margin-left: -320px;
	top: 0;
}

#contactForm > .confirm .message {
	text-align: center;
	color: #c00;
	font-size: 14px;
	font-weight: bold;
}

#contactForm > .confirm .message p {
	padding: 10px 0;
}

#contact-overlay {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	background-color: #000;
	z-index: 5000;
}

