/* 文字要素 */
body	{ font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }

/* １日のスケジュール */
.box17{
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #d1d1d1;
    border-radius: 8px;
}
.box17 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 16px;
    background: #FFF;
    color: #000;
	font-weight:bold;
}
