@charset "UTF-8";

/* ////////////////////////////////////////////////////////////////////////////////

    parttime/index.html

//////////////////////////////////////////////////////////////////////////////// */

/*ページごとのcss*/

#main-body {
	text-align:left;
}

h4 {
	text-align:left;
	font-weight:normal;
	margin:30px 0;
}



/*	見出し（カラーのみ）	*/
h5{
	margin: 50px 10px 15px; 
}
.mg10_{
	margin: 0 10px; 
}
.spacerB75{
	margin-bottom: 75px!important; 
}

/*	見出し（募集中の職種詳細タイトル）----------------------------------	*/
h6{
	font-size:120%;
	font-weight:bold;
	line-height:1.3;
	text-align:left;
	margin:0 0 15px 0;
	color:#7FC1F1;
}
table td {
    padding: 10px 10px 10px 0;
}

table th {
    width: 34%;
    text-align: left;
    padding-left: 10px;
}

table tr {
    border-bottom: 1px dotted #ccc;
}
ul.step {
    display: -webkit-flex;
    display: flex;
    padding: 0 10px;
}
