@charset "utf-8";
.search_base {
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: left;
}
.search_area {
    background-color: #6FBA2C;
    color: #FFFFFF;
    font-size: 12px;
    padding-left: 5px;
    text-align: left;
}
.search_button {
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}
.search_word_input {
    width: 80%;
}
.search_number_input {
    width: 60px;
}
.search_name_input {
    width: 55%;
}
.search_list_top {
    background-color: #6FBA2C;
    color: #FFFFFF;
    padding-top: 2px;
    text-align: left;
    font-family: "ＭＳ Ｐゴシック";
}
.search_list_top .menu_title {
    font-size: 12px;
}
.search_list_top .menu_item {
    background-color: #FFFFFF;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #666666;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #666666;
    font-size: 14px;
    font-weight: bold;
    padding: 2px;
}
.search_list_top a {
    color: #6FBA2C;
    text-decoration: none;
}
.search_list_bottom {
    background-color: #6FBA2C;
}
.search_list_center {
    background-color: #6FBA2C;
    color: #FFFFFF;
    text-align: left;
    font-family: "ＭＳ Ｐゴシック";
}
.search_list_center div {
    margin: 0px;
}
.search_list_center table {
    border-collapse: collapse;
    margin-top: 0px;
}
.search_list_center .menu_item {
    background-color: #FFFFFF;
    color: #6FBA2C;
    text-decoration: underline;
}
.search_list_center .message {
    color: #6FBA2C;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
}
#m_menu_init {
    background-color: #FFFFFF;
    color: #6FBA2C;
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 200px;
    padding-bottom: 10px;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
}
.search_list_center .m_menu_area_category {
    background-color: #FFFFFF;
    color: #6FBA2C;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}
.search_list_center .m_menu_area_category table {
    border-style: solid;
    border-width: 1px;
    border-color: #6FBA2C;
}
.search_list_center .m_menu_area_category td {
    border-style: solid;
    border-width: 1px;
    border-color: #6FBA2C;
    padding: 3px;
    width: 150px;
    text-decoration: underline;
}
.search_list_center .m_menu_area_order {
    background-color: #FFFFFF;
    color: #6FBA2C;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}
.search_list_center .m_menu_area_order table {
    border-style: solid;
    border-width: 1px;
    border-color: #6FBA2C;
}
.search_list_center .m_menu_area_order td {
    border-style: solid;
    border-width: 1px;
    border-color: #6FBA2C;
    padding: 3px;
    width: 30px;
    text-align: center;
    text-decoration: underline;
}
.m_menu_area_category a {
    color: #6FBA2C;
}
.m_menu_area_order a {
    color: #6FBA2C;
}
.search_list_center .word_list_area {
    background-color: #FFFFFF;
    padding: 10px;
    margin-top: 10px;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}
.word_list_area table {
    border-style: solid;
    border-width: 1px;
    border-color: #6FBA2C;
    width: 100%;
    line-height: 20px;
    font-size: 12px;
}
.word_list_area td {
    padding: 3px;
}
.word_list_area a {
    color: #0066CC;
    text-decoration: underline;
    margin-right: 10px;
}
.word_list_area a:visited {
    color: #0066CC;
}
.word_list_area a:hover {
    color: #0066CC;
}
.annotation {
    text-align: right;
    font-size: 8pt;
    font-family: ＭＳ Ｐゴシック;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* ランダム版 */
#kword_random, #kword_50on {
    width: 980px;
    margin: 0 auto 20px;
}
#kword_random .kword_head, #kword_50on .kword_head {
    position: relative;
    /* overflow:hidden; */
    padding: 34px 0 8px;
    margin-bottom: 20px;
    width: 100%;
}
#kword_random .kword_head .random_ttl, #kword_50on .kword_head .random_ttl {
    margin-bottom: 16px;
}
#kword_random .kword_head p {
    /* float: left; */
    font-size: 12px;
    margin-bottom: 0;
}
#kword_random .kword_head p span {
    color: #6fba2c;
}
#kword_random .kword_head .bt_refresh {
    width: auto;
    text-align: center;
    padding: 0;
    margin-top: 2px;
    cursor: pointer;
    position: absolute;
    display: block;
    right: 0;
    bottom: 5px;
    border-radius: 5px;
    overflow: hidden;
}
#kword_random .kword_head .bt_refresh input {
    padding: 6px 10px;
    background: #6eb92b;
}
#kword_random .kword_head .bt_refresh #btn_refresh {
    border-width: 0px;
    height: 20px;
    width: 20px;
    border-width: 0px;
    margin: 0;
    outline: none;
}
#kword_random .kword_head .bt_refresh:hover {
    background: #2c8600;
}
#kword_random .tbl_kword_r, #kword_50on .tbl_kword_r {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}
#kword_random .tbl_kword_r td, #kword_50on .tbl_kword_r td {
    font-size: 13px;
    text-align: center;
    border: 1px solid #6eb92b;
    line-height: 1.3;
    padding: 4px 8px;
    vertical-align: middle;
    height: 48px;
    cursor: pointer;
}
#kword_random .tbl_kword_r td:hover, #kword_50on .tbl_kword_r td:hover {
    color: #6eb92b;
}
#kword_random .tbl_kword_r tr:nth-child(2n-1) td:nth-child(2n-1), #kword_random .tbl_kword_r tr:nth-child(2n) td:nth-child(2n), #kword_50on .tbl_kword_r tr:nth-child(2n-1) td:nth-child(2n-1), #kword_50on .tbl_kword_r tr:nth-child(2n) td:nth-child(2n) {
    background: #f4faee;
}
#kword_50on .btn_50on {
    width: 100%;
    margin: 24px 0 16px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 200px;
    background: url(../images/kyouju_50on.png) no-repeat left top;
}
#kword_50on .btn_50on_gyo, #kword_50on .btn_50on_tan {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}
#kword_50on .btn_50on_gyo {
    margin-bottom: 8px;
    justify-content: space-between;
}
#kword_50on .btn_50on_gyo li {
    /* float:left; */
    list-style: none;
    width: calc(96% / 11);
}
#kword_50on .btn_50on_gyo li:fiest- #kword_50on .btn_50on_tan {
    justify-content: flex-start;
}
#kword_50on .btn_50on_tan li {
    width: calc(96% / 5);
    margin-right: 1%;
    box-sizing: border-box;
}
#kword_50on > div > div.btn_50on > ul.btn_50on_tan > li.line_a.on_o, #kword_50on > div > div.btn_50on > ul.btn_50on_tan > li.line_ka.on_ko, #kword_50on > div > div.btn_50on > ul.btn_50on_tan > li.line_sa.on_so, #kword_50on > div > div.btn_50on > ul.btn_50on_tan > li.line_ta.on_to, #kword_50on > div > div.btn_50on > ul.btn_50on_tan > li.line_na.on_no, #kword_50on > div > div.btn_50on > ul.btn_50on_tan > li.line_ha.on_ho, #kword_50on > div > div.btn_50on > ul.btn_50on_tan > li.line_ma.on_mo, #kword_50on > div > div.btn_50on > ul.btn_50on_tan > li.line_ra.on_ro {
    margin-right: 0;
}
#kword_50on .btn_50on_gyo li.eisu {}
#kword_50on .btn_50on_gyo li a, #kword_50on .btn_50on_tan li a {
    display: block;
    background: #fff;
    text-decoration: none;
    color: #6eb92b;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
#kword_50on .btn_50on_gyo li a {
    border: 2px solid #6eb92b;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 6px;
    box-sizing: border-box;
    background: #fff url(../images/icon_arrow_g.png) no-repeat;
    background-position: 8px center;
}
#kword_50on .btn_50on_gyo li a:hover {
    background-color: #eaf4dc;
}
#kword_50on .btn_50on_tan li a:hover {
    background: #eaf4dc;
}
#kword_50on .btn_50on_gyo li a.active {
    background: #6eb92b url(../images/icon_arrow_w.png) no-repeat;
    color: #fff;
    background-position: 8px center;
}
#kword_50on .btn_50on_gyo li a b {
    font-size: 17px;
}
#kword_50on .btn_50on_gyo li a b:after {
    content: "行";
    font-size: 13px;
    margin-left: 2px;
}
#kword_50on .btn_50on_gyo .eisu a b:after {
    content: "";
    margin: 0;
}
#kword_50on .btn_50on_tan {
    border-top: 1px dotted #ccc;
    padding-top: 8px;
}
#kword_50on .btn_50on_tan li a {
    border: 3px solid #6eb92b;
    font-size: 20px;
    height: 36px;
    line-height: 36px;
    width: 100%;
    background: #fff;
    font-weight: bold;
    box-sizing: border-box;
}
#kword_50on .btn_50on_tan li a.active {
    background: #6eb92b;
    color: #fff;
}