@charset "UTF-8";

/* CSS Document */


/* ------search_result--------- */

h2 {
    margin-bottom: 18px;
}

div#search_result {
    width: 700px;
    position: relative;
}

p.hits_num {
    position: absolute;
    top: 5px;
    right: 14px;
}

p.re_search_btn {
    margin-bottom: 26px;
}

p.re_search_btn a {
    position: relative;
    display: block;
    margin: auto;
    width: 60%;
    background: #7fbec7;
    background-image: url(../img/icon_search_wt.svg);
    background-repeat: no-repeat;
    background-size: 20px 24px;
    background-position: left 10px center;
    border-bottom: 2px solid #388bb3;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

p.re_search_btn a:hover {
    top: 2px;
    padding-bottom: 2px;
    border-bottom: 0 solid #999;
    opacity: .8;
}

.re_search_btn.bottom {
    margin: 46px 0 62px 0;
}

.result_txt {
    height: 30px;
    background: url(../img/ttl_back.png) no-repeat 0 0;
    font-size: 16px;
    padding-left: 32px;
}


/* ------search_list--------- */

.search_projects {
    padding-bottom: 60px;
}

#search_list {}

.project_box:nth-child(n+2) {
    margin-top: 20px;
}

.project_box a {
    position: relative;
    display: block;
    background: #fff;
    border: 4px solid #7FBED1;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.project_box a:hover {
    border-color: #f69835;
}


/*     
.project_box a:visited {
    border-color: #bbb;
} */

.project_new {
    content: "";
    display: inline-block;
    margin-right: 4px;
    padding: 0 4px;
    background: #ff3333;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
}

.projcet_ttl {
    position: relative;
    padding: 15px 20px 15px 30px;
    background: #fafafa;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    line-height: 28px;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
}

.project_box a .projcet_ttl:before {
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    z-index: 1;
    content: "";
    display: block;
    width: 5px;
    height: 90%;
    margin: auto;
    background: #8fc31f;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    text-align: center;
}

.project_box a:visited .projcet_ttl:before {
    background: #388bb3;
}

.project_cont {
    margin: 15px 0;
    display: table;
    table-layout: fixed;
}

.project_cont:after {
    content: "";
    display: block;
    clear: both;
}

.project_cont>* {
    display: table-cell;
    width: 50%;
    /* vertical-align: middle; */
}

.project_data {
    padding: 0 20px 0 30px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.project_data:after {
    display: block;
    content: "";
    clear: both;
}

.project_data dl {
    display: table;
    table-layout: fixed;
    padding: 4px 0;
    width: 100%;
}

.project_data dl>* {
    display: table-cell;
    font-size: 15px;
    line-height: 24px;
    vertical-align: middle;
}

.project_data dl dt {
    width: 28px;
    text-align: center;
}

.project_price .price_txt {
    margin-right: 8px;
    display: inline-block;
    color: #ff3333;
    font-size: 20px;
    font-weight: bold;
}

.project_price .price_txt:before {
    content: "~";
    color: #ff3333;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    vertical-align: top;
}

.project_data dl dt img {
    width: 28px;
    height: 28px;
}

.project_data dl dd {
    padding: 0 20px;
}

.project_data dl dd .language {
    display: inline-block;
    padding: 0 5px;
    margin: 2px 0;
    font-size: 12px;
    line-height: 20px;
    border: 1px solid #388bb3;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.project_data dl dd .language object a{
    display: inline-block;
    font-size: 12px;
    border: 0px;
    color: #000;
    text-decoration:none;
}

.project_info {
    border-left: 1px solid #ccc;
}

.project_detail {
    padding: 0 15px;
    color: #666;
    font-size: 12px;
    line-height: 18px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.project_btn {
    position: relative;
    display: block;
    margin: 20px auto 0;
    width: 280px;
    background: #8fc31f;
    border-bottom: 2px solid #009c2f;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.project_btn:hover {
    top: 2px;
    margin-bottom: 2px;
    border-bottom: 0px solid #009c2f;
    background: #f69835;
}


/* ------search_look-------- */

#search_look {
    width: 700px;
    height: 343px;
}

#search_look h3 {
    width: 700px;
    height: 30px;
}

.look_warp {
    width: 670px;
    background-color: #eeeeee;
    padding: 15px;
}

.look_cont {
    width: 630px;
    background-color: #fff;
    border: 1px solid #cccccc;
    overflow: hidden;
    padding: 20px 20px 10px 20px;
}

ul.look_list li {
    padding-bottom: 12px;
    float: left;
    width: 210px;
}

ul.look_list li a {
    text-decoration: none;
    color: #666666;
}

#search_page .page_num li a:hover {
    background: #eeeeee;
}

#search_page .applicable a {
    background-color: #8fc31f;
    color: #fff;
}

ul.look_list li ::before {
    content: url(../img/search_triangle_icon.png);
    margin: 10px;
    position: relative;
    top: 2px;
}

#search_look .look_list li a:hover {
    color: #009c2f;
}


/*言語について*/

.search_about {
    margin: 0 15px 25px 15px;
    background-color: #fff;
    background-image: url("../img/search_about_bg.jpg");
    background-position: right bottom;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    min-height: 140px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; */
}

.search_about_tlt {
    width: 142px;
    height: 22px;
    font-size: 10px;
    line-height: 22px;
    color: #666;
    margin-top: 10px;
    padding-top: 3px;
    padding-left: 52px;
    background-image: url("../img/search_about_icon.png");
    background-repeat: no-repeat;
    background-position: 18px 4px;
    background-color: #ccc;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.search_about_tlt span {
    font-size: 13px;
    line-height: 24px;
    margin-right: 2px;
}

.search_about_txt {
    margin: 10px 133px 10px 18px;
    font-size: 9px;
    line-height: 14px;
    color: #333;
}

#matchNoMatters {
    text-align: center;
    margin: 30px auto;
    font-size: 16px;
    color: #ff5555;
}