@charset "utf-8";

p.info {
    margin-top:20px;
    padding:10px 10px 8px;
    background:#f2f2f2;
    border:solid 2px #ddd;
    font-size:12px;
}

#search {
    margin:15px 0 10px;
    padding:15px 10px 10px;
    background:#edf0ea;
    border:solid 1px #d7d7bf;
}

#search input, #search select {
    vertical-align:middle;
}

#search input.text {
    padding:3px;
    border:solid 1px #ccc;
}

ul.stadium_list li {
    background:url(../images/base/bg_interview_list.gif) repeat-x left bottom;
    padding:13px 10px 15px 10px;
    zoom:1;
}
ul.stadium_list li:after { content:""; }

ul.stadium_list dl {
    float:left;
    width:495px;
    background-color:#ffffff;
}

ul.stadium_list dt {
    background:url(../images/base/icon_date_sky.gif) no-repeat 0 49%;
    padding-left:12px;
    font-size:116%;
}

ul.stadium_list dd {
    padding-top:3px;
}

ul.stadium_list .photo {
    width:120px;
    float:right;
    background-color:#fff;
    border:1px solid #ccc;
    text-align:right;
}

ul.stadium_list .photo img {
    margin:5px;
}

div.stadium_detail {
    zoom:1;
}
div.stadium_detail:after { content:""; }

div.stadium_detail .photo {
    float:left;
    width:270px;
    margin-top:8px;
    padding:5px;
    border:solid 1px #ddd;
}

div.stadium_detail div.data {
    float:right;
    width:350px;
}

div.stadium_detail div.data ul li {
    display:inline-block;
    width:100%;
    background:url(../images/base/profile_line.gif) repeat-x 0 0;
    padding:8px 0 3px 0;
}

div.stadium_detail div.data ul li:after { content: "."; display: block; height: 0px; line-height: 0; clear: both; visibility: hidden; }

div.stadium_detail ul.data_no_photo {
}

div.stadium_detail ul.data_no_photo li {
    display:inline-block;
    width:100%;
    background:url(../images/base/profile_line.gif) repeat-x 0 0;
    padding:8px 0 3px 0;
}

div.stadium_detail div.data li.name,
div.stadium_detail ul.data_no_photo li.name {
    margin:8px 0 3px;
    padding:0 0 0 12px;
    background:url(../images/base/icon_date_black.gif) no-repeat 0 1px;
    font-size:110%;
    font-weight:bold;
    line-height:1.3;
}

div.stadium_detail ul li .cap {
    display:block;
    float:left;
    width:80px;
    font-size:90%;
}

div.stadium_detail ul li .text {
    display:block;
    padding-left:90px;
    word-break:break-all;
    line-height:1.4;
}

div.stadium_detail ul.data_no_photo li .text {
}

#map {
    width:644px;
    height:450px;
    margin:20px auto 10px;
    border:solid 2px #eee;
}

.bookmark {
    margin:0;
}

