@charset "utf-8";

/* CSS Document */
#liquidmain.newsearch #liquidsidebar1 {
    width:200px;
}
#liquidmain.newsearch #liquidwrap {
    width:760px;
    margin-left:10px;
}
#liquidmain.newsearch #searchMain {
    width:100%;
    margin:0;
}
#liquidmain.newsearch #searchResultShopList {
    width:740px;
}
.pager {
    margin:10px;
}
.newsearch #adSide1{
    position: relative;
    width: 200px;
}
.newsearch #adSide1Block1{
    background: none;
    position: relative;
    margin-bottom: 10px;
}
#topicpath ul li{
    max-width: 100%;
}
#topicpath ul li.lion span{
    font-weight: bold;
}
.boxlink .boxarea.large{
    width: 705px;
}
.boxlink .boxarea.small{
    width: 655px;
}
.shopdata p{
    width: 100%;
}
.shopdata p span{
    max-width: 100%;
}
.wrap::after{
    visibility: visible;
}
.searchWrap{
    margin-bottom: 20px;
}
.search_contents_shell{
    background-color: #fff;
    padding-bottom: 5px;
    text-align: left;
    box-shadow: 0 0 0 1px #e0e0e0;
    border-radius: 5px;
}
.search_contents_shell a{
    color: #1d3994;
}
.search_contents_shell a:hover{
    text-decoration: none;
}

.search_result{
    padding: 7px 10px 0px;
    border-bottom: 1px solid #eee;
}
.text-right{
    text-align: right;
}
.wrap_titile .search_result_title{
    cursor: default;
}
.wrap_box .search_result_title{
    cursor: pointer;
}
.search_result_title{
    padding: 15px 7px;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid #e0e0e0;
}
.search_result_title a{
    display: block;
    text-decoration: none;
}
.search_result_title .large{
    font-size: 16px;
    font-weight: bold;
}
.search_result_title .middle{
    font-size: 14px;
    font-weight: bold;
}
.search_result_title .small{
    font-size: 14px;
}
.wrap_box{
    position: relative;
}
.search_result_title.search_title{
    background-color: #fbfbfb;
    box-shadow: 3px 0 0px 0px #FD3303 inset;
    padding: 8px 30px 8px 10px;
    background-image: url(../image/icon_arrow_left.svg?cache01=20161201000000);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 10px;
    font-size: 13px;
}
.search_result_title.search_wrd{
    background-color: #fbfbfb;
    padding: 8px 30px 8px 10px;
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 10px;
    font-size: 13px;
}
.search_result_title.search_wrd .wrd{
    width: 109%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.searchWrap .search_title_last{
    background-image: none;
}
.wrap_box .wrap{
    position: absolute;
    top: -50px;
    line-height: 1;
    left: 175px;
    opacity: 0;
    transition: .3s;
    z-index: 2;
    display: none;
}
.wrap_box .wrap_below{
    top: -40px;
}
.wrap_box .wrap .wrap_inner{
    width: 720px;
    margin-left: 35px;
    background-color: #fff;
    box-shadow: 0 0px 0 1px #eee;
    border-radius: 5px;
    position: relative;
}
.wrap_title{
    background-color: #FBFBFB;
    color: #000000;
    padding: 10px;
    border-bottom: 1px solid #eee;
    font-size: 13px;
    font-weight: bold;
}
.check_list_type{
    padding: 20px 15px 5px;
    font-size: 13px;
}
.check_list_type .this{
    color: white;
    border-radius: 10px;
    background-color: #FF6699;
    box-shadow: -5px 0 0 0px #FF6699;
    padding-right: 4px;
}
.search_contents_shell input[type=checkbox]{
    display: none;
}
.search_contents_shell.radio, .search_contents_shell .checkbox{
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 0px 2px 0;
    display: inline-block;
    font-size: 13px;
    padding: 5px 0px 1px 44px;
}
.search_btn{
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    background-image: linear-gradient(to bottom, #FFD402, #FFC400);
    /* safari対応 */
    background : -webkit-linear-gradient(bottom, #FFD402, #FFC400);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FFDA2F, endColorstr=#FFB100);
    border-radius: 5px;
    color: #fff;
    padding: 10px 20px 10px 20px;
    margin: 8px 8px 4px;
    text-align: center;
    font-size: 14px;
    border: 2px solid #e0e0e0;
    text-shadow: 1px 1px 3px rgba(10, 10, 10, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD402', endColorstr='#FFC400', GradientType=0);
}
.wrap_box:hover .wrap{
    opacity: 1;
    display: block;
    color: #000;
    font-size: 12px;
}
.wrap_box .wrap:after{
    content: "▲";
    position: absolute;
    display: block;
    border-radius: 6px;
    left: -11px;
    bottom: auto;
    top: 64px;
    text-shadow: 0px 0px #eee, 0px -2px #eee;
    color: white;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 30px;
    width: 20px;
    height: 15px;
}
.search_contents_shell input[type=radio],
.search_contents_shell input[type=checkbox]{
    display: none;
}
.search_contents_shell.radio,
.search_contents_shell .checkbox{
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 0px 2px 0;
    display: inline-block;
    font-size: 13px;
    padding: 5px 0px 1px 34px;
}
.search_contents_shell .radio:after,
.search_contents_shell .checkbox:after{
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
        border-radius: 6px;
    top: 50%;
    left: 10px;
    display: block;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    content: '';
    border: 2px solid #bbb;
}
.search_contents_shell .checkbox:before{
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    margin-top: -5px;
    width: 5px;
    height: 9px;
    border-right: 3px solid #FD3303;
    border-bottom: 3px solid #FD3303;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.search_contents_shell input[type=checkbox]:checked + .checkbox:before{
    opacity: 1;
}
li.wrap_list{
    display: inline-block;
    width: 32%;
    text-align: left;
    font-size: 13px;
    margin-bottom: 15px;
    word-break: break-all;
    word-wrap: break-word;
    vertical-align: middle;
}
li.wrap_list label.checkbox{
    font-size: 12px;
    word-break: break-all;
    word-wrap: break-word;
    width: 100%;
}
.largeAreaList{
    margin: 0 10px;
}
.largeAreaList li{
    padding-bottom: 10px;
}
.largeAreaList li:not(.middleAreaList) a{
    font-size: 14px;
    font-weight: bold;
}
li.middleAreaList {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 22%;
    font-size: 13px;
    line-height: 1.2;
    margin-left: 10px;
    padding: 0 1px 30px 0;
    word-break: break-all;
    word-wrap: break-word;
    text-indent:-1em;
}
li.middleAreaList:before{
  color: #FFD5CC;
  content: "\0025b6";
  vertical-align: middle;
  font-size: 8px;
}
.middleAreaList a.this {
    position: absolute;
    background-color: #ff6699;
    box-shadow: none;
    border-radius: 10px;
    color: white;
    margin: -3px 0 0 2px;
    padding: 3px 1px 1px;
    text-indent: 0.1em;
}
.shop_count{
    font-size: 30px;
    text-align: right;
    color: red;
    font-weight: bold;
}
.wrap_box .wrap:after{
    content: "▲";
    position: absolute;
    display: block;
    left: 10px;
    bottom: auto;
    top: 64px;
    text-shadow: 0px 0px #eee, 0px -2px #eee;
    color: white;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 30px;
    width: 20px;
    height: 15px;
}
.sub_count{
    padding: 10px 0 0;
    font-size: 12px;
    text-align: center;
}
.sub_count .shop_count{
    font-size: 20px;
    text-align: center;
}
.shop_count{
    font-size: 30px;
    text-align: right;
    color: red;
    font-weight: bold;
}
.search_name{
    padding: 15px 20px;
    font-size: 25px;
    border-top-color: rgb(224, 224, 224);
    border-top-width: 1px;
    border-top-style: solid;
    position: relative;
    background-color: rgb(252, 252, 252);
}
.search_name #search_select{
    top: 20px;
    right: 20px;
    color: rgb(204, 204, 204);
    font-size: 12px;
    position: absolute;
}
#tabs{
    list-style: none;
    margin: 0;
    padding: 0px 25px;
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: #fcfcfc;
    border-bottom: 1px solid rgb(224, 224, 224);
    height: 30px;
}
#tabs li{
    margin: 0;
    padding-left: 2em;
    float: right;
    z-index: 3;
}
.search_title a{
    color: #1d3994;
}
#contents_box{
    margin-bottom: 20px;
}
.local{
    top: 6px;
    right: 10px;
     position: absolute;
}
.checkbox_kodawari_list a{
    text-decoration: none;
    font-size: 12px;
}
.checkbox_kodawari_list_first{
    padding-top: 8px;
}
.checkbox_kodawari_list_last{
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 8px;
}
.searchWrap .btn{
    font-size: 11px;
    color: #fff;
    display: inline-block;
    border: 1px solid #ffa516;
    padding: 1px;
    border-radius: 3px;
    background: #ffae20;
    background: -moz-linear-gradient(top, #ffae20 70%, #ffa215 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #ffae20), color-stop(100%, #ffa215));
    background: -webkit-linear-gradient(top, #ffae20 70%, #ffa215 100%);
    background: linear-gradient(to bottom, #ffae20 70%, #ffa215 100%);
}
.searchWrap .btn a{
    color: #fff;
    text-decoration: none;
}
.wrap_box .st2{
    padding-left: 15px;
}
.wrap_box .st3{
    padding-left: 19px;
}
.wrap_box .st4{
    padding-left: 23px;
}
.wrap_titile .st5{
    padding-left: 27px;
}
.wrap_titile .btn_area{
    margin: 5px 10px 0px;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    cursor: pointer;
    transition-duration: 0.5s;
    background-color: rgb(204, 204, 204);
    -webkit-transition-duration: 0.5s;
}
#searchMain h3.area{
    padding: 10px 8px;
    background-color: #ffd5cc;
    border-left: 3px solid #ff9098;
    font-size: 18px;
    line-height: 18px;
    font-weight:bold;
}
#searchMain .subtitle{
    font-size: 15px;
    margin: 15px 0 5px 0;
    border-left: 3px solid #ddd;
    padding-left: 10px;
}
#searchMain .search_name h2{
    font-size: 20px;
}
#searchMain .search-result{
    font-weight: bold;
}
#searchMain .check-group p{
    padding: 1px 8px 1px 0;
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
}
#tabs a.active_tab{
    color: #000;
    font-weight: bold;
}
.align-right{
    text-align: right;
    margin-right: 10px;
}
.biz_box{
    padding: 15px 0 15px 35px;
}
.sg_list .search_result_title{
    cursor: default;
}
.theme_name{
    font-size: 15px;
}
.research_msg{
    margin: 20px 0;
    padding: 0 10px;
}
.research_count{
    font-size: 18px;
    font-weight: bold;
}
.shopBox .shopTitle dl.icon_area {
    height: 20px;
}
.shopBox .shopTitle dl.icon_area dd.ddword {
    padding-top: 4px;
}
.shopBox .shopTitle dl.icon_area span {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    height: 13px;
    line-height: 13px;
    padding: 3px 6px 2px;
    text-align: center;
}
.shopBox .shopTitle dl.icon_area span img {
    position: relative;
    top: 0;
    border: 0 none;
    margin-right: 2px;
    width: 12px;
}
.shopBox .shopTitle dl.icon_area span.deluxe {
    border: 1px solid #FF54AD;
    color: #FF54AD;
}
.shopBox .shopTitle dl.icon_area span.tainyu {
    border: 1px solid #FF3500;
    color: #FF3500;
}
.shopBox .shopTitle dl.icon_area span.tainyu i {
    font-size: 14px;
    margin: -1px 2px 0 0;
}
.shopBox .shopTitle dl.icon_area span.movie {
    border: 1px solid #333333;
    color: #333333;
}
.shopBox .shopTitle dl.icon_area span.blog {
    border: 1px solid #FD48FF;
    color: #FD48FF;
}
.shopBox .shopTitle dl.icon_area span.new {
    border: 1px solid #FF8F1F;
    color: #FF8F1F;
}
.shopBox .shopTitle dl.icon_area span.voice {
    border: 1px solid #53a6ed;
    color: #53a6ed;
}
.shopBox .shopTitle dl.icon_area span.phone {
    border: 1px solid #00c300;
    color: #00c300;
}
.check-group label{
    padding: 1px 8px;
    border-radius: 20px;
    color: rgb(102, 102, 102);
    font-size: 12px;
    margin-bottom: 5px;
    float: left;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    max-width: 100%;
    word-break: break-all;
    word-wrap: break-word;
}
.check-group label:hover{
    border-color: rgb(64, 146, 220);
    color: rgb(64, 146, 220);
    text-decoration: line-through;
}
.check-group label:hover::after{
    border-radius: 50%;
    left: -7px;
    top: -7px;
    width: 17px;
    height: 17px;
    text-align: center;
    color: white;
    position: absolute;
    content: "\d7";
    box-shadow: 0px 0px 0px 3px #f9f9f9;
    background-color: rgb(64, 146, 220);
}

#searchResultShopList .newopen{
    position: absolute;
    right: -22px;
    top: -13px;
    transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
}
#searchResultShopList .newopen .newOpenIconWord{
    position: absolute;
    color: #FFFFFF;
    font-size: 16px;
    z-index: 1;
    left: 39px;
    top: 19px;
    letter-spacing: -3px;
    transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    animation: word_flash 5s ease 0s infinite normal;
    -moz-animation: word_flash 5s ease 0s infinite normal;
    -webkit-animation: word_flash 5s ease 0s infinite normal;
    -ms-animation: word_flash 5s ease 0s infinite normal;
}
.popup {
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 0.6em;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.5);
    color: #fff;
    left: 50%;
    padding: 20px 10px;
    position: fixed;
    text-align: center;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 450px;
    height: auto;
    max-height: 170px;
    z-index: 10000;
}
.popup a {
    background-color: #fff;
    border: medium none;
    border-radius: 5px;
    box-shadow: 0 -3px 0 #eee inset;
    box-sizing: border-box;
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin: 5px 0;
    padding: 0.6em 0.5em 0.7em;
    text-align: center;
    text-decoration: none;
}
.popup p.kentou {
    font-size: 18px;
    line-height: 1.244em !important;
}
.popup p.underreview_text {
    font-size: 13px !important;
    line-height: 1.8em !important;
    padding: 15px 0 15px 0 !important;
    width: 450px;
    height: 70px;
    vertical-align: middle;
    display: table-cell;
}
.mask {
    background-color: rgb(255, 255, 255);
    display: none;
    top: 0;
    left: 0;
    position: fixed;
    width: 100vw;
    height: 130vh;
    z-index: 3000;
    opacity: 0.92;
}
@keyframes word_flash {
0% {
    color: #fff;
}
50% {
    color: #fff;
}
65% {
    color: #f7f711;
}
95% {
    color: #f7f711;
}
100% {
    color: #fff;
}
}
@-moz-keyframes word_flash {
0% {
    color: #fff;
}
50% {
    color: #fff;
}
65% {
    color: #f7f711;
}
95% {
    color: #f7f711;
}
100% {
    color: #fff;
}
}
@-webkit-keyframes word_flash {
0% {
    color: #fff;
}
50% {
    color: #fff;
}
65% {
    color: #f7f711;
}
95% {
    color: #f7f711;
}
100% {
    color: #fff;
}
}
@-ms-keyframes word_flash {
0% {
    color: #fff;
}
50% {
    color: #fff;
}
65% {
    color: #f7f711;
}
95% {
    color: #f7f711;
}
100% {
    color: #fff;
}
}
#searchResultShopList .newopen .newOpenIconWord .IconWord{
    position: relative;
    font-weight: bold;
}
#searchResultShopList .newopen .newOpenIconWord .Word1{
    top: -0.3px;
}
#searchResultShopList .newopen .newOpenIconWord .Word2{
    top: 0px;
}
#searchResultShopList .newopen .newOpenIconWord .Word3{
    top: 0.3px;
}
#searchResultShopList .newopen .newOpenIconWord .Word4{
    top: 0px;
}
#searchResultShopList .newopen .newOpenIconWord .Word5{
    top: -0.5px;
}
#searchResultShopList .newopen .newOpenIconWord .Word6{
    top: -1px;
}
#searchResultShopList .newopen .newOpenIconWord .Word7{
    top: -1.3px;
}
#searchResultShopList .newopen .newOpenIconWord .Word8{
    top: -1.3px;
}
#searchResultShopList .newopen .newOpenIconWord .Word9{
    top: -1.7px;
}
#searchResultShopList .newopen .newOpenIconWord .Word10{
    top: -1.5px;
}
#searchResultShopList .newopen img{
    margin-top: 0;
}
@-moz-keyframes grp_anime1{
0% {
    margin-top:0;
}
50% {
    margin-top:-5px;
}
100% {
    margin-top:0;
}
}
@keyframes grp_anime1{
0% {
    margin-top:0;
}
50% {
    margin-top:-5px;
}
100% {
    margin-top:0;
}
}
@-webkit-keyframes grp_anime1 {
0% {
    margin-top:0;
}
50% {
    margin-top:-5px;
}
100% {
    margin-top:0;
}
}
@-ms-keyframes grp_anime1 {
0% {
    margin-top:0;
}
50% {
    margin-top:-5px;
}
100% {
    margin-top:0;
}
}
.theme_img {
    width: 100%;
    margin-bottom: 10px;
}
.shopBox .tabletreatment table tr th.privilege_title {
    width: 1%;
}
.shopBox .tabletreatment table tr td.privilege_pic {
    text-align: center;
    vertical-align: middle;
    width: 7.5%;
}
.shopBox .tabletreatment table tr td.privilege_comment {
    width: 22.5%;
    vertical-align: middle;
    word-break: break-all;
    word-wrap: break-word;
}
.shopBox .tableinfoBC td.privilege_box {
    padding: 0;
}
.shopBox .tableinfoBC td.privilege_box table {
    border-spacing: 0;
}
.shopBox .tableinfoBC td.privilege_pic {
    text-align: center;
    vertical-align: middle;
    width: 150px;
}
.shopBox .tableinfoBC td.privilege_comment {
    width: auto;
    vertical-align: middle;
    word-break: break-all;
    word-wrap: break-word;
}
.shopBox .withBPic.tainyu_bpic .shopDescriptionImg{
    padding-top:3px;
}
.tainyu_bpic .tabletreatment{
    display:inline-block;
    margin:0 0 0 12px;
}
.withBPic.tainyu_bpic .tabletreatment{
    width:290px;
}
.withPicMain.tainyu_bpic .tabletreatment{
    width:465px;
}
.shopBox .tainyu_bpic table{
    table-layout:fixed;
}
.shopBox .withBPic.tainyu_bpic table .treatment th{
    width:14px;
    text-align:center;
}
.shopBox .withPicMain.tainyu_bpic table .treatment th{
    width:30px;
    text-align:center;
}
.shopBox .tainyu_bpic table .treatment td{
    width:auto;
}
.shopBox .withBPic.tainyu_bpic table .treatment td span{
    font-size:10px;
}
.shopBox .tainyu_box *{
    box-sizing:border-box;
}
.shopBox .tainyu_box .tainyu_item{
    background:#ffffff none repeat scroll 0 0;
    padding:0 10px 6px;
}
.shopBox .tainyu_box .tainyu_item > *:last-child{
    margin-bottom:0;
}
.shopBox .tainyu_box .tainyu_item h3{
    color:#ffffff;
    font-size:16px;
    font-weight:bold;
    height:30px;
    line-height:34px;
    padding-left:15px;
}
.shopBox .tainyu_box .tainyu_kyuyo{
    margin-bottom:8px;
    -moz-box-shadow:0 1px 2px 0 rgba(231, 193, 201, 0.5);
    -webkit-box-shadow:0 1px 2px 0 rgba(231, 193, 201, 0.5);
    box-shadow:0 1px 2px 0 rgba(231, 193, 201, 0.5);
}
.shopBox .tainyu_box .tainyu_kyuyo h3{
    background-color:#ff6699;
}
.shopBox .tainyu_box .tainyu_kyuyo .kyuyo_box{
    padding:10px 11px;
    background-color:#ffffff;
}
.shopBox .tainyu_box .tainyu_tbl{
    table-layout:fixed;
    border-spacing:0;
    border-collapse:separate;
    border:1px solid #ff6699;
    margin-bottom:10px;
    width:100%;
}
.shopBox .tainyu_box .tainyu_tbl:last-child {
    margin-bottom:0;
}
.shopBox .tainyu_box .tainyu_tbl th{
    background-color:#ff6699;
    border:1px solid #ffffff;
    padding:0;
    color:#ffffff;
    font-size:13px;
    font-weight:normal;
    text-align:center;
    height:40px;
}
.shopBox .tainyu_box .tainyu_tbl td{
    border-left:1px solid #ff6699;
    border-right:1px solid #ff6699;
    font-size:12px;
    padding:5px 0 2px;
    text-align:center;
    font-weight:normal;
}
.shopBox .tainyu_box .tainyu_tbl th.number:first-of-type:nth-last-of-type(3), .shopBox .tainyu_box .tainyu_tbl th:first-of-type:nth-last-of-type(3) ~ th.number{
    width:110px;
}
.shopBox .tainyu_box .tainyu_tbl td.number:first-of-type:nth-last-of-type(3), .shopBox .tainyu_box .tainyu_tbl td:first-of-type:nth-last-of-type(3) ~ td.number{
    width:100px;
}
.shopBox .tainyu_box .tainyu_tbl th.salary:first-of-type:nth-last-of-type(3), .shopBox .tainyu_box .tainyu_tbl th:first-of-type:nth-last-of-type(3) ~ th.salary{
    width:105px;
}
.shopBox .tainyu_box .tainyu_tbl td.salary:first-of-type:nth-last-of-type(3), .shopBox .tainyu_box .tainyu_tbl td:first-of-type:nth-last-of-type(3) ~ td.salary{
    width:180px;
}
.shopBox .tainyu_box .tainyu_tbl th.warranty:first-of-type:nth-last-of-type(3), .shopBox .tainyu_box .tainyu_tbl th:first-of-type:nth-last-of-type(3) ~ th.warranty{
    width:105px;
}
.shopBox .tainyu_box .tainyu_tbl td.warranty:first-of-type:nth-last-of-type(3), .shopBox .tainyu_box .tainyu_tbl td:first-of-type:nth-last-of-type(3) ~ td.warranty{
    width:auto;
}
.shopBox .tainyu_box .tainyu_tbl th:first-of-type:nth-last-of-type(2), .shopBox .tainyu_box .tainyu_tbl th:first-of-type:nth-last-of-type(2) ~ th{
    width:150px;
}
.shopBox .tainyu_box .tainyu_tbl td:first-of-type:nth-last-of-type(2), .shopBox .tainyu_box .tainyu_tbl td:first-of-type:nth-last-of-type(2) ~ td{
    width:186px;
}
.shopBox .tainyu_box .tainyu_tbl td:first-of-type:nth-last-of-type(2):last-of-type, .shopBox .tainyu_box .tainyu_tbl td:first-of-type:nth-last-of-type(2) ~ td:last-of-type{
    width:auto;
}
.shopBox .tainyu_box .tainyu_tbl th:first-of-type:nth-last-of-type(1), .shopBox .tainyu_box .tainyu_tbl th:first-of-type:nth-last-of-type(1) ~ th{
    width:335px;
}
.shopBox .tainyu_box .tainyu_tbl td:first-of-type:nth-last-of-type(1), .shopBox .tainyu_box .tainyu_tbl td:first-of-type:nth-last-of-type(1) ~ td{
    width:auto;
}
.shopBox .tainyu_box .tainyu_tbl td:last-of-type{
    border-right:medium none;
}
.shopBox .tainyu_box .tainyu_tbl td span{
    color:#ff6699;
    font-size:21px;
    margin-left:7px;
    margin-right:3px;
}
.shopBox .tainyu_box .tainyu_tbl td.warranty span{
    font-size:16px;
    margin:0;
}
.shopBox .tainyu_box .salary_example .title{
    background-color:#66aaff;
    border:1px solid #66aaff;
    color:#ffffff;
    font-size:13px;
    padding:3px 0 2px;
    text-align:center;
    width:72px;
    height:19px;
    line-height:12px;
    border-radius:3px 0 0;
}
.shopBox .tainyu_box .salary_example .block{
    background-color:#cfdfff;
    clear:left;
    padding:3px 0;
}
.shopBox .tainyu_box .salary_tbl{
    border-spacing:0;
    border-collapse:separate;
    border:1px solid #66aaff;
    table-layout:fixed;
    width:100%;
}
.shopBox .tainyu_box .salary_tbl th.time{
    background-color:#66aaff;
    border:1px solid #ffffff;
    color:#ffffff;
    font-size:13px;
    padding:10px 0 7px;
    text-align:center;
    text-shadow:1px 1px 1px #66aaff;
    font-weight:normal;
}
.shopBox .tainyu_box .salary_tbl td.kingaku{
    background-color:#ffffff;
    border-left:1px solid #66aaff;
    border-right:1px solid #66aaff;
    font-size:12px;
    padding:10px 0 7px;
    text-align:center;
    font-weight:normal;
}
.shopBox .tainyu_box .salary_tbl th:first-of-type:nth-last-of-type(3), .shopBox .tainyu_box .salary_tbl th:first-of-type:nth-last-of-type(3) ~ th{
    width:110px;
}
.shopBox .tainyu_box .salary_tbl td:first-of-type:nth-last-of-type(3), .shopBox .tainyu_box .salary_tbl td:first-of-type:nth-last-of-type(3) ~ td{
    width:115px;
}
.shopBox .tainyu_box .salary_tbl td:first-of-type:nth-last-of-type(3):last-of-type, .shopBox .tainyu_box .salary_tbl td:first-of-type:nth-last-of-type(3) ~ td:last-of-type{
    width:auto;
}
.shopBox .tainyu_box .salary_tbl th:first-of-type:nth-last-of-type(2), .shopBox .tainyu_box .salary_tbl th:first-of-type:nth-last-of-type(2) ~ th{
    width:150px;
}
.shopBox .tainyu_box .salary_tbl td:first-of-type:nth-last-of-type(2), .shopBox .tainyu_box .salary_tbl td:first-of-type:nth-last-of-type(2) ~ td{
    width:186px;
}
.shopBox .tainyu_box .salary_tbl td:first-of-type:nth-last-of-type(2):last-of-type, .shopBox .tainyu_box .salary_tbl td:first-of-type:nth-last-of-type(2) ~ td:last-of-type{
    width:auto;
}
.shopBox .tainyu_box .salary_tbl th:first-of-type:nth-last-of-type(1), .shopBox .tainyu_box .salary_tbl th:first-of-type:nth-last-of-type(1) ~ th{
    width:335px;
}
.shopBox .tainyu_box .salary_tbl td:first-of-type:nth-last-of-type(1), .shopBox .tainyu_box .salary_tbl td:first-of-type:nth-last-of-type(1) ~ td{
    width:auto;
}
.shopBox .tainyu_box .salary_tbl td:last-of-type{
    border-right:medium none;
    width:auto;
}
.shopBox .tainyu_box .tainyu_bikou{
    -moz-box-shadow:0 1px 2px 0 rgba(231, 193, 201, 0.5);
    -webkit-box-shadow:0 1px 2px 0 rgba(231, 193, 201, 0.5);
    box-shadow:0 1px 2px 0 rgba(231, 193, 201, 0.5);
}
.shopBox .tainyu_box .tainyu_bikou h3{
    background-color:#FF4444;
}
.shopBox .tainyu_box .tainyu_bikou .bikou_box{
    padding:8px;
}
.shopBox .tainyu_box .tainyu_bikou .bikou_inner{
    font-size:12px;
    padding:2px 5px;
    word-wrap:break-word;
    word-break:break-all;
    line-height:1.5;
}
#pydTainyuLink{
  animation:scaleUp-in 0.8s ease-in 0s normal forwards 1;
  -moz-animation:scaleUp-in 0.8s ease-in 0s normal forwards 1;
  -webkit-animation:scaleUp-in 0.8s ease-in 0s normal forwards 1;
  -o-animation:scaleUp-in 0.8s ease-in 0s normal forwards 1;
  -ms-animation:scaleUp-in 0.8s ease-in 0s normal forwards 1;
  bottom:0;
  height:120px;
  left:20px;
  position:fixed;
  transform:scale(0, 0);
  -moz-transform:scale(0, 0);
  -webkit-transform:scale(0, 0);
  -o-transform:scale(0, 0);
  -ms-transform:scale(0, 0);
  width:120px;
  z-index:9999;
}
@keyframes scaleUp-in{
    0% {transform:scale( 0.5,   0);}
   20% {transform:scale( 0.5,   0);}
   75% {transform:scale( 1.1, 1.2);}
   80% {transform:scale(1.25, 1.3);}
   90% {transform:scale(   1, 0.9);}
  100% {transform:scale(   1,   1);}
}
@-moz-keyframes scaleUp-in{
    0% {-moz-transform:scale( 0.5,   0);}
   20% {-moz-transform:scale( 0.5,   0);}
   75% {-moz-transform:scale( 1.1, 1.2);}
   80% {-moz-transform:scale(1.25, 1.3);}
   90% {-moz-transform:scale(   1, 0.9);}
  100% {-moz-transform:scale(   1,   1);}
}
@-webkit-keyframes scaleUp-in{
    0% {-webkit-transform:scale( 0.5,   0);}
   20% {-webkit-transform:scale( 0.5,   0);}
   75% {-webkit-transform:scale( 1.1, 1.2);}
   80% {-webkit-transform:scale(1.25, 1.3);}
   90% {-webkit-transform:scale(   1, 0.9);}
  100% {-webkit-transform:scale(   1,   1);}
}
@-o-keyframes scaleUp-in{
    0% {-o-transform:scale( 0.5,   0);}
   20% {-o-transform:scale( 0.5,   0);}
   75% {-o-transform:scale( 1.1, 1.2);}
   80% {-o-transform:scale(1.25, 1.3);}
   90% {-o-transform:scale(   1, 0.9);}
  100% {-o-transform:scale(   1,   1);}
}
@-ms-keyframes scaleUp-in{
    0% {-ms-transform:scale( 0.5,   0);}
   20% {-ms-transform:scale( 0.5,   0);}
   75% {-ms-transform:scale( 1.1, 1.2);}
   80% {-ms-transform:scale(1.25, 1.3);}
   90% {-ms-transform:scale(   1, 0.9);}
  100% {-ms-transform:scale(   1,   1);}
}
#pydTainyuLink a{
  animation:floating 3s ease-in-out 0.5s normal forwards infinite;
  -moz-animation:floating 3s ease-in-out 0.5s normal forwards infinite;
  -webkit-animation:floating 3s ease-in-out 0.5s normal forwards infinite;
  -o-animation:floating 3s ease-in-out 0.5s normal forwards infinite;
  -ms-animation:floating 3s ease-in-out 0.5s normal forwards infinite;
  position:absolute;
  text-decoration:none;
  height:100%;
  width:100%;
}
@keyframes floating{
    0% {transform:translateY( 0%);}
   50% {transform:translateY(10%);}
  100% {transform:translateY( 0%);}
}
@-moz-keyframes floating{
    0% {-moz-transform:translateY( 0%);}
   50% {-moz-transform:translateY(10%);}
  100% {-moz-transform:translateY( 0%);}
}
@-webkit-keyframes floating{
    0% {-webkit-transform:translateY( 0%);}
   50% {-webkit-transform:translateY(10%);}
  100% {-webkit-transform:translateY( 0%);}
}
@-o-keyframes floating{
    0% {-o-transform:translateY( 0%);}
   50% {-o-transform:translateY(10%);}
  100% {-o-transform:translateY( 0%);}
}
@-ms-keyframes floating{
    0% {-ms-transform:translateY( 0%);}
   50% {-ms-transform:translateY(10%);}
  100% {-ms-transform:translateY( 0%);}
}
