.warning-banner1 {
	font-size: 0.8em;
	padding:10px 10px 10px 35px;
	border-width:2px 0;
	border-style:solid;
	border-color:#ff8888;
	background:#ffeeee;
	line-height:1.5;
}
.warning-banner2 {
	font-size: 0.8em;
	padding:10px 10px 0px 35px;
}

@media (orientation: portrait) {
  html{
    font-size: 1em;
    align-items: center;
  }
}
@media (orientation: landscape) {
  html{
    font-size: 1em;
    align-items: center;
  }
}

/*--小説一覧テーブル----------------------------------------------------------------*/
.index_novels-section{
	width: 90%;
	padding: 2px 4px 4px 4px;
	padding: 8px 8px 0px 8px;
	border: #005019 1px solid;
	border-radius: 4px;
	background: #ffffff;
}

.index_novels-table {
	table-layout: fixed; 
	margin : 0px;
	padding: 0px;
	width: 100%;
	border: none;
	border-collapse: collapse;
	line-break: strict;
	word-break: normal;
	word-wrap: break-word;
}

.index_novels-thead {
    padding: 12px 15px;
    border-bottom: 1px solid #480000;
}

.index_novels-th-date {
    text-align: left;
	width: 6em;
	color:#480000;
}
.index_novels-th-div {
    text-align: left;
	width: 5em;
	color:#480000;
}
.index_novels-th-title {
    text-align: left;
	color:#480000;
}
.index_novels-th-origin {
	width: 16em;
    text-align: left;
	color:#480000;
}

.index_novels-tbody {
    padding: 12px 15px;
}

.index_novels-tr1 {
    text-align: left;
}

.index_novels-td1-date {
	text-decoration: none;
}
.index_novels-td1-div {
	text-decoration: none;
}
.index_novels-td1-title {
	font-weight: 700;
	text-decoration: none;
}
.index_novels-td1-origin {
	text-decoration: none;
}

.index_novels-td1-a {
	text-decoration: none;
}

.index_novels-td1-a:hover {
	text-decoration: underline;
}


.index_novels-tr2 {
    border-bottom: 1px solid #e0dacf;
    background: #efefef;
}

.index_novels-td2 {
    text-align: left;
}


/*--カスタムdetailタグ(折りたたみ)------------------------------------*/
/* デフォルトの矢印（▶）を非表示にする */
.index_novels-custom-details-summary-content::-webkit-details-marker {
    text-align: right;
	color:#e0dacf;	
	display: none;
}
.index_novels-custom-details-summary-content {
    text-align: right;
    color:#e0dacf;
	list-style: none; /* Firefoxなど対応 */
	cursor: pointer;
}
.index_novels-custom-details-summary :hover {
	text-decoration: underline;
}

/* 横並びレイアウトの調整 */
.index_novels-custom-details-summary-content {
	display: flex;
	justify-content: space-between; /* 左右に分散配置 */
	align-items: center;
	background-color: #f0f0f0;
	border-radius: 4px;
}

.index_novels-custom-details-summary-content-text{
	font-size: 0.8em;
	color:#480000;
}


.index_novels-custom-details[open] .index_novels-custom-details-summary-content-icon {
	color:#480000;	
	font-size: 0.8em;
	transform: rotate(180deg);
}
.index_novels-custom-details-summary-content-icon {
	color:#e0dacf;
	font-size: 0.8em;
	transition: transform 0.2s ease;
}

/* 折りたたみの中身 */
.index_novels-custom-details-body {
	font-size: 0.8em;
	background-color: #fafafa;
	border: 1px solid #f0f0f0;
	margin-top:0;
	margin-bottom:0;
}
.index_novels-custom-details-body-p {
	margin-left: 1em;
	margin-top:0.4em;
	margin-bottom:0.4em;
}
