@charset "utf-8";


.show_table_btn{
    writing-mode: initial;
    transform: rotate(270deg);
    padding: 0px 3px 0px 3px;
    font-size: 90%;
    font-family: Meiryo;
    position: fixed;
    left: -10rem;
     top: 35vh;
    z-index:1;
    /*border:0;*/
    /*background:none;*/
}

.overlay{
    z-index:1002;
    display: none;
    width: 100%;
    height:100%;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0px;
    background: rgba(0,0,0,0.4);
    padding:5px 0 5px 10px;
}

.close_table{
    background: #eeeeee ;
    color: #717171;
    width: 70px;
    font-weight: bold;
    margin: 0 auto 0 0;
    text-align: center;
    font-size: 15px;
    padding:5px 0 5px 10px;
    border-radius: 3px;
    cursor: pointer;
}

#text{
    font-size: 40px;
    color: #eee;
    padding-top: 400px;
    vertical-align: middle;
    font-weight: bold;
}
	

.show_table_btn1
{ 
  padding: 1px 6px;
  font-family: Meiryo;
  
  
}


#suggestBox {
	display: none;
	position: absolute;
	background-color: #ffffff;
/*	border: solid 1px #9ca8c0; */
	border: solid 1px #708090;
	overflow : hidden;
}

#suggestBox ul#suggestList {
	list-style: none inside;
	padding: 0px;
	margin: 0px;
	text-align: left;
}


#suggestBox ul#suggestList li a {
	display: block;
	font-size: 0.8em;
	padding-left: 5px;
	text-decoration: none;
/*	color: #9ca8c0; */
	color: #708090;
}

#suggestBox ul#suggestList li a:hover {
	background-color: #d0dfff;
	color: #000000;
}

.isSelect {
	background-color: #d0dfff !important;
	color: #000000 !important;
}

/**/
