@charset "UTF-8";
/* common */
div.both {
	clear:both;
}

/* menu panel */
#menuHeader{
	height:250px;
	background-image: url(../img/net.png);
}

.logoMenu{
	padding:60px 25px 25px 25px;
	text-align: center;
}

#menuPanel{
	display:table;
	width:100%;
}

#menuPanel nav{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	width:100%;
	height:50px;
	border-top:1px solid #ff7002;
	border-bottom:1px solid #ff7002;
	line-height:100%;
	
}

#menuPanel nav ul{
	width:auto;
	display:inline-block;
	margin:0px;
	padding:0px;
}

#menuPanel nav ul li{
	float:left;
	line-height:100%;
	padding:0 24px;
	color: #ff7002;
}

.content-box{
	list-style: none;
    width: 90%;
    max-width: 940px;
    display: block;
    margin: 0px;
    padding: 0px;
    margin: 50px auto 0 auto;
}

.m-b-xl h3{
	font-size: 18px;
	font-weight: 600;
}

.anchor_bt{
	display: inline-block;
	width: 190px;
	height: 43px;
	text-align: center;
	text-decoration: none;
	line-height: 45px;
	outline: none;
	background-color: #6495ed;
	color: #fff;
}

.anchor_bt::before,
.anchor_bt::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.anchor_bt,
.anchor_bt::before,
.anchor_bt::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.anchor_bt:hover {
	background-color: #6495ed;
	text-decoration: none;
}

.spacer{
	margin-top: 50px;
}

.center{
	text-align: center;
	margin:10px;
}

#recruit{
	margin-top: 25px;
	/*border: 1px solid #dcdcdc;*/
}

.td_reright{
	padding-bottom: 20px;
}

table {
   background-color: transparent;
   width: 95%;
   margin: 10px auto 10px auto;
}

h3{
	color: #fff;
}

h4{
	color: #fff;
}


.th{
	font-weight: bold;
	font-size: 17px;
	line-height: 3.5;
}

.reth{
	font-weight: bold;
	font-size: 17px;
	margin-top: -10px;
	margin-bottom: -18px;
	line-height: 5;
}

.retd{
	border: 1px solid #dcdcdc;
	vertical-align: middle;
    display: table-cell;
    padding: 10px;
    width: 940px;
    line-height: 2;
}

.visual{
	width: 100%;
	margin-bottom: 20px;
	background-color: #ff7002;
}

.pc{
	width: 60%;
	float: left;
}
.profile{
	width:35%;
	float:right;
	margin-left:10px;
	margin-right: 20px;
	margin-top: 13%;
}

/*#menuPanel nav ul li a{
	color:#FE7002;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
}

#menuPanel nav ul li a:hover{
	color:#FCBF90;
}
*/

@media screen and (max-width:768px) {
.logoMenu{
	padding-top: 60px;
}
ul.menuList li{
	width:48%;
}

.pc{
	width: 100%;
	float: none;
}

.profile{
	width:100%;
	float:none;
	margin-left:10px;
	text-align: center;
	padding-bottom: 10px;
	margin-top: 0;
}
}

@media screen and (max-width: 480px){
ul.menuList li{
	width:100%;
}

}