/* Menu */

/* SearchResult */
.SearchResultTop {
    display: flex;
	height: auto;
}

.SearchResult {
	display: flex;
	height: auto;
	max-width: 100%;
	width: auto;
	margin: 0px 0px 0px 2%;
	padding: 0px 10px 0px 0px;
}

.SearchCount {
	height: auto;
	max-width: 100%;
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px;
}

.SearchCount-p {
    font-size: 14px;
    width: auto;
	margin: 0px 0px;
	padding: 0px 5px;
    color: #460000;
}

p.SearchResult-Title {
	margin: 0px 10px;
	height: auto;
}

.SearchResult h1 {
	font-size: 16px;
	display: table;
	background:#dddddd	;  
	color: #460000;
	border-top:solid 5px #460000;
	border-bottom:solid 5px #460000;
	position: relative;
	width: auto;
	top: 0px;
	text-align: left;
	margin: 0px 0px;
}	

.Search-Result-Container {
	display: flex;
    flex-direction: row;
    flex-wrap : wrap;
    height: auto;
	max-width: 100%;
	width: auto;
}

.SearchCondition {
    display: flex;
    height: auto;
	max-width: 100%;
	width: auto;
	margin: 5px 0px 5px 2%;
    }

.SearchCondition-p {
    font-size: 14px;
    width: auto;
	background:#dddddd	;  
    border: 2px solid #460000;
	border-radius: 10px;
	margin: 0px 0px;
	padding: 0px 5px;
    color: #460000;
}

.category {
    font-size: 14px;
    width: auto;
    padding: 2px 5px;
    color: #460000;
}
/* SearchResult */

/* ResultTable */
.ResultTable {
	display: flex;
	position: relative;
	max-width:98%;
	margin: 5px auto;
	padding: 0px 0px 0px;
	justify-content: left;
	overflow-x: scroll;
	/*overflow: auto;*/
	/*white-space: nowrap;*/
}

.ResultTable table {
  width: auto;
  border-spacing: 0;
  font-size:14px;
  table-layout: fixed;
  display: block;
  /*overflow-x: scroll;*/
  /*white-space: nowrap;*/
  -webkit-overflow-scrolling: touch;
}
.ResultTable table th {
  color: #fff;
  padding: 4px 4px;
  background: #2c1a1a;
  font-weight: bold;
  border-left:1px solid white;
  border-top:1px solid #2c1a1a;
  border-bottom:1px solid #2c1a1a;
  line-height: 120%;
  text-align: center;   
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}

.ResultTable table th:first-child {
  border-radius: 5px 0 0 0;	
	border-left:1px solid black;
}
.ResultTable table th:last-child {
  border-radius:0 5px 0 0;
	border-right:1px solid black;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}

.ResultTable table tr td {
  padding: 2px 2px;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  text-align: center;
	color: #460000;
}
.ResultTable table tr td:last-child {
  border-right: 1px solid black;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
.ResultTable table td {
  background: #ededed;
}
.ResultTable table td:first-child {
  background: #b9b9b9;
}
/*.ResultTable table tr:nth-child(odd) td {*/
/*  background: #ededed;*/
/*}*/
/*.ResultTable table tr:nth-child(odd) td:first-child {*/
/*  background: #b9b9b9;*/
/*}*/
.ResultTable table tr:last-child td {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
.ResultTable table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
.ResultTable table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

.th-Detail {
	width: 40px;
}

.th-Title {
  max-width: 120px;
  min-width: 120px;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;	
  background-clip: padding-box;
}

.table-fix {
  max-width: 120px;
  min-width: 120px;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
}

.table-flex {
  white-space: nowrap;
}

.tb-Artist {
  max-width: 80px;
  min-width: 80px;
}

.tb-Feature {
  max-width: 100px;
  min-width: 100px;
}

.tb-Beat {
  max-width: 120px;
  min-width: 120px;
}

.tb-BPM {
  max-width: 50px;
  min-width: 50px;
}

.tb-Release {
  max-width: 50px;
  min-width: 50px;
}

.tb-Tag {
  max-width: 350px;
  min-width: 350px;
}

.th-Youtube {
  max-width: 30px;
  min-width: 30px;
	font-size: 12px;
}

.th-Spotify {
  max-width: 30px;
  min-width: 30px;
	font-size: 12px;
}

.th-Apple {
  max-width: 30px;
  min-width: 30px;
	font-size: 10px;
}

.th-Amazon {
	max-width: 30px;
  min-width: 30px;
	font-size: 10px;
}

.submit1 {
  display: block;
	min-height: 30px;
  margin: 2px;
	padding: 2px, 5px 2px, 5px;
	max-width: 98%;
	min-width: 98%;
	font-size: 14px;
	color: #460000;
  box-shadow: 0 0 20px white(0, 0, 0, .2);
  cursor: pointer;
  user-select: none;
  transition: background-color .2s, box-shadow .2s;
	text-align: center;
  background: #f1f1f1	;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 0 gray;
  box-shadow: 0px 3px 0 gray;
	word-wrap:break-word;
  overflow-wrap : break-word;
}

.submit1:hover, input[type="submit"]:focus + .submit {
  box-shadow: 0 0 20px rgba(32, 33, 32, 0.1);
	background-color: #e7caca;
}

.submit2 {
  display: block;
	min-height: 30px;
  margin: 2px;
	padding: 2px, 5px 2px, 5px;
	max-width: 98%;
	min-width: 98%;
	font-size: 14px;
	color: #460000;
  box-shadow: 0 0 20px white(0, 0, 0, .2);
  cursor: pointer;
  user-select: none;
  transition: background-color .2s, box-shadow .2s;
	text-align: center;
  background: #f1f1f1	;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 0 gray;
  box-shadow: 0px 3px 0 gray;
	word-wrap:break-word;
  overflow-wrap : break-word;
}

.submit2:hover, input[type="submit"]:focus + .submit {
  box-shadow: 0 0 20px rgba(32, 33, 32, 0.1);
	background-color: #e7caca;
}
/* ResultTable */

/* Go to top page */
.Top-btn {
	position: relative;
	display: flex;
	width: 100%;
	justify-content: space-around;
	margin: 20px auto;
}

.btn-radius-solid {
  display: block;
	width: auto;
	height: auto;
	font-size: 20px;
	background: #460000 ;
	padding: 5px 20px;
	border-radius: 20px;
	font-size: 18px;
	color: white;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  transition: background-color .2s, box-shadow .2s;
	text-align: center;
	margin: 0px 10px;
}

.btn-radius-solid:hover {
    background: #814545 ;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

/* Go to top page */