/*
Theme Name:   twentywentyfour-Child
Template:     twentytwentyfour
Description:  Mens Clinic あおぞら 掲示板用の子テーマ
Author:       Your Name
Version:      1.0.0
*/

/* ここから下にカスタムCSSを書いていきます */

body{
border-top:8px solid red !important;
}



.side-box{
background:#fff;
border:1px solid #e5e5e5;
padding:20px;
margin-bottom:20px;
border-radius:12px;
box-shadow:0 2px 8px rgba(0,0,0,.05);
}

.side-box h3{
font-size:18px;
margin-bottom:12px;
color:#1565c0;
}

.side-box ul{
list-style:none;
padding:0;
margin:0;
}

.side-box li{
margin-bottom:10px;
}

.side-box a{
text-decoration:none;
color:#333;
}

.side-cta{
background:linear-gradient(135deg,#1565c0,#1e88e5);
padding:22px;
border-radius:14px;
text-align:center;
margin-bottom:20px;
color:#fff;
}

.side-cta a{
display:inline-block;
margin-top:10px;
background:#ff9800;
color:#fff;
padding:12px 20px;
border-radius:999px;
text-decoration:none;
font-weight:bold;
}


.side-box{
max-width:320px;
margin-left:auto;
margin-right:0;
}
