/*----------------------------------五十音部---------------------------------*/
.list45on {
    margin: auto;

    /*for DEBUG*/
    /*border: solid;
    border-color: green;*/
}

th {
    padding-left: 10px;
    padding-right: 10px;

}

.list45on_th {
    width: 50px;
    height: 25px;
    display: inline-block;
    text-decoration: none;
    background-color: rgba(221,221,221,0.5); 
    border-radius: 3px;
    font-weight: normal;
    padding-top: 7px;
}

td {
    padding: 5px;
    text-align: center;
    /*for DEBUG*/
    /*border: solid;
    border-color: olive;*/
}

/*ボタンデザイン*/
.btn-45on {
    width: 25px;
    height: 25px;
    font-size: 16px;
    display: inline-block;

    text-decoration: none;
    color: #111;
    border: solid 2px #666;
    border-radius: 3px;
    transition: .4s;

    text-align: center;
    vertical-align: top;
    padding-top: 5px;
    
    /*background-color: rgba(221,221,221,0.5); */
    
    /*スマホでリンクタップ時のハイライト色を無効にする*/
    /*-webkit-tap-highlight-color: rgba(0,0,0,0);*/
}
.btn-45on:hover {
    /*background: rgba(169,156,140,0.9);*/
    background: rgba(255,255,255,0.5);
    /*color: white;*/
}

/*あかさたな用*/
.btn-10on {
    width: 90px;
    height: 25px;
    font-size: 16px;
    display: inline-block;

    text-decoration: none;
    color: #111;
    border: solid 2px #666;
    border-radius: 3px;
    transition: .4s;

    text-align: center;
    vertical-align: top;
    padding-top: 5px;
}
.btn-10on:hover {
    background: rgba(255,255,255,0.5);
}

/*その他ジャンル選択用*/
.btn-etc {
    width: 125px;
    height: 25px;
    font-size: 16px;
    display: inline-block;

    text-decoration: none;
    color: #111;
    border: solid 2px #666;
    border-radius: 3px;
    transition: .4s;

    text-align: center;
    vertical-align: top;
    padding-top: 5px;
}
.btn-etclng:hover {
    background: rgba(255,255,255,0.5);
}
.btn-etclng {
    width: 200px;
    height: 25px;
    font-size: 16px;
    display: inline-block;

    text-decoration: none;
    color: #111;
    border: solid 2px #666;
    border-radius: 3px;
    transition: .4s;

    text-align: center;
    vertical-align: top;
    padding-top: 5px;
}
.btn-etc:hover {
    background: rgba(255,255,255,0.5);
}


.list_exp {
    width : 100%;
    padding-top:10px;
    padding-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    text-align: center;
    display: block;
}

/*----------------------------------メイン部---------------------------------*/
.title_list {
	text-align: center;
    /*上下左右の中央に表示*/
	height: auto;
	margin: auto;
	font-size: 25px;
	display: table;
	vertical-align: middle;
	padding-top: 20px;
	padding-bottom: 20px;
    
	/*for DEBUG
    border: solid;
	border-color: green;
	width: 450px;*/
}

.list {
    max-width: 80%;
    margin: auto;
    padding-bottom: 30px;
}

.list a {
    display: block;
    padding: 5px;
    text-decoration: none;
    color: #000;
}

/*リストのヘッド(exあ,い,う,え,お)*/
label {
    width: 100%;
    display: block;
    margin: 0;
    padding-top : 5px;
    padding-bottom: 5px;
    line-height: 1;
    color :#fff;
    background : rgba(0, 0, 0, 0.5);
    text-align:center;
    border-bottom: 1px solid #A99C8C;
}

input {
    display: none;
}

.list ul {
  	width: 100%;
    margin: 0px 0;
    padding: 0;
    background: rgba(255,255,255,0.8);
    list-style: none;
    text-align:left;
}

.list li {
    /*font-size: 14px;*/
    display: box;
    box-align: center; 
    border-bottom:1px solid #A99C8C;
}

.list li a:hover:not(.active) {
    /*カーソルオン時はベージュ背景*/
	background-color: #A99C8C;
}

/*---------------------------------メニュー部---------------------------------*/
/*none*/

