@charset "utf-8";

/*共通*/

.button--arrowRight {
  box-sizing: border-box;
}

#monthly {
  width: 900px;
  margin: 0px auto 0 auto;
  padding: 0px;
  font-size:16px;
}
#monthly p {
  line-height: 1.6;
  letter-spacing:0.05em;
  text-indent:1em;
  margin-bottom:0.6em;
}
#monthly p.ketujyo {
  margin-bottom:10px;
  text-align:left;
  text-indent:0;
}
#monthly .midashi{
  width:900px;
}

#monthly table {
  border-collapse:collapse;
}

#monthly br.clear {
  clear: both;}

#monthly .cf:before,
.cf:after {
    content: " ";
    display: table;
}

#monthly .cf:after {
    clear: both;
}

#monthly .cf {
    *zoom: 1;
}

#monthly a {
  text-decoration: underline;
}

#monthly a:hover {
  text-decoration: none;
}


/*各ページ*/

#monthly .chuumoku{
     background-color: #231815;
     color: #ffffff;
     font-weight: bold;
}

#monthly #profile_wrapper{
     display: flex;
     margin-bottom: 32px;
}

#monthly #profile_wrapper .boat{
     float: right;
     padding: 0 0 0 8px;
}

#monthly #profile{
     border: solid 1px #0060a5;
     padding: 12px;
}

#monthly #profile .shinozaki_birthday{
     font-size: 0.9em;
}


/*データ室*/

#monthly .data_right{
    margin-top: 16px; 
}

#monthly .total,
#monthly .part{
    width: 488px;
}

#monthly .total {
    border-collapse: collapse;
    margin-bottom: 5px;
}

#monthly .total caption {
    font-weight: bold;
    text-align: left;
}

#monthly .total th {
    background: #d6d8ea;
    border-bottom: 1px solid #315498;
    text-align: right;
    padding: 0 5px 0 0;
}

#monthly .total td:nth-of-type(1){
    text-align: justify;
    text-justify: inter-ideograph;
    padding-left: 15px;
    padding-right: 0;
    box-sizing: content-box;
    letter-spacing: 1px;
}

#monthly .total td {
   border-bottom: 1px solid #315498;
   text-align: right;
   padding: 0 5px 0 0;
}
#monthly .total td.item {
   text-align: left;
}
#monthly .part {
    margin-bottom: 5px;
}
#monthly .part th {
    font-weight: bold;
    border-bottom: 1px solid #315498;
    text-align: left;
}
#monthly .part td {
    border-bottom: 1px dashed #315498;
    text-align: left;
}

#monthly .part span{
    font-weight: bold;
}

#monthly .total td.seiseki,
#monthly .part td.seiseki {
    letter-spacing: 0.3rem;
}

#monthly .date {
    font-size: 0.9rem;
    text-align: right;
}
/*データ室*/

#monthly #shingeki {
    color: #7b3500;
    font-weight: bold;
}

#monthly #interviewer_name {
    text-align: right;
    color: #7b3500;
    font-weight: bold;
    margin-top: -20px;
    margin-bottom: 32px;
}

#monthly p {
    text-indent: 0em; 
}

#monthly h3 {
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    margin-bottom: 24px;
    color: #0060a5;
}

#monthly h4 {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 24px;
    color: #503081;
}

#monthly .interviewer {
    color: #5e310d;
}

#monthly .shinozaki {
    font-weight: bold;
    color: #0060a5;
}

#monthly .fukuoka,
#monthly .classic{
    text-align: center;
    font-weight: bold;
    background-color: #c9c9ca;
    width: 460px;
    margin: 0 auto 4px auto;
}

#monthly .fukuoka_table {
    border: black solid 1px;
    width: 460px;
    margin: 0 auto 32px auto;
}

#monthly .fukuoka_table td{
    border-bottom: black solid 1px;
    text-align: center;
}

#monthly .fukuoka_table td:first-child{
    width: 60px;
}

#monthly .fukuoka_table td:nth-child(2){
    width: 160px;
}

#monthly .fukuoka_table td:nth-child(3){
    letter-spacing: 0.8rem;
    padding-left: 16px;
}

#monthly .fukuoka_table td:last-child{
    text-align: left;
}
#monthly .classic_table{
    width: 460px;
    margin: 0 auto 32px auto;
}
    
#monthly .classic_table_tr th{
    background-color: #ddd9b5;
}

#monthly .classic_table th:first-child,
#monthly .classic_table td:first-child{
    width: 180px;
}

#monthly .classic_table th:first-child,
#monthly .classic_table th:last-child,
#monthly .classic_table td:first-child,
#monthly .classic_table td:last-child{
    border-right: black solid 1px;
}

#monthly .classic_table th,
#monthly .classic_table td{
    text-align: center;
}

#monthly .classic_table tr{
    border: black solid 1px;
}

#monthly .left{
    float: left;
    padding: 0 16px 16px 0;
}

#monthly .right{
    float: right;
    padding: 0 0 0 12px;
}

