@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 0;
    margin: 0 auto 10px auto;
    line-height: 1.3em;
	font-size: 120%;
	text-align: left;
	border: #cccccc solid;
    border-width: 0 0 1px 0;
}

#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: #cccccc solid;
	border-width: 0 0 0 10px;
	width: 100%;
    margin: 10px auto;
	font-weight: bold;
	padding: 0 0 0 10px;
	box-sizing:border-box!important;
}

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

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

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

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

/* 共通テーブル */
.table {
	margin: 0 auto;
	padding: 20px;
}
.table ul {
	padding: 0;
}

.table ul,
.table ul li,
.table ul li .item {
	border: #cccccc solid;
	margin: 0;
}

.table ul {
	list-style: none;
	border-width: 1px 0 0 0;
}

.table ul li {
	border-width: 0 0 1px 0;
	display: flex;
}

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

.table ul li div a {
	text-decoration: underline;
}

.table ul li .item {
	border-width: 0 1px 0 0;
	width: 13em;
	text-align: center;
}

.table ul li .contents {
	width: calc(100% - 13em);
}

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

.table ul.inList li.end {
	margin: 0;
}

.table ul li ul {
    border: 0;
    margin: 0 0 0 1em;
    display: block;
    list-style-type: disc;
    list-style-position: outside; /* これがデフォルト */
    padding-left: 0;
}

.table ul li ul li {
    border: 0;
	display: list-item;
}

/* ------------------------------------------------------ */
@media only screen and (max-width : 600px) {
/* ------------------------------------------------------ */
.table ul,
.table ul li,
.table ul li .item {
	display: block;
	border: #f3f3f3 solid;
	border-width: 0 0 1px 0;
}
	
.table ul li .item {
	width: 100%;
	border: 0;
}

.table ul li .contents {
	width: 100%;
}
}