@charset "UTF-8";

.top-referrence {
    padding: 20px 30px;
	font-size: 1.2rem;
}

.top-referrence h2 {
    background-color: initial;
    border-bottom: 2px solid #00CCFF;
    display: inline-block;
    padding: 0;
    margin-bottom: 1.3rem;
	font-size: 1.5rem;
	margin-top: 2rem;
}
.top-referrence th,
.top-referrence td {
	border: 1px solid #000;
	padding: 5px 5px;
}
.top-referrence p {
	padding: 10px 0;
}
.top-referrence ol,.top-referrence ul {
    margin-left: 25px;
}
.top-referrence ul {
	list-style-type: disc;
}

.top-referrence .images {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.top-referrence .images .image {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sub-header.top h2 {
	background-color: #E9E4AC;
}

#shortcut {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5px 0;
}

#shortcut div {
    width: 300px;
    margin: 10px 10px;
    display: flex;
}

#shortcut a {
    padding: 5px 10px;
    display: block;
    width: 100%;
	position: relative;
}

#shortcut a::after {
    border-width: 0px 2px 2px 0px;
    border-style: solid;
    transform: rotate(45deg);
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
	position: absolute;
    right: 10px;
    top: 10px;
}

.shortcut-group-type-1 a {
    border: 1px solid #E9895A;
    color: #E9895A;
}

.shortcut-group-type-2 a {
    border: 1px solid #1B8AF8;
    color: #1B8AF8;
}

.group-description {
    padding: 0 30px;
    margin: 20px 0;
}

.group {
    font-size: 1rem;
	padding-bottom: 20px;
}

.templates {
    padding: 0 30px;
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.template-description {
    margin-bottom: 20px;
}

.templates a {
    text-decoration: underline;
}

.templates h3 {
    counter-increment: title;
    margin: 20px 0;
    font-size: 1.4rem;
    font-weight: bold;
}

/**  */
.body .group-type-1 h2 {
    background-color: #FFCDB4;
}

.body .group-type-2 h2 {
    background-color: #b4d9ff;
}

.templates h3 {
	counter-increment: title;
}
.templates h3::before {
	content: counter(title)  ".";
}
.library.template .sub-header {
    display: flex;
}
.library.template h1 {
    background-color: #E9E4AC;
    width: 65%;
    padding: 5px 20px;
    font-weight: bold;
    font-size: 1.3rem;
    display: flex;
    align-items: center;	
}
.library.template .group-type-1 {
	background-color: #E9895A;
	width: 25%;
	color: #fff;
	/* padding: 5px 20px; */
    font-weight: bold;
    font-size: 1.0rem;
    margin-left: 3px;
    display: flex;
    align-items: center;	
	justify-content: center;
}
.library.template .group-type-2 {
	background-color: #1B8AF8;
	width: 25%;
	color: #fff;
	/* padding: 5px 20px; */
    font-weight: bold;
    font-size: 1.0rem;
    margin-left: 3px;
    display: flex;
    align-items: center;	
	justify-content: center;
}

.library.template .period {
	padding: 5px 20px;
    font-weight: bold;
    font-size: 1.1rem;
    margin-left: 3px;
    display: flex;
    align-items: center;	
	justify-content: center;
}

.template .content {
    padding: 0 30px 20px;
	font-size: 1.1rem;
}

.template h2.reference {
    background-color: initial;
    border-bottom: 2px solid #E9895A;
    display: inline-block;
    padding: 0;
    margin-bottom: 1.3rem;
}

table.prompt-info td {
    border: 1px solid #b9b9b9;
}

table.prompt-info th {
    border: 1px solid #b9b9b9;
    width: 74px;
}
.content table.prompt-info tbody tr:last-child td, 
.content table.prompt-info tbody tr:last-child th {
    border-bottom-width: 1px;
}

.content .prompt-sample {
    background-color: #FBFCFF;
    border: 1px solid #878787;
    border-radius: 10px;
    padding: 10px;
}

.content .prompt-sample p {
    padding: 1rem;
}

.content .prompt-sample .image img {
    width: auto;
}

.content .prompt-sample .image {
    display: flex;
    justify-content: center;
}

.content .prompt-sample table {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.content .prompt-sample th {
	background-color: #dedede;
	border: 1px solid #B9B9B9;
}

.content .prompt-sample td {
	background-color: #fff;
	text-align: right;
	border: 1px solid #B9B9B9;
}
.content .prompt-sample table .l {
	text-align: left;
}
.content .prompt-sample table tbody tr:last-child td, 
.content .prompt-sample table tbody tr:last-child th {
	border-bottom-width: 1px;
}

.library .link {
    display: flex;
    justify-content: center;
}

.library .link a {
    font-size: 1.5rem;
    display: block;
    margin-top: 2rem;
}

table.param-sample td, 
table.param-sample tr {
    border: none;
    font-weight: bold;
}
table.param-sample .t {
    width: 140px;
}

.plain {
    white-space: pre-wrap;
}

.image img {
    width: revert-layer;
}

h3.guide-sec {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 1rem;
}

h3.guide-sec:before {
    content: "■";
    color: #00A1FF;
    font-size: 0.8rem;
    display: inline-block;
    margin-right: 7px;
}
.prompt-pattern-descriptions,
.prompt-pattern-descriptions h3 {
	font-weight: bold;
}
.prompt-pattern-descriptions li {
	padding: 5px 0;
}
.prompt-pattern-descriptions p {
	font-weight: normal;
	padding: 0;
}