/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 30 2022 | 02:16:04 */
/* ここにCSSコードを追加

例:
.example {
    color: red;
}

CSS の知識に磨きをかけるためにご覧ください。
http://www.w3schools.com/css/css_syntax.asp

コメント終わり */ 


.bg-img:before{
  content: "";
  background: rgb(230,184,0);
background: linear-gradient(90deg, rgba(230,184,0,1) 0%, rgba(255,255,255,0) 20%);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
}


.bg-img{
position:relative;
z-index: 1;
}


.bg-img2:before{
  content: "";
background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,0) 80%, rgba(230,184,0,1) 100%);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
}


.bg-img2{
position:relative;
z-index: 1;
}

table.com th{
	white-space:nowrap;
		padding:1rem;
}
table.com td{
	
	padding:1rem;
}

table.com tr{
	border-top:2px solid #fff;
}
table.com {
  border-top:2px solid #fff;
	
	
}