@charset "UTF-8";
/** Common CSS Code**/

#editorBox h1,
#editorBox h2,
#editorBox h3,
#editorBox h4,
#editorBox h5,
#editorBox h6 {
	text-align: center;
	margin: 20px auto 0 auto!important;
}

#editorBox table td h2.NewsBox_DetailSubtitle,
#editorBox table td h2.NewsBox_DetailSubtitle,
#NewsBox_Detail h2.NewsBox_DetailSubtitle,
#editorBox table td h2,
#editorBox table td h2,
#NewsBox_Detail h2,
h2 {
    padding:  10px 20px;
    margin: 0 auto 10px auto;
    line-height: 1.3em;
	font-size: 100%;
	text-align: left;
	background-color: #ffa200;
	color: #ffffff;
}

#editorBox h1,
#editorBox h2,
#editorBox h3,
#editorBox h4,
#editorBox h5,
#editorBox h6,

#NewsBox_Detail h1,
#NewsBox_Detail h2,
#NewsBox_Detail h3,
#NewsBox_Detail h4,
#NewsBox_Detail h5,
#NewsBox_Detail h6 

#NewsList_Detail h1,
#NewsList_Detail h2,
#NewsList_Detail h3,
#NewsList_Detail h4,
#NewsList_Detail h5,
#NewsList_Detail h6 {
	font-family: 'Noto Sans JP', '游ゴシック', "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

#editorBox table td h3,
#editorBox table td h3,
#NewsBox_Detail h3,
h3 {
	font-size: 100%;
	text-align: left;
	border: #000000 solid;
	border-width: 1px;
	width: 100%;
    margin: 10px auto;
	padding: 10px 20px;
	box-sizing:border-box!important;
	font-weight: normal;
}

#editorBox table td h4,
#editorBox table td h4,
h4 {
	font-size: 100%;
	text-align: left;
    padding:  10px 20px;
    margin: 0 auto 10px auto;
	box-sizing:border-box!important;
	background-color: #eeeeee;
	border: #aaaaaa solid;
	border-width: 1px;
	font-weight: normal;
}

#editorBox table td h5,
#editorBox table td h5,
h5 {
	font-size: 100%;
	text-align: left;
    padding:  10px 20px;
    margin: 0 auto;
	background-color: #eeeeee;
	border: #cccccc dashed;
	border-width: 1px;
	font-weight: normal;
}

.noDecorate {
	font-weight: normal!important;
	border-width: 0!important;
	background-color: transparent!important;
	background: transparent!important;
	display: block!important;
	padding: 0!important;
	margin: 0!important;
	color: #000000;
}

/** カタログ用 **/

table.tmp_table {
	width: 100%;
	font-size: 90%;
	border: #ffa200 solid;
	border-width: 1px 0 0 1px;
	margin: 0 auto;
}

table.tmp_table th,
table.tmp_table td {
	width: 100%;
	border: #ffa200 solid;
	border-width: 0 1px 1px 0;
	padding: 5px 10px;
	white-space: nowrap;
	font-weight: normal;
}

table.tmp_table th,
table.tmp_table td.item {
	background-color: #ffd791;
}

table.tmp_table th {
	text-align: center;
	width: 6em;
}

/* 共通テーブル */
#recruit {
	padding: 30px;
}

#recruit ul {
	list-style: none;
	border: #000000 solid;
	border-width: 1px 0 0 0;
	padding: 0;
	margin: 0;
}

#recruit ul li {
	border: #000000 solid;
	border-width: 0 0 1px 0;
	display: flex;
}

#recruit ul li div {
	display: inline-block;
	padding: 10px 20px;
	line-height: 1.5em;
}

#recruit ul li div a {
	text-decoration: underline;
}

#recruit ul li .item {
	border: #000000 solid;
	border-width: 0 1px 0 0;
	width: 13em;
	text-align: center;
}

#recruit ul li .contents {
	width: calc(100% - 8em);
}

#recruit ul li ul {
    border: 0;
    list-style: decimal;
}

#recruit ul li ul li {
    border: 0;
    display: block;
    padding: 0 0 0 1em;
}

#recruit ul li ul li::before {
    content: '•';
    position: absolute;
    left: 0;
}

#recruit ul.inList li {
	margin: 0 0 5px 0;
}

#recruit ul.inList li.end {
	margin: 0;
}