@charset "utf-8";
/* CSS Document */


#main-visual{
	width:1024px; margin:20px auto;
}

#left{
	width:65%;
	float:left;
	margin-right:5%;
}

#recruit{
	border:#5B330F solid 1px;
	height:100px;
	margin-bottom:20px;
	color:#0000;
	background-color:rgba(131,117,104,0.05);
	background-image:url(../index_data/recruit2.png);
	background-size:auto 120px;
	background-repeat:no-repeat;
	background-position:10px 0%;
	position:relative;
	box-sizing:border-box;
	padding:10px;
	display:block;
	text-decoration:none;
	color:#000;
}

#recruit:hover{
	background-size:auto 150px;
	background-position:10px 0%;
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#recruit h3{
	text-align:center;
	width:80%;
	margin:auto;
}

#recruit hr{
	border:0;
	border-bottom:#5B330F solid 1px;
	width:50%;
	margin:10px auto;
}

#recruit:after{
	content:'\f105';
	font-family: FontAwesome;
	color:#5B330F;
	font-size:50px;
	display:block;
	position:absolute;
	top:0;
	right:10px;
	line-height:100px;
}

#recruit p{
	font-size:14px;
	margin:auto;
	text-align:center;
	width:80%;
}

#whats-new a{
	display:block;
	color:#5B330F;
	font-size:14px;
	line-height:50px;
}

#whats-new a:hover{
	color:rgb(131,117,104);
}

#whats-new a:nth-child(odd){
	background-color:rgba(131,117,104,0.05);
}

#new-product{
	width:30%;
	float:left;
}

#new-product a{
	display:block;
	border:rgba(131,117,104,0.3) solid 1px;
	padding:30px;
	text-decoration:none;
	color:#333;
	height:420px;
	box-sizing:border-box;
	position:relative;
}

#new-product a:hover{
	background-color:rgba(131,117,104,0.05);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#new-product a img{
	display:block;
	width:70%;
	margin:auto;
	margin-bottom:20px;
}

#new-product p{
	font-size:14px;
	text-align:center;
	margin:auto;
}

#new-product hr{
	border:0;
	border-bottom:#5B330F solid 1px;
	width:60%;
	margin:20px auto;
}

#main .title{
	background-color:#5B330F;
	color:#FFF;
	padding:0px 10px;
	line-height:50px;
}
