extend 파일 추가, info.php 내용 작성

This commit is contained in:
2026-06-04 17:54:52 +09:00
parent 58f724b28c
commit d95c91890c
13 changed files with 746 additions and 24 deletions

View File

@ -1419,7 +1419,7 @@ span {
padding-bottom: 5%;
}
#business02 .sec1 .lf_box {
width:50%;
width:40%;
float:left;
}
#business02 .sec1 .lf_box h1 {
@ -1452,9 +1452,86 @@ span {
}
#business02 .sec1 .rt_box {
width:50%;
width:60%;
float:right;
}
#business02 .sec1 .rt_box h1 {
font-size:2.3em;
font-weight:bold;
color:#333;
padding-bottom:40px;
}
#business02 .sec1 .rt_box h2 {
font-size:2em;
font-weight:bold;
color:#333;
padding-bottom:20px;
}
#business02 .sec1 .rt_box table {
width: 100%;
font-size: 18px;
color: #333;
margin-bottom: 40px;
border-top: 2px solid #333;
border-bottom: 2px solid #333;
border-collapse: collapse;
}
#business02 .sec1 .rt_box table .num {
text-align: right;
padding-right: 10px;
}
#business02 .sec1 .rt_box table tr {
}
#business02 .sec1 .rt_box table tr th,
#business02 .sec1 .rt_box table tr td {
width: 25%;
padding: 5px 0;
border-bottom: 1px solid #333;
}
#business02 .sec1 .rt_box table tr:last-child th,
#business02 .sec1 .rt_box table tr:last-child td {
border-bottom: none;
}
#business02 .sec1 .rt_box table tr th {
font-weight: bold;
}
#business02 .sec1 .rt_box table tr th span {
font-weight: normal;
font-size: 14px;
}
#business02 .sec1 .rt_box table tr td {
text-align: center;
}
#business02 .sec1 .rt_box table tr td .pay {
text-align: right;
}
#business02 .sec1 .rt_box table tr td .cline {
text-decoration: line-through;
margin-right: 5px;
}
#business02 .sec1 .rt_box ul {
display: flex;
flex-direction: row;
}
#business02 .sec1 .rt_box ul li {
display: flex;
flex-direction: column;
padding: 8px 0;
width: 25%;
}
#business02 .sec1 .rt_box strong {
font-size:18px;
font-weight:bold;
color:#333;
/* width:120px; */
}
#business02 .sec1 .rt_box p {
font-size:18px;
font-weight:400;
color:#333;
}
#business02 .sec2 {
width:100%;
height:600px;