@charset "UTF-8";

/* ////////////////////////////////////////////////////////////////////////////////

    staff/index.html

//////////////////////////////////////////////////////////////////////////////// */

/*ページごとのcss*/

#main-body {
	text-align:center;
}

h1{
	margin-bottom:1px;
}

h2{
	background-color:#85d9d1;
	padding:25px 20px;
	font-size:140%;
	font-weight:bold;
	line-height:1.5;
}

h4{
	background-color:#E3EDEC;
	padding:25px 20px;
	font-size:80%;
	font-weight:normal;
	line-height:1.4;
}
h4 p{
	font-size:150%;
	font-weight:bold;
	margin-bottom:5px;
}
h4 .ichioshi{
	margin-top:15px;
}
h4 .ichioshi img{
	width:60%;
}


/*	txtBox　再設定-------------------------------------	*/

.txtBox{
	padding:50px 20px;
}

h5{
	line-height:1.5;
	margin:30px 0 10px 0;
}

.txtBox table{
	margin-top:30px;
}


/*	丸写真ボタン-------------------------------------	*/

.btBox{
	padding:50px 20px;
}






