/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 21 2026 | 04:53:05 */
/*
    下線
*/
.bottom-line {
	margin: 10px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 2px solid #127c6f;
}

/*
    上線(ヘッダー用)
*/
.top-line {
    padding: 10px 0px 0px 0px;
    border-top: 2px solid #127c6f;
}

/*
    左線(見出し用)
*/
.left-line {
    padding: 0px 0px 0px 10px;
    border-left: 2px solid #127c6f;
}
