/* index.css Copyright (C) 2021 Yahoo Japan Corporation. All Rights Reserved. */ .Header { margin-bottom: 16px; padding-left: 15px; border-left: solid 6px #5f5f4e; font-size: 26px; line-height: 1.1; } .l-content { width: 950px; margin: 0 auto; padding: 0; font-size: 14px; } .Notice { margin: 28px 0; } .Notice__head { padding-bottom: 2px; border-bottom: 1px solid #a3a393; font-size: 20px; line-height: 1.2; } .Notice__text { margin: 16px 0 20px; font-size: 14px; } .List { margin: 40px 0 80px; } .List__number { margin-bottom: 16px; font-size: 14px; } .List__table { width: 100%; margin-bottom: 16px; border-collapse: collapse; } .List__tableHeader { background: #F7F6F1; border: 0; text-align: left; } .List__tableData { padding: 16px 0; font-size: 16px; border-bottom: 1px solid #D6D2C7; } .List__error { font-size: 18px; text-align: center; } .Search { margin: 40px 0; } .Search__input { padding: 0 10px; width: 270px; height: 47px; vertical-align: middle; border: 1px solid #ccc; font-size: 18px; } .Search__input:focus { border: 1px solid #ccc; } .Search__button { width: 192px; height: 47px; background: #46443F; border: 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; color: #fff; font-size: 18px; font-weight: bold; text-align: center; vertical-align: middle; -webkit-box-shadow: 0; -moz-box-shadow: 0; box-shadow: 0; cursor: pointer; }