@charset "UTF-8";



/* ========BASIC======== */
*
{
    
	font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","MS P ゴシック", "メイリオ", "Meiryo", "Segoe UI", "Arial", sans-serif;

	color:#333;

}


body {
   
	background:#EFEFEF;
 
	letter-spacing:1px;
   
	line-height:1.6;

}


h1,h2,h3,h4,h5,h6 {
   
	margin:0;
   
	padding:0;
   
	font-weight:normal;
   
	font-size:100%;

}


p {
   
	margin:0 0 1em 0;
   
	padding:0;
   
	font-size:100%;

}


br {
   
	letter-spacing:normal;

}


img {
   
	border:0;

}


a {
   
	color:#f25000;
   
	text-decoration:none;

}


a:hover {
   
	color:#f27900;
   
	border-bottom:1px solid #f27900;

}

dl,ol,ul {
   
	margin:0 0 1em 0;
   
	padding:0;
   
	font-size:88%;

}


li {
   
	margin:0 0 0 40px;
   
	padding:0;

}



hr {
	border-width: 1px 0px 0px 0px; 
	border-style: solid;
	border-color: #cccccc;
	height: 1px; 
}

/* ========TEMPLATE WIREFRAME======== */

div#wrap {
   
	width:90%;
   
	margin:20px auto;
   
	padding:10px;
   
	background:#fff;

}


div#header {
   
	width:90%;
   
	position:relative;
   
	background:#a9a9a9;

}




div#header h1 a {
   
	color:#fff;

}


div#header h1 a:hover {
   
	color:#ddd;
   
	border-bottom:none;

}

div#navi {
   
	position:absolute;
   
	top:20px;
   
	right:0;

}


div#icatch {
   
	margin:20 20 20px 20;

}


div#menu {
   
	float:left;
  
	 width:90%;
   
	margin:0 0 20px 0;
   
	background:#f27900;

}



div#menu:hover {
   
	background:#f27900;

}


div#contents {
   
	width:90%;
   
	clear:both;
  
	float:left;

}


div#main {
   
	float:left;
   
	width:70%;

}



div#sub {
   
	float:right;
   
	width:20%;
   
	padding:5px;
   
	background:#EBE9EB;

}

div#totop {
   
	clear:both;

}


div#footer {
   
	width:80%;
   
	clear:both;
   
	padding:10px 0;

}



/* ========HEADER CUSTOMIZE======== */

div#header h1{
   
	padding:20px 10px 0 20px;
   
	font-weight:bold;
   
	font-size:175%;
   
	color:#fff;

}


div#header p{
   
	margin:0;
   
	padding:0 10px 10px 20px;
   
	color:#e5171f;

}


.original-text-shadow {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #16344d;
  font-size: 50px;
  text-shadow: 2px 3px 3px rgba(145, 161, 174, 1);
  font-weight: bold;
}

/* ========MENU CUSTOMIZE======== */

div#menu ul {
   
	list-style:none;
   
	margin:0;
   
	padding:0;
   
	font-size:100%;

}

div#menu li {
   
	float:left;
   
	margin:0;
   
	padding:0;

}

div#menu li a {
   
	display:block;
   
	padding:8px 20px;
   
	color:#fff;

}


div#menu li a:hover {
   
	color:#fff;
   
	background:#f25000;
   
	border:none;

}


div#menu .current {
   
	background-color:#f25000;
   
	color:#fff;

}




/* ========MAIN CUSTOMIZE======== */

div#main h2 {
   
	color:#000066;
	font-weight:bold;
   
	font-size:120%;
   
	border-left:10px solid #999999;
	margin:5px 0;
   
	padding:2px 0px 2px 10px;
   
	line-height:1.0;

}


div#main h3 {
   
	font-weight:bold;
   
	font-size:94%;

}


div#main h4 {
   
	font-weight:bold;
   
	font-size:94%;

	color:#f25000;


}


div#main h5 {
   
	color:#000066;
	font-weight:bold;
   
	font-size:120%;

}


div#main dl {
   
	margin:0;
   
	padding:0;
}


div#main dt {
   
	text-decoration:underline;

}


div#main dd {
   
	margin:0 0 1em 1em;

}




/* ========MAIN CUSTOMIZE======== */

div#custm a {
   
	color:#000066;
	text-decoration:none;

}


div#custm a:hover {
   
	color:#000066;
	border-bottom:0px;




	text-decoration:none;

}

div#custm ul {
	display:inline;
}

div#custm li {
	display:inline;
}
div#parts {
	color:#DA0B00;
}

/* ========TABLE CUSTOMIZE======== */


table.table010 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width:80%;
  border-collapse: separate;
  border: solid 1px #999;
  font-size: 100%;
}

table.table010 caption {
  margin-top: 1em;
  text-align: left;
}

table.table010 th,
table.table010 td {
  border: solid 1px #999;
  padding: 4px 6px;
}

table.table010 th {
  background: #E6E6E6;
  text-align: center;
  white-space: nowrap;
  color: #666;
}

table.table010 td.course {
  text-align: center;
  font-size: 100%;
  font-weight: bolder;
  width: 80px;
}

table.table010 td.fee {
  text-align: right;
  white-space: nowrap;
  width: 80px;
}

table.table011 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 80%;
  border-collapse: separate;
  border: solid 1px #999;
  font-size: 100%;
  text-align: left;
}

table.table011 caption {
  margin-top: 1em;
  text-align: left;
}

table.table011 th,
table.table011 td {
  border: solid 1px #999;
  padding: 4px 6px;
      text-align: left;
}

table.table011 th {
  background: #E6E6E6;
  text-align: left;
  white-space: nowrap;
  color: #666;
}

table.table011 td.course {
  text-align: left;
  font-size: 100%;
  font-weight: bolder;
  width: 80px;
}

table.table011 td.fee {
  text-align: left;
  white-space: nowrap;
  width: 80px;
}

table.table012 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 700px;
  border-collapse: separate;
  border: solid 1px #999;
  font-size: 100%;
}

table.table012 th,
table.table012 td {
  border: solid 1px #999;
  padding: 4px 6px;
}

table.table012 td.course {
  text-align: center;
  font-size: 100%;
  font-weight: bolder;
}



table {
    width: 100%;
    border-collapse: separate;
    margin-bottom: 20px;
}

th, td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}

th {
    background-color: #f4f4f4;
}

td {
    background-color: #fafafa;
}

/* ========SUB CUSTOMIZE======== */

div#sub h2 {
   
	font-weight:bold;
   
	font-size:120%;

	background:#808080;
   
	color:#fff;
   
	padding:2px 5px 0px 5px

}


div#sub ul{
   
	margin:5px 0 0 0;
   
	padding:0;
   
	list-style:none;

}


div#sub li{
   
	margin:0 0 0 5px;
   
	padding-left:10px;
   
	border-bottom:1px solid #fff;
  
	line-height:2;
   
	background:url(images/bg_list.gif) 0 50% no-repeat;

}


div#sub a {
   
	color:#f25000;
   
	text-decoration:none;

}


div#sub a:hover {
   
	color:#f27900;
   
	border-bottom:0px;




}



div#totop {
   
	padding:10px 0;
   
	text-align:right;
   
	font-size:100%;

}


div#totop a{
   
	padding:0 0 0 12px;
   
	background:url(images/bg_totop.gif) 0 60% no-repeat;

}



div#footMenu {
   
	position: relative;
   
	overflow: hidden;
   
	padding:20px 0 0 0;
   
	border-top:1px solid #CECFCE;

}


div#footMenu ul{
   
	position:relative;
   
	left:50%;
   
	float:left;
   
	list-style:none;
   
	font-size:0.77em;
   
	margin:0;
   
	padding:0;

}


div#footMenu li{
   
	position:relative;
   
	left:-50%;
   
	float:left;
   
	margin:0 30px 0 0;
   
	padding:0;

}




/* ========FOOTER CUSTOMIZE======== */

div#footer{
   	border-top:1px solid #CECFCE;
    
	text-align:center;
   
	font-size:63%;
   
	padding:20px 0;

}


   a.widelink { display: block; }



/* ========FOR STOCK GOOGLE SPREDSHEET CUSTOMIZE========= */


#stock-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  font-family: "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", "Segoe UI", "Arial", sans-serif;
}

.page-title {
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 10px;
  color: #333;
}

#update-info {
  text-align: right;
  font-size: 0.9em;
  color: #555;
}

.legend {
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.month-title {
  text-align: center;
  background: #f2f2f2;
  padding: 6px;
  margin-top: 30px;
  font-size: 1.2em;
}

.scrollable {
  overflow-x: auto;
}

.stock-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.stock-table th, .stock-table td {
  border: 1px solid #ccc;
  text-align: center;
  padding: 6px;
}

.stock-table th {
  background: #e8e8e8;
  font-weight: bold;
}

.ok   { background: #28a745; color:#fff; font-weight:bold; } /* ◎ */
.few  { background: #ffc107; color:#000; font-weight:bold; } /* △ */
.none { background: #dc3545; color:#fff; font-weight:bold; } /* × */









#stock-page {
  max-width: 950px;
  margin: 0 auto;
  padding: 20px;
  font-family: "メイリオ", "Meiryo", "Segoe UI", "Arial", sans-serif;
}

.page-title {
  text-align: center;
  font-size: 1.8em;
  color: #333;
  margin-bottom: 10px;
}

#update-info {
  text-align: right;
  font-size: 0.9em;
  color: #555;
}

.legend {
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.stock-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
  background: #fff;
}

.stock-table th, .stock-table td {
  border: 1px solid #ccc;
  text-align: center;
  padding: 8px;
}

.stock-table th {
  background: #fafafa;
  font-weight: bold;
  color: #333;
}

.stock-table thead th {
  background: #f9f9f9;
}

.stock-table thead th[colspan] {
  background: #f0f0f0;
  font-size: 1em;
  color: #444;
}

.ok {
  color: #28a745;
  font-size: 1.4em;
  font-weight: bold;
}

.few {
  color: #ff9900;
  font-size: 1.4em;
  font-weight: bold;
}

.none {
  color: #cc0000;
  font-size: 1.4em;
  font-weight: bold;
}





/* 固定ヘッダーを安定化 */
.scrollable {
  overflow-x: auto;
  position: relative;
}
.stock-table thead th {
  position: sticky;
  top: 0;
  background: #fafafa;
  z-index: 5;
  box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}

/* スクロール時に横方向も崩れないよう固定幅 */
.stock-table th, .stock-table td {
  min-width: 120px;
}
.stock-table th:first-child,
.stock-table td:first-child {
  position: sticky;
  left: 0;
  background: #f8f8f8;
  z-index: 10;
}



