.char {
padding: 10px;
display: block;
    width: 100%;
    border-bottom: 1px #ccc dashed;
    font-size: 30px;
    text-align: center;
    color: #000;
    clear: both;
    font-weight: bold;
}

.col {
    margin: 2px;
background-color: #fff;
white-space: nowrap;
    overflow: hidden;
    border: 1px solid #ccc;
    font-size: 120%;
    font-weight: 600;
    padding: 13px;
    display: inline-block;
    width: 31%;
}

.colact {
    text-align: center;
    margin: 2px;
    background-color: #fff;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #ccc;
    font-size: 100%;
    font-weight: 600;
    padding: 13px;
    display: inline-block;
    width: 31%;
}

.col a {
    color: #0000ff;
}

.chars {
    width: 100%;
    padding: 5px;
    /* text-align: center; */
    margin-bottom: 5px;
    display: table;
}

.chars a {
    font-weight: bold;
    font-size: 18px;
    background-color: #fff;
    padding: 10px;
    margin: 3px;
    border: 1px solid #dee2e6;
    /* text-align: center; */
    display: inline-table;
    width: 40px;
}

h2.char {
    border: 1px solid #999;
    background-color: #fff;
    align-content: center;
    width: 600px;
    display: block;
    color: #4bbccc;
    margin: 15px auto;
}

/*.result {
    width: 636px;
    margin-left: 75px;
}*/

/*a {
    text-decoration: none;
    font-family: "MS UI Gothic","ＭＳ Ｐゴシック";
}*/

/*a:hover {
    color: inherit;
}*/

/*.date {
    color: #FF1493;
    font-size: 13px;
    font-weight: bold;
    margin: 0 3px 0;
    display: inline-block;

}*/

.item {
    float: left;
    height: 210px;
    width: 100px;
    margin: 0 13px;
    display: inline-block;
    overflow: hidden;
}

.item .title {
    line-height: 11px;
    font-size: 10px;
    font-weight: bold;
    height: 33px;
    display: inline-block;
    text-overflow: ellipsis;
    margin-bottom: 30px;
    overflow: hidden;
    margin-top: 5px;

}

.view {
    width: 100%;
    /* padding: 15px 0; */
    font-size: 15px;
    text-align: center;
    /* height: 30px; */
    /* float: left; */
    /* clear: both; */
    margin: 10px auto;
}

.view a {
    transition: .4s;
    color: #fff;
    display: inline-block;
    padding: 15px 0;
    border: 1px solid #999;
    /* border-radius: 3px; */
    width: 50px;
    /* height: 30px; */
    /* line-height: 30px; */
    background-color: #4bbccc;
    /* color: #000; */
    font-size: 22px;
}

.view a:hover {
  background: #ff8ba7;
  color: #fff;
}

.view ul {
    padding: 0;
    display: inline-block;
    list-style: none;
    font-weight:bold;
}

.view ul li {
padding: 3px;
    display: inline-block;
}

.view ul li .dots {
    /* color: #FF1493; */
    display: inline-block;
    width: 20px;
    position: relative;
    bottom: -10px;
}

 .now a {
    border: 1px solid #666;
    background: #fff;
    color: #666 !important;
}

.view a.step{
    width: 80px;
}

select{
    /* width: 50%; */
background-color: #ffd7e1;
    font-size: 17px;
    padding: 3px;
}

.searchForm {
/* padding: 15px; */
    width: 670px;
    border: 1px solid #999;
    border-radius: 3px;
    margin: 15px auto;

}

.searchForm .row {
    width: 100%;
    /*height: 25px;*/
    /*margin-top: 10px;*/
}

/*.searchForm label{
    display: inline-block;
    font-size: 15px;
    color: #666;
}*/

.searchForm .query{
    display: inline-block;
    font-size: 19px;
    border: 1px solid #666;
    width: 250px;
    line-height: 15px;
}

.popUpButton,
.searchForm .deleteButton {
padding: 2px 7px;
    display: inline-block;
    font-size: 17px;
    border: 1px solid #999;
    background-color: #ffd7e1;
   /* border-radius: 3px;*/
    color: #000;
    height: 25px;
    line-height: 15px;
    text-align: center;
}

.searchForm .deleteButton {
    display: none;
}

.popUpButton {
    min-width: 115px;
    padding: 0 10px;
    line-height: 19px;
}

.searchForm .dottedBottom {
    border-bottom: 1px dashed #999;
}

.searchForm .cell {
    display: inline-block;
margin: 10px auto;
    /*float: left;*/
}

.searchForm .cell.enabled .popUpButton {
    display: none;
}

.searchForm .cell.enabled .deleteButton {
    display: inline-block;
}

.searchForm .grey {
    font-size: 15px;
    color: #ff8ba7;
    font-weight: bold;
}

.searchForm .ml3 {
    margin-left: 3%;
}

.searchForm .w5 {
    width: 5%;
}

.searchForm .w10 {
    width: 10%;
}

.searchForm .w15 {
    width: 15%;
}

.searchForm .w20 {
    width: 20%;
}

.searchForm .w40 {
    width: 40%;
}

.searchForm .w45 {
    width: 45%;
}

.searchForm .w85 {
    width: 85%;
}

.submit {
    padding: 7px;
    display: inline-block;
    font-size: 17px;
    border: 1px solid #999;
    background-color: #8bd3dd;
    /* border-radius: 3px; */
    /* height: 20px; */
    /* line-height: 20px; */
    text-align: center;
}

a#submitSearchForm {
    color: #000;
}

.row a{
    font-weight: bold;
    display: inline-block;
}

/* Modal pop-up styles */

.modal {
    display:none;
    z-index:10000;
    background-color:#fff;
    width:600px;
    text-align:center;
    border-radius: 5px;
}

.modal .modalBody {
    margin: 5px;
    float: left;
}

.modal header {
    width: 98%;
    margin-left: 1%;
    border-bottom: 1px solid #000;
    line-height: 30px;
    float: left;
    text-align: left;
    position: relative;
}

.modal header .header-1 {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
}

.modal header .header-2 {
    font-size: 15px;
    font-weight: bold;
}

.modal header .close {
    position: absolute;
    top: 0;
    right: 3px;
    font-size: 15px;
    font-weight: bold;
    display: block;
    width: 10px;
    color: #8B0000;
}

.modal footer {
    width: 98%;
    margin-left: 1%;
    border-top: 1px solid #000;
    float: left;
    /* line-height: 35px; */
    text-align: right;
    /* height: 30px; */
    padding: 10px;
}

.close, .alt {
    width:90%;
    margin:0 auto;
}

.page_count {
text-align: center;
    font-size: 17px;
    font-weight: bold;
    display: block;
    padding: 15px;
    margin: 5px;
}

.btn-flat-all {
    border: 1px solid #999;
    font-size: 16px;
    display: inline-block;
    font-weight: bold;
    padding: 7px;
    color: #fff;
    background: #4bbccc;
    transition: .4s;
    margin: 5px;
}

.btn-flat-all:hover {
  background: #ff8ba7;
  color: white;
}

.actname{
    margin: 5px;
    display: block;
}

.azl {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.azlimg img {
    width: 350px;
    height: auto;
    min-height: 236px;
}

.azltitle {
    display: none;
}

.azlimg {
    margin: 5px;
}





@media screen and (max-width: 480px) {

.searchForm {
    /* padding: 15px; */
    width: 100%;
    border: 1px solid #999;
    border-radius: 3px;
    margin: 0px;
}

.searchForm .w10 {
    width: auto;
}

.searchForm .ml3 {
    margin-left: auto;
}

.searchForm .w45 {
    width: 100%;
}

.searchForm .w40 {
    width: 100%;
}

.searchForm .cell {
    display: inline-block;
    margin: 3px auto;
    /* float: left; */
}
}