@charset "UTF-8";

/* ////////////////////////////////////////////////////////////////////////////////

    index.html

//////////////////////////////////////////////////////////////////////////////// */

/*ページごとのcss*/

#main-body {
	text-align:center;
}


h2 {
	display:inline;
	text-align:center;
	font-size:140%;
	font-weight:bold;
	color:#ffffff;
	letter-spacing:0.3em;
	background-color:#e7152f;
	padding:6px 30px;
	margin-bottom:35px;
}
h3{
	margin-top:35px;
}

h4 {
	text-align:center;
	font-size:120%;
	font-weight:normal;
	margin:30px 0;
}

/*	会社案内のボタン	*/
#btAboutus ul{
	border-top:solid 1px #bbbbbb;
}
#btAboutus li{
	border-bottom:solid 1px #bbbbbb;
	padding:20px 0;
}
#btAboutus li .mainTxt{
	font-size:140%;
	line-height:1.5;
	font-weight:bold;
	color:#000000;
}
#btAboutus li .subTxt{
	font-size:80%;
	line-height:1.5;
	color:#777777;
}


/*	先輩紹介	*/

.staff {
}
.staff .photo{
	margin:20px 20px 15px 20px;
}
.staff .nameTxt{
	font-size:120%;
	font-weight:bold;
	line-height:1;
	margin-bottom:10px;
	
}
.staff .subTxt{
	font-size:80%;
	line-height:1.5;
	margin-bottom:17px;
}
.staff .midashiTxt{
	background-color:#85D9D1;
	font-size:120%;
	font-weight:bold;
	line-height:1.5;
	padding:15px 20px;
}





/*	求める人材	*/

.message {
	background-color:#85D9D1;
}
.message .photo{
	margin:20px 20px 15px 20px;
}
.message .subTxt{
	font-size:80%;
	line-height:1.5;
	margin-bottom:10px;
}
.message .nameTxt{
	font-size:120%;
	font-weight:bold;
	line-height:1;
	padding-bottom:20px;
	
}




/*	募集要項　応募方法　ボタン	*/
.btNewGtopWhite{
	padding:20px;
}















