/******************************************************************************
 *                                                                            *
 *  style.css                                                                 *
 *                                                                            *
 *   Copyright (c) Yamaha Corporation. All rights reserved.                   *
 *                                                                            *
 ******************************************************************************/

.wrapper {
    max-width: 1000px;
    margin: 0 auto;
}
header {
    text-align: center;
    font-weight: 700;
    vertical-align: middle;
    padding: 20px;
    margin-top: 20px;
    font-size: 24px;
}
.container {
    display: flex;
}

.main {
    width: 75%;
    padding: 10px;
     vertical-align: middle;
}

.side {
    width: 25%;
    padding: 10px;
}

footer {
    text-align: center;
    margin: 15px 0 50px 0;
    font-size: 0.9rem;
}

/**
 *  Table for RT-link
 */
table.rtlink {
    font-size: small;
    text-align: center;
}

table.rtlink td {
    padding-left: 10px;
    padding-right: 10px;
}

/**
 *  Table for Menu
 */
table.mn {
    width: 80%;
    border-collapse:separate;
    border-spacing: 0;
    border: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    top: 10px;
    position: -webkit-sticky;
    position: sticky;
}
  
table.mn th:first-child{
    border-radius: 5px 5px 0 0;
}
  
table.mn th:last-child{
    border-radius: 5px 5px 0 0;
}
  
table.mn th {
    text-align: center;
    color:white;
    background: #4b1e78;
    border-left: 1px solid #4b1e78;
    border-top: 1px solid #4b1e78;
    border-bottom: 1px solid #4b1e78;
    width: 25%;
    padding: 8px 0;
}
  
table.mn td {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #111111;
    border-left: 1px solid #4b1e78;
    border-bottom: 1px solid #4b1e78;
    border-top:none;
    width: 25%;
    padding: 8px 0;
}

table.mn td:hover {
    background-color: #f0f0f0;
}
  
table.mn td:last-child{
    border-right: 1px solid #4b1e78;
}
  
table.mn tr:last-child td:first-child {
    border-radius: 0 0 5px 0;
}
  
table.mn tr:last-child td:last-child {
    border-radius: 0 0 5px 5px;
}

a {
    text-decoration: none;
    color: #111111;
}

a:hover {
    background:#f0f0f0;
}

/**
 *  Table for rtlink
 */
table.rtlink {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    border-collapse: separate;
    border: none;
    width: 70%;
    table-layout: fixed;
}

table.rtlink td {
    border: none;
}

table.whatsnew {
    margin: 0;
    border-collapse: separate;
    border: none;
    width: 90%;
    font-size: 14px;
}

table.whatsnew th {
    background: rgba(229, 213, 255, 0.75);
    padding-left: 15px;
    padding-right: 20px;
    border: none;
    height: 30px;
    white-space: nowrap;
    text-align: left;
    border-radius: 10px 10px 0 0;
}

table.whatsnew td {
    padding-left: 15px;
    padding-right: 20px;
    border: none;
    border-bottom: 1px solid #4b1e78;
    height: 28px;
    white-space: nowrap;
}

table.whatsnew tr:hover {
    background-color: #f0f0f0;
}

.d { text-align: center; }
.e { width: 1000px; }

table.download {
    margin: 0;
    border: none;
    width: 90%;
    font-size: 16px;
}

table.download th {
    background: rgba(229, 213, 255, 0.75);
    padding-left: 15px;
    padding-right: 20px;
    border: none;
    height: 30px;
    white-space: nowrap;
    text-align: left;
    border-radius: 10px 10px 0 0;
}

table.download td {
    padding: 20px 20px 20px 15px;
    border: 1px solid rgba(229, 213, 255, 0.75);
    height: 32px;
    white-space: nowrap;
    border-collapse: collapse;
}

table.category {
    margin: 0 auto 20px auto;
    border: none;
    width: 75%;
    font-size: 16px;
}

table.category th {
    background: rgba(229, 213, 255, 0.75);
    padding: 10px 20px 10px 15px;
    border: none;
    white-space: nowrap;
    text-align: left;
    border-radius: 10px 10px 0 0;
}

table.category td {
    font-size: 0.85rem;
    padding: 5px 10px 5px 10px;
    border: 1px solid rgba(229, 213, 255, 0.75);
    border-collapse: collapse;
}

table.ysig_book {
    margin: 0 auto 20px auto;
    border: none;
    width: 50%;
    font-size: 16px;
}

table.ysig_book th {
    background: rgba(229, 213, 255, 0.75);
    padding: 10px 20px 10px 15px;
    border: none;
    white-space: nowrap;
    border-radius: 10px 10px 0 0;
}

table.ysig_book td {
    font-size: 0.85rem;
    padding: 5px 10px 5px 10px;
    border: 1px solid rgba(229, 213, 255, 0.75);
    border-collapse: collapse;
    text-align: center;
}

/**
 *  hr
 */
hr.yb {
    margin-top: 10px;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    height: 4px;
    border: none;
    border-bottom: 5px dotted #4b1e78;
    width: 85%;
}

/**
 *  hx
 */
h4 {
    margin-top: 15px;
    margin-bottom: 30px;
    position: relative;
	padding: 0.3rem 0.3rem 0.3rem 12px;
    border-bottom: 9px dotted #4b1e78;
    width: 180px;
}

h4:before {
    content: none;
}

h4.license {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
	padding: 0.3rem 0.3rem 0.3rem 12px;
    border-bottom: 9px dotted #4b1e78;
    width: 500px;
}

h4.category {
    margin-top: 15px;
    margin-left: 80px;
    margin-bottom: 20px;
    position: relative;
	padding: 0.3rem 0.3rem 0.3rem 12px;
    border-bottom: 9px dotted #4b1e78;
    width: 180px;
}

.cate_link {
    font-size: 14px;
    width: 75%;
    margin: 0 auto 40px;
}

.main_box {
    margin: 15px 0 20px 30px;
    font-size: 14px;
}

/**
 *  UL
 */
ul {
    padding-left: 15px;
}

/**
 * Version String
 */
.sigver {
    margin-bottom: 10px;
}

/**
 *  Button
 */
.dl_btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    font-size: 12px;
    color: black;
    background: white;
    border-radius: 5px;
    font-weight: bold;
    border: solid 3px #4b1e78;
    width: 160px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.dl_btn:active {
    color: #252525;
    background-color: rgba(229, 213, 255, 0.5);
}

/**
 *  空白
 */
.shiro {
    padding-bottom: 20px;
}

/**
 *  エラーメッセージ
 */
.errmsg {
    text-align: center;
}

/**
 *  ライセンス契約の確認
 */
.license {
    font-size: small;
    width: 65%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

/**
 *  ライセンスの確認文
 */
.license_txt {
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    padding-bottom: 20px;
}

/**
 *  ライセンス条文
 */
textarea {
    font-size: 0.9rem;
    width: 85%;
    height: 350px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #4b1e78;
}

/**
 *  ライセンスのボタン
 */
input.btn_license {
    width: 120px;
    margin: 25px 0 20px 0;
    position: relative;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px;
    font-weight: normal;
    border: solid 1px;
    padding-top: 4px;
    padding-bottom: 4px;
}

/**
 *  アコーディオン
 */
.l-accordion input {
    display: none;
}

.l-accordion .l-accordion-inside {
/*    border: 2px solid #555;*/
    border: none;
    width: auto;
    height: 0;
    opacity: 0;
    transition: 0.5s;
}

.l-accordion input:checked~.l-accordion-inside {
    height: auto;
    width: auto;
    opacity: 1;
}

.l-accordion .l-accordion-switch {
    position: relative;
    display: block;
    background-color: rgba(229, 213, 255, 0.5);
    font-size: 0.9rem;
    padding: 5px;
    cursor: pointer;
    width: 60%;
    margin: 20px auto;
    text-align: center;
    border-radius: 10px;
}

.l-accordion .l-accordion-switch::before,
.l-accordion .l-accordion-switch::after {
    content: '';
    position: absolute;
    display: block;
    width: 14px;
    height: 3px;
    background: #4b1e78;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.l-accordion .l-accordion-switch::after {
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
}

.l-accordion input:checked~.l-accordion-switch::after {
    transform: rotate(0);
    transition: 0.5s;
}

/**
 *  その他
 */
.relnote_desc {
    margin-top: 0;
    margin-left: 100px;
    margin-bottom: 15px;
    font-size: 0.85em;
}

