
#main{
	width:100%;
	max-width:1500px;
	margin:0 auto;
	padding:120px 0 50px;
}

#main img{
	width:100%;
}

#body h2{
	text-align:center;
	margin:20px auto;
	font-family:"Zen Maru Gothic", serif;
	font-weight:bold;
	font-size:60px;
	line-height:60px;
	height:auto;
	color:black;
	letter-spacing:10px;
}

#body p{
	text-align:center;
}

#body h3{
	text-align:center;
	margin:80px auto 40px;
	font-family:"Zen Maru Gothic", serif;
	font-weight:bold;
	font-size:40px;
	line-height:40px;
	height:auto;
	color:black;
	letter-spacing:10px;
}

#body h4{
	margin:20px auto;
	font-size:30px;
	font-weight:normal;
	font-family:"Zen Maru Gothic", serif;
	line-height:40px;
}


table th{
	white-space:nowrap;
}

table th, table td{
	font-size:30px;
}

table th span{
	font-size:18px;
	margin-left:20px;
	color:orange;
	letter-spacing:5px;
}


#itadakimasu{
	height:400px;
	background:url(/img/top/itadakimasu.png) no-repeat center bottom;
	background-size:contain;
}


#message{
	height:843px;
	background:url(/img/top/message.png) no-repeat center bottom;
	background-size:contain;
}

#message h3:nth-of-type(2){
	margin-top:150px;
}



#philosophy img{
	float:left;
	width:30%;
}

#philosophy table{
	float:right;
	width:65%;
}


#symbiosis{
	background:url(/img/top/floor.png) no-repeat right -60px top;
}


#resources{
	font-family:"Zen Maru Gothic", serif;
	font-size:50px;
	color:orange;
	font-weight:bold;
	line-height:80px;
}

#resources span{
	font-size:40px;
	letter-spacing:10px;
}


#ceo span{
	margin-left:40px;
	letter-spacing:15px;
	font-size:30px;
}


#voice{
	max-width:1200px;
	margin:0 auto;
}

#voice h3{
	margin-bottom:50px;
}

#voice div{
	width:48%;
}

#voice div:nth-of-type(1){
	float:left;
}

#voice div:nth-of-type(2){
	float:right;
}

#voice h4{
	float:left;
}

#voice img{
	float:right;
	height:100px;
}

#voice p{
	clear:both;
	text-align:left;
}


#recruit div{
	background-color:#f5f5f5;
	border:solid 2px #cccccc;
	margin:40px auto;
}

#recruit div table{
	width:90%;
}


a.button, input.button{
	padding:10px 30px;
	border-radius:10px;
	border:none;
	background-color:orange;
	border:solid 1px orange;
	color:white;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:10px;
}

a.button:hover, input.button:hover{
	background:white;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	transition:0.2s;
	cursor:pointer;
	color:orange !important;
}

p:has(.button){
	margin:40px auto;
}

.done{
	background:#afeeee;
	color:#00008b;
	padding:15px 0 15px 30px;
	border-radius:3px;
	margin-left:0;
	font-weight:bold;
	color:#00008b;
}

.done li{ font-weight:bold; color:#00008b; }
