div#contents {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    min-height: 400px;
    padding: 40px 0;
}

h2 {
    color: #000;
    font-size: 24px;
    letter-spacing: 0.3em;
    font-family: "M PLUS Rounded 1c";
    margin-bottom: 25px;
    background-color:#f00;
/*
    background-image: linear-gradient(2deg, rgba(247, 232, 12, 1) 10%, rgba(251, 0, 0, 1) 90%);
/*
    background: url(../img/bar.png) repeat-x;
*/
    padding: 26px 0;
}

div#profile {
    display: flex
;
    justify-content: flex-start;
    background-color: #fff;
    padding: 30px 0 30px 100px;
}

div.left {
    width: 530px;
    text-align: left;
}

p.main {
    float: left;
    border: 1px solid #fd0;
    padding: 1px;
    margin-right: -1px;
}

p.main img {
    width: 400px;
    height: 600px;
    object-fit: cover;
}

p.thumbs {
    float: left;
}

p.thumbs a {
    display: block;
    padding: 1px;
    border: 1px solid #000;
    margin: 0 0 -1px 0;
}
a {
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

p.thumbs img{
    width: 76px;
    height: 115px;
    object-fit: cover;
}

dl#kuchikomi dt, .schedule_ttl {
    clear: both;
    width: 480px;
    font-weight: bold;
    color: #000;
/*
    background: url(/wp-content/uploads/2025/07/pf_dt.png) no-repeat center;
*/
    background-color:#f00;
    line-height: 30px;
    text-align: center;
    font-family: "M PLUS Rounded 1c";
    margin-bottom: 10px;
}
.schedule_ttl {
    position: relative;
    top: 20px;
}

table.schedule {
    clear: both;
    width: 480px;
    border-collapse: collapse;
    margin: 10px 0 40px;
    position: relative;
    top: 20px;
}

table.schedule .item td {
    width: 68.5px;
    padding: 6px 0;
    background: #fff;
    font-weight: bold;
}
table.schedule td {
    border: 1px solid #aaa;
    text-align: center;
    padding: 10px 0;
    vertical-align: middle;
    line-height: 100%;
    font-size: 13px;
    background: #fff;
}
dl#kuchikomi {
    width: 480px;
}
div.right {
    width: 480px;
    text-align: left;
}
div.right dt {
    clear: both;
    width: 480px;
    font-weight: bold;
/*
    color: #ffde00;
    background: url(/wp-content/uploads/2025/07/pf_dt.png) no-repeat center;
*/
    color: #000;
    background-color: #f00;
    line-height: 30px;
    text-align: center;
    font-family: "M PLUS Rounded 1c";
}
div.right dd {
    width: 100%;
    margin: 10px 0 20px;
    line-height: 150%;
    text-shadow: 1px 1px 0px #000;
}
div.right .name {
    font-weight: bold;
    font-size: 120%;
}
div.right .shame a{
    float: right;
    display: block;
    text-align: center;
    background: #cb60b3;
    background: -moz-linear-gradient(top, #cb60b3 0%, #ad1283 100%);
    background: -webkit-linear-gradient(top, #cb60b3 0%, #ad1283 100%);
    background: linear-gradient(to bottom, #cb60b3 0%, #ad1283 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#ad1283',GradientType=0 );
    color: #fff;
    font-weight: bold;
    border: 2px solid #F2CBE3;
    width: 90px;
    line-height: 46px;
    position: relative;
    top: -25px;
    right: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-shadow: none;
}

#kuchikomi dd{
	overflow-y:scroll;
	max-height:180px;
}



