.title {
    background: #012169;
    color: white;
    font-size: 16px;
    width: 960px;
    margin-bottom: 8px;
    height: 30px;
    line-height: 30px;
}

.title_s {
    background: #012169;
    color: white;
    font-size: 16px;
    width: 910px;
    margin: 10px 0;
    height: 30px;
    line-height: 30px;
}

.subtitle_s {
    color: #cecece;
}

.section_title_bg {
    width: 956px;
    height: 29px;
    color: #ffffff;
    background-color: #ff923e;
    line-height: 29px;
    font-size: 16px;
    margin: 0 auto;
}

.caption {
    border-bottom: solid #3A6FF0 1px;
    font-size: 110%;
    margin-bottom: 10px;
}

/* ページレイアウト */
body {
    margin: 0;
    background-color: #f5f5f5;
    color: #333333;
    font-family: MS P�S�V�b�N, Osaka, Arial;
    font-size: 16px;
    line-height: 145%;
    margin: 0 auto;
}

.body_s {
    width: 950px;
    font-size: 85%;
}

.body_m {
    width: 990px;
    font-size: 85%;
}

#contents_s {
    width: 950px;
    margin: 0 auto;
}

#contents_m {
    width: 990px;
    margin: 0 auto;
}

.box_l {
    padding: 5px 15px 10px 15px;
    border-bottom: solid #d1d1d1 1px;
    background-repeat: repeat-x;
    background-color: #ffffff;
    margin-bottom: 20px;
}

.blue_box {
    height: 100px; 
    width:600px; 
    background-color: #ccdffd;
}

.gray_box {
    padding: 8px;
    background-color: #ececec;
    margin-bottom: 20px;
}

.white_box {
    padding: 8px;
    background-color: #fff;
    margin-bottom: 5px;
    border-top: solid #d1d1d1 1px;
    border-bottom: solid #d1d1d1 1px;
}

.white_box.all {
    border: solid #d1d1d1 1px;
}

.white_box.none {
    border: none;
}

.box_s {
    width: 290px;
    height: 400px;
    overflow: auto;
    border: solid #aaaaaa 1px;
}

.box_divider {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: solid #cecece 1px;
}

.box_divider_top {
    margin-top: 20px;
    padding-top: 10px;
    border-top: solid #cecece 1px;
}

.overflow_s {
    width: 250px;
    height: 150px;
    overflow-y: auto;
    border: solid #aaaaaa 1px;
}

.overflow_s label {
    display: block;
    width:98%;
}

.overflow_s.maker label {
  display: inline-flex;
}

.th_gray th{
    background-color: #eaeaea;
}

/* テーブルレイアウト */
.table {
    display: table;
    border-collapse: collapse;
}

.table .row {
    display: table-row;
}

.table .cell {
    display: table-cell;
}


/* テーブル線すべて */
.table_border {
    border-collapse: collapse;
    padding: 2px;
}
.table_border th {
    border-top: solid #cecece 1px;
    border-bottom: solid #cecece 1px;
    border-left: solid #cecece 1px;
    border-right: solid #cecece 1px;
    background-color: #eaeaea;
}
.table_border td {
    border-top: solid #cecece 1px;
    border-bottom: solid #cecece 1px;
    border-left: solid #cecece 1px;
    border-right: solid #cecece 1px;
}

/* テーブル線外枠のみ */
.table_outline {
    border-collapse: collapse;
    border: solid #cecece 1px;
}
.table_outline td,
.table_outline th {
    border: none;
}

/* テーブル線なし */
.table_noborder {
    border: none;
}
.table_noborder td,
.table_noborder th {
    border: none;
}

.section_title {
    margin-bottom: 5px;
}

.check_box {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    margin: 0;
}

.check_label {
    display: inline-flex;
    align-items: center;
}

.check_input {
    vertical-align: middle;
    margin-right: 0px;
}

.radio_label {
    display: inline-flex;
    align-items: flex-start;
}

label span {
  transform: translateY(1px);
}

input[type="radio"] {
  margin-top: 0;
  vertical-align: text-top;
}

.input_lock_wrapper {
    position: relative;
    display: inline-block;
}

.input_lock {
    position: absolute;
    inset: 0;
    background-color: rgba(128, 128, 128, 0.5);
     border-radius: 4px;
}


/* ラベル同士の間隔 */
.checkbox_group label {
    display: block;
    margin-bottom: 3px;
}




/* ページング */
.paging {
    margin: 5px 0;
}

.paging select {
    vertical-align: middle;
}

.paging .big_red {
    color:red;
    font-weight:bold;
    font-size:180%;
}

.paging.bottom {
    margin-top: 5px;
    margin-bottom: 30px;
}

.date_disabled {
    width: 90px;
    margin-right: 2px;
    background-color: rgb(198, 198, 198);
    opacity: 0.5;
}

.relative {
    position: relative;
}

/* 縦方向中央 */
.middle {
    vertical-align: middle;
}

/* 右寄せ */
.right {
    float: right;
}
.text_right {
    text-align: right;
}

/* 左寄せ */
.left {
    float: left;
}
.text_left {
    text-align: left;
}

/* 縦並び */
.flex_col  {
    display: flex;
    flex-direction: column;
}

/* 中央配置 */
.position_center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.text_center {
    text-align: center;
}

.justify_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.m_auto {
    margin: 0 auto;
}

/* 左寄せ */
.justify_left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* 右寄せ */
.justify_right {
    display: flex;
    justify-content: flex-end;
}

/* 横2列表示 */
.justify_start {
    display: flex;
    justify-content: start;
    align-items: center;
}

.justify_center {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* 両端配置 */
.justify_between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.button.justify_between {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.justify_between_end {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.justify_between_start {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.justify_end {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0 8px;
    padding-right: 8px;
}

/* margin */
.mt20 {
    margin-top: 20px;
}

.mt50 {
    margin-top: 50px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mr3 {
    margin-right: 3px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.ml_auto {
  margin-left: auto;
}

/* padding */
.pl5 {
    padding-left: 5px;
}


.pl50 {
    padding-left: 50px;
}


/* width */
.w45 {
    width: 45%;
}


.w90 {
    width: 90px;
}

.w115 {
    width: 115px;
}

.w350 {
    width: 350px;
}

.w400 {
    width: 400px;
}

.recent_browse {
	text-align: left;
	border: 5px solid #c5c5c5; 
	padding: 6px 0 0 6px; 
	width: 225px; 
	background: #fcfcfc;
	line-height: 1.0;
	white-space: nowrap;
	text-overflow: ellipsis; 
}

.recent_title {
	font-size:16px;
	margin:5px;
}
.recent_car {
	display:flex;
	flex-direction: column;
	margin:3px;
	padding:3px;
	line-height: 18px;
	position:relative;
	background-color: white;
}
.recent_car.gray {
	background-color: #fcfcfc;
}
.recent_carno {
	font-size: 90%;
}
.recent_carno::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-image: url("/image/button/right_triangle_blue.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.recent_date {
	font-size: 90%;
	color: #a0a0a0;
}
.recent_carnm {
	cursor:pointer;
	position:relative;
	left:10px;
	width:200px;
	white-space: 
	nowrap;overflow: hidden;
	text-overflow: ellipsis;
}
.recent_button_wrapper {
	justify-content: center;
	align-items: center;
	display:flex;
	margin:10px 0px;
}