﻿/*_______________________________________________________________________________________________________________
 * |                                                                                                             |
 * |  ████████╗  ██████╗   ██████╗  ██╗      ███╗   ██╗ ███████╗ ███████╗ ████████╗        ███╗   ███╗ ██████╗   |
 * |  ╚══██╔══╝ ██╔═══██╗ ██╔═══██╗ ██║      ████╗  ██║ ██╔════╝ ██╔════╝ ╚══██╔══╝        ████╗ ████║ ██╔══██╗  |
 * |     ██║    ██║   ██║ ██║   ██║ ██║      ██╔██╗ ██║ █████╗   ███████╗    ██║    █████╗ ██╔████╔██║ ██████╔╝  |
 * |     ██║    ██║   ██║ ██║   ██║ ██║      ██║╚██╗██║ ██╔══╝   ╚════██║    ██║    ╚════╝ ██║╚██╔╝██║ ██╔═══╝   |
 * |     ██║    ╚██████╔╝ ╚██████╔╝ ███████╗ ██║ ╚████║ ███████╗ ███████║    ██║           ██║ ╚═╝ ██║ ██║       |
 * |     ╚═╝     ╚═════╝   ╚═════╝  ╚══════╝ ╚═╝  ╚═══╝ ╚══════╝ ╚══════╝    ╚═╝           ╚═╝     ╚═╝ ╚═╝       |
 * |                                                                                                             |
 * |    ███╗   ███╗  █████╗  ███╗   ███╗ ███████╗ ██████╗  ██╗ ███╗   ██╗      ██████╗  ██████╗  ███╗   ███╗     |
 * |    ████╗ ████║ ██╔══██╗ ████╗ ████║ ██╔════╝ ██╔══██╗ ██║ ████╗  ██║     ██╔════╝ ██╔═══██╗ ████╗ ████║     |
 * |    ██╔████╔██║ ███████║ ██╔████╔██║ █████╗   ██████╔╝ ██║ ██╔██╗ ██║     ██║      ██║   ██║ ██╔████╔██║     |
 * |    ██║╚██╔╝██║ ██╔══██║ ██║╚██╔╝██║ ██╔══╝   ██╔═══╝  ██║ ██║╚██╗██║     ██║      ██║   ██║ ██║╚██╔╝██║     |
 * |    ██║ ╚═╝ ██║ ██║  ██║ ██║ ╚═╝ ██║ ███████╗ ██║      ██║ ██║ ╚████║ ██╗ ╚██████╗ ╚██████╔╝ ██║ ╚═╝ ██║     |
 * |    ╚═╝     ╚═╝ ╚═╝  ╚═╝ ╚═╝     ╚═╝ ╚══════╝ ╚═╝      ╚═╝ ╚═╝  ╚═══╝ ╚═╝  ╚═════╝  ╚═════╝  ╚═╝     ╚═╝     |
 * |                                                                                                             |
 * |                                                                                                             |
 * |                                 (C) 2021- mamepin.com - ALL RIGHTS RESERVED                                 |
 * |                                         Unauthorized use prohibited                                         |
 * |_____________________________________________________________________________________________________________|
 */

#main-content {
  max-width: 1080px;
}

.dq7lpt_machi_select {
  width: 10em;
}

/* 2022.01.14 ligthning�̃e�[�}�͍��E��15px�̃p�f�B���O����邽�ߖ����� */
.site-body {
    padding: 2rem 0px 2rem !important;
}

#dq7lpt_panel_table {

	/* ���X�}�z�������ɂ��� */
	font-size: 80% !important;
	/*margin-left:-3em !important;*/
	/*margin-right:-4em !important;*/
	margin: 0 auto; /* 2025.12.26 ������ */


}

table#dq7lpt_panel_table td {
  /* ���X�}�z�̂Ƃ������ɂ����� */
  padding: .5rem 0.1rem !important;
  border: 1px #666666 solid !important;
}

.dq7lpt_item_type_select{
  padding: .1em 0em !important;
}

.dq7lpt_item_name_box_input {
  padding: 0.1em 0em !important;
  color: #808080;
}

.list_hide {
  display: none;
}





/* 2022.01.09 table�^�O�̉��X�N���[���Ή� */
.scroll-table {
  margin-top:3em;
  margin-bottom:2em;
  overflow: auto;
  white-space: nowrap;
}

/* 2022.01.09 �e�[�u����css */
table#fn_ss_table th {
  background-color: #cbeec9;
  position:sticky;
  left:0;
}



#fn_ss_select_table {
  width: auto !important;
}


#fn_ss_select_table tr td {
  border: none !important;
}

#fn_ss_output_table {
  width: auto !important;
}

#fn_ss_output {
  display: none;
}

table#fn_ss_output_table th {
  background-color: #cbeec9;
  /*position:sticky;*/
  /*left:0;*/
}

/* 2025.12.26 �e�[�}�FLightning����ڐA */
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
  font-size: 1rem;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 5px;
  padding: .8em 1em;
  margin: 0 0 .5rem;
  width: 100%;
  color: #333333;
  background-color: #fff;
}

/* 2025.12.26 ���Z�b�g�{�^���̃f�U�C���𒲐� */
#page_reload {
  padding: 10px 15px 10px !important;
  border-radius: 0px;
  border: 1px solid #000 !important; /* ���̑�����1px�ɐݒ� */
  border-radius: 8px !important; /* �p�������ۂ߂� */


}
