/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 09 2025 | 05:54:07 */
/*
    代表メッセージ
*/
.top-message {
    width: 50%;
    margin: 20px auto;
}

.quote {
    font-family: cursive; /* 明朝体に変更する必要あり */
    font-size: 18px;
}


/* 
    会社概要
*/
.left-green-table {
    width: 100%;
}

.left-green-table th{
    text-align: left;
    color: #fff;
    background-color: #127c6f;
	padding: 0px 10px;
}

.left-green-table td {
    background-color: #eee;
    padding: 15px 10px;
}


/*
    リガレッセの由来
*/
.border-box img {
    float: right;
	margin: 0px 0px 0px 30px;
}

