@charset "UTF-8";

/*カラー*/
body{
    background-color: #F1EEE3;
}
header{
    background-color:  #fcdedb;
}

/*セクション横幅*/
.container_row{
    width: 70%;
}

/*タイトルボックス*/
.container_title{
    margin-top: 50px;
    background-color:#FFF6B8;
    width: 98%;
    border-radius: 10px;
}
.container_title h2{
    text-align: left;
    padding: 10px;
    border-bottom: none;
    
}

/*テキストボックス*/
.container_textbox{
    width: 98%;
    margin-left: 0;
    border-top: none;
}

.bolid{
    font-weight: 700;
}

/*書誌情報*/
.Bibliographic_Information{
    font-size: 0.9rem; 
}

.container_textbox a{
    text-decoration: underline;
    color: rgb(126, 126, 214);
}

/*ボタン*/
.button{
    margin-top: 50px;
    border: none;
    background-color:#fcdedb;
    padding: 15px;
    border-radius: 10px;
}