@charset "UTF-8";

/*
Theme Name: Okayama Cultural Arts Creation 2026
Author: wc
Description: for OCAC only
*/


#top_banner .row {
    display: flex;
    flex-wrap: wrap;
}

#top_banner .row .col-xs-3 {
    width: 33%;
}

.page_normal .editor-styles-wrapper .center {
    padding-top: 60px;
    padding-bottom: 60px;
}

.editor-styles-wrapper table.input_form {
    max-width: 800px;
    margin: 0 auto;
}

.editor-styles-wrapper table.input_form th {
    background-color: #eee;
    color: #000;
    text-align: left;
    width: 280px;
}

.nec {
    font-size: 12px;
    line-height: 1.3em;
    background-color: #ff6600;
    color: #FFF;
    padding: 2px 10px;
    margin-left: 5px;
    display: inline-block;
}

.input_s {
    width: 90px !important;
}

.form_btn {
    text-align: center;
    margin-top: 30px;
}

.input_btn {
    display: inline-block;
    color: #FFF;
    text-align: center;
    padding: 15px 30px;
    border-radius: 3px;
    background-color: #000;
    border: none;
    font-size: 16px;
    position: relative;
    min-width: 240px;
    cursor: pointer;
    text-decoration: none;
    margin-left: 5px;
    margin-right: 5px;
}

.editor-styles-wrapper #history table tbody tr > th {
    min-width: 90px;
}

.qa_content .qa_q:first-child {
    margin-top: 0;
}

.qa_q {
    font-weight: 600;
	font-size: 1.3rem;
	margin: 55px 0 7px;
	border-bottom: 1px dotted #014A65;
	padding-bottom: 5px;
}

.qa_q::before {
	content: "Q";
    background-color: #FF6F05;
    color: #FFF;
    border-radius: 300px;
    margin-right: 4px;
    font-size: 1.1rem;
    width: 32px;
    height: 32px;
    display: inline-block;
	text-align: center;
}

.qa_a p {
	margin: 5px 0;
}

.btn_list {
    text-align: center;
    margin-bottom: 60px;
}

.btn_list a {
    display: inline-block;
    width: 240px;
    background-color: #000;
    color: #FFF;
    text-decoration: none !important;
    padding: 15px;
    border-radius: 3px;
    transition: 0.3s;
}

.btn_list a:hover {
    opacity: 0.8;
}

.draft_list {
    display: flex;
    flex-wrap: wrap;
}

.draft_list div {
    width: 24%;
    margin-bottom: 25px;
}

.editor-styles-wrapper a {
    text-decoration: underline;
}

.button {
    text-decoration: none !important;
}

.pagelink {
    padding-top: 80px;
    margin-top: -80px;
}

@media (max-width: 576px){
    #top_banner .row .col-xs-3 {
        width: 100%;
    }

    .editor-styles-wrapper table {
        border-bottom: 1px solid #808080;
    }

    .editor-styles-wrapper table.input_form th {
        display: block;
        width: 100%;
        border-bottom: none;
    }

    .editor-styles-wrapper table.input_form td {
        display: block;
        border-bottom: none;
    }

    .draft_list div {
        width: 47%;
    }

}