@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";

.mainPhoto{
	width: 1100px;
	padding: 0 0 30px 0;
}
.block1{
	margin: 0 0 30px 0;
}
@media screen and (max-width: 980px) {
/*tablet*/
.mainPhoto{
	width: 100%;
	height: auto;
	padding: 0 0 20px 0;
}
.mainPhoto img{
	width: 100%;
	height: auto;
	display:block;
}
.block1{
	width: 100%;
	display: block;
	margin: 0 0 30px 0;
}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 479px) {
/*sp*/
}


/*
************************************************************************************/
.frameRecruit{
	width: 100%;
	background: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 30px 30px 15px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.ttl_Recruit{
	margin-bottom:20px;
}
.frameRecruit .frameinner{
	width: 100%;
	display: table;
}
.frameRecruit .photo{
	display: table-cell;
	vertical-align: top;
	text-align: center;
	width: 550px;
}
.frameRecruit .cmt{
	display: table-cell;
	padding-left:30px;
	vertical-align: bottom;
	background: url(../../img/toppage/recruit_bg.jpg) no-repeat right bottom;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
}
.frameRecruit .cmt .btn{
	background: #ee7600;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 100px 0 0 0;
}
.frameRecruit .cmt .btn a{
	background: url(../../img/common/btn_more.png) no-repeat center center;
	padding: 7px 10px;
	display: block;
	text-indent: -9999px;
}

@media screen and (max-width: 980px) {
/*tablet*/
.frameRecruit .frameinner{
	display: block;
}
.frameRecruit .photo{
	margin: 0px auto;
	width:100%;
	display:block;
}
.frameRecruit .photo img{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.frameRecruit .cmt{
	padding:40px 0 0 0;
	display: block;
}
.frameRecruit .cmt .btn{
	margin: 60px 0 0 0;
}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 479px) {
/*sp*/
.frameRecruit{
	padding:20px 15px 15px 15px;
}
.ttl_Recruit{
	margin-bottom: 10px;
}
.frameRecruit .cmt{
	background:none;
	padding:20px 0 0 0;
}
.frameRecruit .cmt .btn{
	margin: 20px 0 0 0;
}
}


/*トップ下　他にもこんな～
************************************************************************************/
.frameOther{
	width: 100%;
	padding: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	margin: 15px 0;
	background-color: #FFF;
}
.frameOther h3{
	background: url(../../img/common/bg_green.png) repeat;
	padding: 7px 15px;
	margin: 0 0 10px 0;
	font-size: 24px !important;
	font-weight: bold;
	color: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.frameOther .box{
	width: 48.5%;
	height: 105px;
	display: inline-block;
	padding: 10px;
	margin: 10px 0 10px 10px;
	border: 1px solid #43b100;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}
.frameOther .box .photo{
	float: left;
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin-right: 15px;
}
.frameOther .box .photo img{
	width: 100%;
	display:block;
}
.frameOther .box .ttl{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #333;
}
@media screen and (max-width: 980px) {
/*tablet*/
.frameOther .box{
	width: 99%;
	height: auto;
	min-height:100px;
	display: block;
	margin: 10px auto;
}
.frameOther .box .ttl{
	font-size: 18px;
}

}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 479px) {
/*sp*/
}



