/* CSS Document */
.relative {
    position: relative;
    //width: 100%;
}
.absolute {
    position: absolute;
    top: 85px;
    left: 55px;
}

#memoriarl table {
	margin-bottom: 15px;
}
#memoriarl table th {
	background-color: #DDDDDD;
	padding: 2px;
	text-align: center;
	white-space: nowrap;
}

#memoriarl table td {
	background-color: #EEEEEE;
	padding: 2px;
}

#memoriarl table td#pict {
	background-color: transparent;
	padding: 2px;
}

#memoriarl table td.info {
	//font-weight: bold;
	padding-left:1em;
	//text-align: center;
}
#memoriarl table td.song {
	text-align: center;
}
.listTable div.box {
	border: solid 2px #696969;
	border-radius: 3px;
	width: 60%;
	padding: 1em 1em;
}

#dispsp{
	display: none;
}

#marge-box {
	position: relative;
}
#only {
    width: 60px; 
    //height: 50px;
    //color: #ffffff;
    //background-color: #2779bd;
    //display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    
    position: absolute;
    top: -3px;
    left: -3px;
}
#noteimg img{
	width: 160px;
}
#bagimg img{
	width: 240px;
}
#mcheader{
	text-indent: -1em;
	font-size: medium;
	text-align: center;
}
#pagetable{
	display: table !important;
	width: initial !important;
}
.partb_a {
  display: inline-block;
  padding: .6em .5em .6em .5em;
  margin: 0 2px 1em;
  background: #fff;
  border: .1875em solid #333;
  border-radius: 32px;
  color: #333;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  text-align: center;
}
.partbb_a {
  display: inline-block;
  padding: .1em .3em .1em .3em;
  margin: 0 2px 1em;
  background: #fff;
  border: .1875em solid #333;
  border-radius: 32px;
  color: #333;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  text-align: center;
}
.partb_a::after .partbb_a::after {
  position: absolute;
  //content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  top: 50%;
  right: .4em;
  left: auto;
  bottom: auto;
  transform: translateY(-50%);
}
.partb_a:hover {
	background: #333;
	color: #fff;
}
.partb_b {
  display: inline-block;
  padding: .6em .5em .6em .5em;
  margin: 0 2px 1em;
  background: #333;
  color: #fff;
  border: .1875em solid #333;
  border-radius: 32px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  text-align: center;
}
.partbb_b {
  display: inline-block;
  padding: .1em .3em .1em .3em;
  margin: 0 2px 1em;
  background: #333;
  color: #fff;
  border: .1875em solid #333;
  border-radius: 32px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  text-align: center;
}
/*////////////////////////////////////////////////////////////
	FOR SMARTPHONE
////////////////////////////////////////////////////////////*/
@media screen and (max-width: 960px) {
	.absolute {
    	position: absolute;
    	top: 150px;
    	left: 40px;
    	width: 80% !important;
	}
	#memoriarl table{
		display: table;
		width: 100%;
	}
//	#memoriarl table td{
//		width: initial;
//	}
	#memoriarl table td.info{
		//padding-left:0em;
	}
	#disppc{
		display: none;
	}
	#dispsp{
		display: initial;
	}
	#only{
		width: 70px !important;
	}
	.listTable div.box {
		width: 30%;
	}
	#noteimg img{
		width: 40%;
	}
	#bagimg img{
		width: 300px;
	}
	#mcheader{
		text-indent: 0em;
	}
	.partb_a{
		width: 50px !important;
	}
	.partb_b{
		width: 50px !important;
	}
}
