@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:  5px 20px;
    margin: 0 auto 10px auto;
    line-height: 1.3em;
	font-size: 100%;
	text-align: left;
	background-color: #ebf0ef;
	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: 120%;
	text-align: left;
	display: inline-block;
	border: #000000 solid;
	border-width: 2px 2px 2px 10px;
	width: 100%;
    margin: 10px auto;
	font-weight: bold;
	padding: 0 0 0 20px;
	box-sizing:border-box!important;
}

#editorBox table td h4,
#editorBox table td h4,
h4 {
	font-size: 120%;
	text-align: left;
	display: inline-block;
    padding:  0;
	width: 100%;
    margin: 0 auto 10px auto;
	box-sizing:border-box!important;
}

#editorBox table td h5,
#editorBox table td h5,
h5 {
	font-size: 120%;
	text-align: left;
	display: inline-block;
    padding: 0;
	width: 100%;
    margin: 0 auto;
	font-weight: bold;
}

.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: #ebf0ef solid;
	border-width: 1px 0 0 1px;
	margin: 0 auto;
}

table.tmp_table th,
table.tmp_table td {
	width: 100%;
	border: #ebf0ef 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;
}

/* 実績用 */
div.works div {
    margin: 0 0 5px 6em;
    font-size: 90%;
    line-height: 1.5em;
	position: relative;
}

div.works div span {
	position: absolute;
    display: inline-block;
    border: #000000 solid;
    border-width: 0 1px 0 0;
    margin: 0 10px 0 0;
    width: 5.5em;
    left: -6em;
    text-align: center;
}

div.works div.serch span {
    border: #000000 solid;
    border-width: 0 0 0 0;
    background-color: #000000;
    color: #ffffff;
    border-radius: 5px;
}

div.works div.serch span.red {
    position: static;
    border: #000000 solid;
    border-width: 1px;
    background-color: #ffffff;
    color: #000000;
    border-radius: 5px;
    width: auto;
    padding: 5px 20px;
    margin: 0 0 0 0.5em;
    line-height: 1em;
}
