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

#newsroom {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#newsroom #date{
	float: left;
}

#newsroom #titl{
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}

#newsroom #clear{
	clear: both;
}

#newsroom h3{
	font-size: 24px;
	padding-top: 6px;
	padding-bottom: 26px;
	color: #666;
	font-weight: normal;
}

#newsroom a{
	text-decoration: none;
}

#newsroom a:hover{
	color: #C30;
}

#newsroom ul{
	color: #C30;
	margin-bottom: 80px;
}

#newsroom #titlb{
	background-color: #F63;
	padding: 15px;
	font-size: 20px;
	color: #FFF;
}

#newsroom #com{
	text-align: left;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#newsroom #link{
	border: 1px solid #999;
	padding: 15px;
	background-color: #eee;
	font-size: 14px;
	margin-bottom: 10px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

#news001{
 	padding-top:95px;
	margin-top:-95px;
}



#recruit {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#recruit ul {
	display: table;
	table-layout: fixed;
	text-align: center;
 	width: 100%;
}

#recruit li {
	display: table-cell;
	vertical-align: middle;
}

#recruit li img {
  transition: 0.5s;
}

#recruit li img:hover {
  opacity: 0.6;
  transition: 0.5s;
}

#recruit .titl {
	padding-top: 30px;
}

#recruit .com {
	padding-bottom: 20px;
}

#recruit .titl_1 {
	padding-top: 40px;
}

#recruit .com_1 {
	padding-bottom: 0px;
}

#recruit .chart {
	padding-bottom: 10px;
}

#recruit .syoku_titl {
	background-color: #CCC;
	font-size: 30px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 40px;
}

#recruit .syoku_naiyo {
	font-size: 24px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #F63;
}
#recruit .syoku_com {
	font-size: 14px;
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding-bottom: 20px;
}

#recruit .syoku_yoko {
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding-bottom: 20px;
}

#recruit .hasen {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 2px;
	border-left-width: 0;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
}

#recruit table {
	width: 100%;
}

#recruit th {
	width: 30%;
}
#recruit td {
	width: 70%;
	font-size: 14px;
}

#recruit #bosyuu,#recruit #senkou,#recruit #kaihatsu,#recruit #secchi,#recruit #eigyo,#recruit #support {
 	padding-top:95px;
	margin-top:-95px;
}

/************************************************
entry
************************************************ */

#entry .form form {
	padding-top:60px;
	}

#entry .form table {
	margin:0 auto;
	margin-bottom:20px;
	border-bottom-style: dotted;
	border-bottom-color: #e5e5e5;

	}
	
#entry .form th {
	font-weight: normal;
	}
	
#entry .form td {
	width: 500px;
	line-height: 100%;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	}
	
#entry .form input[type="text"],
#entry .form input[type="tel"],
#entry .form input[type="email"]
{
	font-size:15px;
	border:solid 1px #e5e5e5;
	background:#FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding:10px;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;

	}
	
#entry .form textarea {
	width:500px;
	height:200px;
	border:solid 1px #e5e5e5;
	background:#FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding:10px;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	}
	
#entry .form input[type="text"]:focus,
#entry .form input[type="tel"]:focus,
#entry .form input[type="email"]:focus,
#entry textarea:focus {
	background:#efe9d3;
}

#entry .form .btn {
	text-align:center;
	background:#f29629;
	color:#FFF;
	padding:20px 100px;
	border:none;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	}
	
#entry .form .btn:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	}
	
#entry .form .btn:active {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	}

#entry .sample{
	color: #0066CC;
	font-size: 12px;
}

#entry h1{
	background-color: #999;
	font-size: 24px;
	font-weight: normal;
}

#entry .kojin {
	width: 70%;
	height: 130px;
	padding: 2%;
	border: 1px solid #ccc;
	background-color: #fff;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#entry .kojin_area {
	height: 130px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
}
#entry .kojin_area dl {
  margin: 10px 0 0;
}
#entry .kojin_area dl dt {
  margin-bottom: 0;
}
#entry .kojin_area dl dd {
  border-bottom: 0;
  margin-bottom: 5px;
  padding-bottom: 0;
}
#wpcf7-response-output{
	color: #F00;
}
.sent .formInner {
display: none;
}
.complete-display{
display: none;
}
.sent .complete-display{
display: block;
}
.aftercom{
	line-height: 14px;
}
.complete-display p{
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 10px;
	margin-top: -20px;
	}

.complete-display .chui{
	width: 520px;
	font-size: 13px;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
	color: #e47480;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
