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

/*--------------------------------------

  system.css

---------------------------------------*/
#system h3 {
    width: 80%;
    margin: 0 auto;
    padding: 10px;
    color: #fff;
    background: #444;
    text-align: center;
}
#system .photo {
    margin: 0;
}
#system .photo li {
    height: 360px;
    margin: 20px auto 0 auto;
    text-align: center;
    vertical-align: middle;
}
#system .photo li img {
    width: 480px;
    height: 360px;
}
#system table {
    table-layout: fixed;
    width: 80%;
    margin: 0 auto 40px;
    border: solid 1px #dcdcdc;
    color: #444;
    background: #fff;
    font-size: 1.4rem;
}
#system table th {
    /*width: 36%;*/
    border-right: dashed 1px #dcdcdc;
    background: #f6f6f6;
}
#system table th,
#system table td {
    padding: 20px;
    border-bottom: solid 1px #dcdcdc;
    vertical-align: middle;
    font-weight: normal;
    text-align: left;
}
#system table tr:nth-last-of-type(1) th,
#system table tr:nth-last-of-type(1) td {
    border-bottom: none;
}
#system table td a {
    color: #3c83d5;
    text-decoration: underline;
}
#system table td.telno a { 
    color: #444;
    text-decoration: none;
}
#system table td a:hover {
    text-decoration: none;
}
.menu {
    display: flex;
    justify-content: space-between;
    width: 80%;
    padding: 20px;
    margin: 0 auto 40px;
    background: #fff;
    color: #444;
}
.menu .menu_list {
    width: 100%;
}
.menu .menu_list h4 {
    padding: 10px;
    margin: 0 0 20px 0;
    background: #f6f6f6;
    font-weight: normal;
}
.menu .menu_list ul li {
    padding: 0 10px 20px 10px;
    border-bottom: dashed 0px #dcdcdc;
}
.menu .menu_list .title {
    float: left;
    font-size: 1.6rem;
    font-weight: bold;
}
.menu .menu_list .title span {
    padding: 0 8px;
    margin: 0 0 0 15px;
    background: #ff6699;
    color: #fff;
    font-size: 11px;
}
.menu .menu_list .price {
    float: right;
}
.menu .menu_list .contents {
    margin: 10px 0 0;
}
.menu .menu_list  .menu_all {
    display: inline-block;
    margin: 20px 10px;
    color: #3c83d5;
    text-decoration: underline;
}
.menu .menu_photo {
    width: 30%;
    margin: 0 0 0 80px;
}
.menu .menu_photo img {
    width: 100%;
}
.menu .menu_photo p {
    margin: 5px 0 40px 0;
}
.menu_select {
    width: 80%;   
    margin: -20px auto 40px;
    text-align: center;
}
.menu_select a {
    text-decoration: underline;
}
.menu_select a:hover {
    text-decoration: none;
}
.menu_select span {
   font-weight: bold;
}
@media screen and (max-width:960px) {
#system h3 {
    width: 100%;
}
#system table {
    width: 100%;
}
#system table th,
#system table td {
    padding: 6px;
    font-size: 1.2rem;
}
.menu {
    flex-wrap: wrap;
    width: 100%;
    font-size: 1.2rem;
}
.menu .menu_list .title {
    font-size: 1.4rem;
}
.menu .menu_photo {
    width: 100%;
    margin: 20px 0 0 0;
}
.menu_select {
    margin: 0px auto 40px;
}
}
@media screen and (max-width:480px) {
#system .photo li {
    height: 200px;
}
#system .photo li img {
    width: 100%;
    height: 200px;
}
#system table td.telno a { 
    color: #3c83d5;
    text-decoration: underline;
}
.menu .menu_photo {
    margin: 20px 0 0 0;
}</pre></body></html>