A:link { color: #0000FF;text-decoration: none; }
A:visited { color: #0000FF;text-decoration: none; }
A:active { color: #FF69B4;text-decoration: underline; }
A:hover { color: #FF69B4;text-decoration: underline; }
BODY { font-size:12pt; background-image: url(/puny/menu/bg.gif);background-repeat:repeat-y;}
TD,TH{ font-size:12pt; line-height: 1.7;}


.tblmain {
    margin-left:75px;
}

.tblmain2 {
    border: 0;
    width: 630px;
    background-color: #ff8ba7;
    border-spacing: 0;
    border-collapse: collapse;
}

.tbl01{margin-left:75px; border-style: solid; border-width:1px 1px 1px 1px; border-color:#ff8ba7;}
.td01{color:#ffffff ;background-color:#ff8ba7; border-style: double; border-color:#ffffff; border-width:1px; text-align:center;}
.tblmain td > table {
    border-spacing: 0;
    border-collapse: collapse;
    border: none;
}
.tblmain td {
    padding: 0;
}
.tblmain tr {
    padding: 0;
    border: 1px solid #ff8ba7;
}
.tblmain2 > tbody > tr > td {
    font-size:12px;
    padding: 0;
    border-spacing: 0;
    border: 1px solid #ff8ba7;
}

.tblmain .topCell {
    background-color: #FFC0CB;
    border-bottom: 1px solid #ff8ba7;

}

.tblmain .middleCell {
    border-bottom: 1px solid #ff8ba7;
    text-align: center;
    background-color: #FFFFF0;
}

.tblmain .bottomCell {
    width: 126px;
    text-align: center;
    background-color: #FFFFF0;
}

.mailform select.error,
.mailform input.error,
.mailform textarea.error {
    padding: 3px;
    color: #FF0000;
    border: #FF0000 solid 1px;
    background: #FFE0E0;
}

.act .result {
    width:620px;
    margin: 40px 0 90px 85px;
}

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

.act .result .col {
    width: 33%;
    float: left;
}

.act .chars {
    width: 620px;
    margin-left: 85px;
}

.act .chars a {
    display: inline-block;
    font-size: 25px;
}

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

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

.searchPage a:hover {
    color: inherit;
}

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

}

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

.searchPage .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;

}

.fade {
    position: relative;
    height: 3.6em; /* exactly three lines */
}
.fade:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 1.2em;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}

.searchPage .view {
    width: 100%;
    padding: 15px 0;
    font-size: 15px;
    text-align: center;
    height: 30px;
    float: left;
    clear: both;
    margin: 10px auto;
    display: inline-block;
}
.searchPage .view a {
    display: inline-block;
    padding: 5px;
    color: #ff8ba7;
    font-weight:bold;
    border: 1px solid #ff8ba7;
    border-radius:3px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #FFC0CB;
}

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

.searchPage .view ul li {
    display: inline-block;
}

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

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

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

.searchPage .searchForm {
    width: 630px;
    border: 1px solid #ff8ba7;
    border-radius: 3px;
    margin: 20px auto;

}

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

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

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

.searchPage .submit,
.searchPage .popUpButton,
.searchForm .deleteButton {
    display: inline-block;
    font-size: 13px;
    border: 1px solid #ff8ba7;
    background-color: #FFC0CB;
    border-radius: 3px;
    color: #ff8ba7;
    height: 20px;
    line-height: 15px;
    text-align: center;
}

.searchForm .deleteButton {
    display: none;
}


.searchPage .submit {
    width: 49px;
    line-height: 20px;
}

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

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

.searchPage .searchForm .cell {
    display: inline-block;
    float: left;
}

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

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

.searchPage .searchForm .grey {
    font-size: 10px;
    color: #6a6a6a;
    font-weight: bold;
}

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

.searchPage .searchForm .w5 {
    width: 5%;
}

.searchPage .searchForm .w10 {
    width: 10%;
}

.searchPage .searchForm .w15 {
    width: 15%;
}

.searchPage .searchForm .w20 {
    width: 20%;
}

.searchPage .searchForm .w40 {
    width: 40%;
}

.searchPage .searchForm .w45 {
    width: 45%;
}

.searchPage .searchForm .w85 {
    width: 85%;
}

/* Modal pop-up styles */

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

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

.modal .modalBody .col {
    width: 33%;
    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-top: 5px;
}

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

