@charset "UTF-8";
/* CSS Document */

.section {
	margin:0 auto 20px auto;
	}

/*-------------------------------------------------------------------------
	main
/*-----------------------------------------------------------------------*/
#career-index .section h6 {
	margin:25px 0;
	font-size: 2.4rem;
	}
#career-index .section .signature{
	padding-top:5px;
	text-align:right;
	}
#career-index .section p {
	text-indent: 0;
	padding-left: 0;
	}

/*-------------------------------------------------------------------------
	outline.html　専用css
/*-----------------------------------------------------------------------*/
#career-outline #content #main #section001 {
	margin-bottom:70px;
	}

#career-outline #content #mainp {
	text-indent: 0;
	padding-left: 0;
}

#career-outline #content #mainp.warning {
	padding-bottom: 25em;
	color: #d80c18;
	font-weight: bold;
}

#career-outline #content #mainp.attention {
	font-size: 90%;
	padding-left: 1em;
	text-indent: -1em;
	padding-bottom: 0;
}

#career-outline #content #main.section table tbody th {
	width: 32%;	
	white-space: nowrap;
}

#career-outline #content #main.section table th {
	padding:5px 15px 5px 15px;
	white-space: nowrap;
	border-left:1px solid #c3c3c3;
	width: auto;
}

#career-outline #content #main.section table td {
	padding:5px 0 5px 15px;
	border-bottom:1px solid #c3c3c3;
	border-left:1px solid #c3c3c3;
}

#career-outline #content #main.section table th.first-child,
#career-outline #content #main.section table td.first-child {
	border-left: none;
}

#career-outline table dl dt {
	width: 5em;
	font-weight: bold;
}

#career-outline table dl dd {
	margin: 0;
	padding: 0;
	margin-left: 5em; /* dtのwidthと同じ値 */
	margin-top: -1.6em; /* dtとddのline-heightと同じ値*/
}

#career-outline #content #main.section table#holidaylist {
	text-align: left;
	border:none;
}
#career-outline #content #main.section table#holidaylist th {
	padding:0;
	width:7em;
	border:none;
	background:none;
}
#career-outline #content #main.section table#holidaylist td {
	padding:0;
	border:none;
	background:none;
}

/*-------------------------------------------------------------------------
  ------------------------------------------------------------------------
	ブレイクポイント
	940px未満 @media screen and (max-width: 939px) {...}
	560px未満 @media screen and (max-width: 559px) {...}	
  ------------------------------------------------------------------------
/*-----------------------------------------------------------------------*/
@media screen and (max-width: 939px) {
	#career-index .section h6 {
		font-size: 1.8rem;
	}
}