@charset "UTF-8";
@import url(reset.css);
@import url(base.css);

/* Font */

/* PC */
@import url(layout.css) screen and (min-width:768px);
@import url(inpage.css) screen and (min-width:768px);
@import url(top.css) screen and (min-width:768px);

/* SP */
@import url(sp_layout.css) screen and (max-width:767px);
@import url(sp_inpage.css) screen and (max-width:767px);
@import url(sp_top.css) screen and (max-width:767px);

.recruit_greeting{float : right; margin-left : 20px;}
p.recruit_greeting img{
	box-shadow: 0 0 8px gray;
	border-radius:50%;
}
#recruit_greeting_box div.left{
	width:600px;
	float:left;
}

#recruit_greeting_box div.right{
	float:right;
}
@media only screen and (max-width: 870px){
	#recruit_greeting_box div.left{
	width:100%;
}
	#recruit_greeting_box div.right,
	.recruit_greeting{
		margin : 0 auto;
		float : none;
		display:block;
		text-align: center;
	}
}


@media only screen and (max-width: 767px){
	div.clearfix{
		clear:both;
	}
}
img.bunner_1.alignnone{
	border:solid 1px gray;
	max-width : 100%;
}
img.bunner_1:hover{
	opacity:0.7;
	transition-duration: 0.3s;
}
p.shomei{
	margin-bottom:50px;
	text-align : center;
}