﻿#paletteHeader h1{
    line-height: 40px;
    font-size: 22px;
}

#hiragana ul li a:hover{
    background: #0052c4;
}

#closeBtn{
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    top: 5px;
    right: 5px;
    background: url(../images/ico_close_60.png) no-repeat right top !important;
    background-size: 30px !important;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    outline: none;
}

#delInput {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    right: 27%;
    background: url(../images/ico_close_60.png) no-repeat right !important;
    background-size: 20px !important;
    width: 50px;
    height: 30px;
    text-indent: -9999px;
    outline: none;
}

#paletteHeader div{
    padding: 5px 10px 0;
}

#inputTexArea {
    padding: 0px 0px 5px;
}

.paletteCnt {
    padding: 5px 10px 5px;
}

#hiragana ul {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

#hiragana ul li a {
    font-size: 15px;
    line-height: 30px;
}

ul.tabBtn li a {
    line-height: 30px;
}

#inputTexArea input {
    width: 100% !important;
    font-size: 20px;
    line-height: 30px;
}

#inputTexArea ul li:first-child{
    width: 75%;
    padding: 0;
}

#inputTexArea ul li:first-child input{
    padding: 0;
    margin: 0;
    clear: both;
}

#inputTexArea ul li:last-child{
    width: 25%;
    padding: 0;
}