@charset "UTF-8";
/*-------------------------------------------*/
/* パッケージ単位の色設定
/*-------------------------------------------*/
#headerTop {
  background-color: #719B3D;
  border-top-color: #144f0f;
}

#footMenu {
  background-color: #144f0f;
  border-top-color: #2f8e55;
}
#footer {
  /* background-color:#000000; */
  background-color: #719B3D;
  border-top:1pxsolid#151515;
  /* color:#808080; */
  color:#144f0f;
}
#siteBottom {
  background-color: #144f0f;
  border-top-color: #2f8e55;
  color: #a0a0a0;
}
#contents p.headline {
  background: #c7633e;
  color:#fff;
  border: 1px solid #954a2e;
  box-shadow:#ffffff 0 1px inset;/* CSS3 */
  -webkit-box-shadow:rgba(255,255,255,0.30)  0 1px inset;
}
header#mtcmgrheader {
  background:#04452b;
  opacity: 0.8;
}
header#mtcmgrheader h1 {background:none;}
.titleline {
  border-bottom-color: #04452b;
}
body {
  background: #f8f8f8;
}
table
{
  border:solid 1px #04452b;
}
th {
  background-color: #a8d5af;
  color: #04452b;
  border: solid 1px #5d9579;
}
td {border: solid 1px #cccccc;}
.select_area td:first-child
,.input_area td:first-child
{
  background-color: #C9E9CF;
}
#contents #form_canvas_entry table .headline{
  background: #5d9579;
}
.drawr {
  background: #57835c;
}
#d-menu li.headitem {
  background: #a8d5af;
  color: #04452b;
}
/*
#407145
#04a116
#038b13

#252c88
#065be2
#0548b3
*/
/* input[type="button"] , */
input[type="button"].pagebutton
, input[type="submit"].pagebutton 
{
  background: #407145;
  background: linear-gradient(#549b6b,#3d8555,#256d3d );
  color:#fff;
}

/* input[type="button"]:hover,  */
input[type="button"].pagebutton:hover 
, input[type="submit"].pagebutton:hover 
{
  background: linear-gradient(#3d8555,#549b6b, #256d3d );
  opacity: 0.8;
}
input[type="button"][disabled].pagebutton
, input[type="submit"][disabled].pagebutton 
{
  background: #888888;
  color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
}

.btn_area .btn {
	background:#fff;
	background: -moz-linear-gradient(top,#FFF 0%,#EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	background: linear-gradient(to bottom, #fdf9ed,#fbf3dc);
	box-shadow: 0 2px 1px -1px #6b5824;
	border:1px solid #ccc;
}
.btn_area .btn:not(.disabled):hover
{
  /* background: #C9E9CF; */
  background: #efc551;
  color: #252933;
}
.tbl_TMMlist tr:hover {
  /* background: #efc551; */
  background: #faf0e6; /* rei.y 2022.7.11 修正 */
}

nav.fixed {
  background: rgb(04,69,43, 0.5);
}
.remodal {
  /* background:#dfdfdf; */
  background:#e8eeec;
}
.input_area_player td:first-child {
    background: #C9E9CF;
    color: #000;
}
