<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
CSS Information
==============================================================

	Site Name: 
	Description: モジュール用
	Version: 

==============================================================
*/


/*
CONTENTS
==============================================================

	1: Page Only MODULE

==============================================================
*/
/* cal PAGE -----------------------*/

.tableMesurementSwitch{
    display:block;
    width:730px;
    height:60px;
    line-height:40px;
    text-align:center;
    color: #DC7322;
    cursor:pointer;
    background:url(images/i_swich.png) 177px -69px no-repeat;
    }
.tableMesurement{
    width:730px;
    border-top: #666 1px solid;
    border-left: #666 1px solid;
    border-right: #666 1px solid;
    border-bottom: #666 1px solid;
    display:none;
    margin: 0 0 0 100px;
    }
#acMenu dt.active{
    background:url(images/i_swich.png) 177px 18px no-repeat;
    }
table.calTable{
	border-spacing: 5px;
	border-collapse: separate;
}
th.width-left{
    width: 240px;
    text-align:center;
}
th.width-right{
    width: 480px;
    text-align:center;
}
.calTable th{
    border: #666 1px solid;
    background: #e6fcf7;
    padding: 5px;
    text-align:center;
}
.calTable td{
    border: #666 1px solid;
    padding: 5px;
    text-align:left;
}
.calTd{
	background: #ecf9f6;
}
dl.calProDL{
	margin: 10px 20px 10px 30px;
}
dl.calProDL dd{
	margin: 0 0 0 20px;
}
ol.calProOL li{
	list-style-type: decimal;
	margin: 0 0 0 40px;
}
ul.calProUL li{
	list-style-type: disc;
	margin: 0 0 0 50px;
}

/* sctp PAGE -----------------------*/
.tableSCT{
    width:730px;
    border-top: #666 1px solid;
    border-left: #666 1px solid;
    border-right: #666 1px solid;
    border-bottom: #666 1px solid;
    margin: 0 0 0 100px;
    }
.tableSCTsell{
	border-spacing: 5px;
	border-collapse: separate;
}
.SCTwidth-left {
    width: 140px;
}
.SCTwidth-right {
    width: 580px;
}
.tableSCT th{
    border: #666 1px solid;
    background: #e6fcf7;
    padding: 5px;
    text-align:left;
}
.tableSCT td{
    border: #666 1px solid;
    padding: 5px;
    text-align:left;
}</pre></body></html>