@charset "utf-8";
/*
 * search.css
 * 検索ページ用設定
 */
.member
{}

#favorite
{}

#content
{
    overflow: hidden;
    zoom: 1;
}

#pageTitle
{
    height: 30px;
    line-height: 30px;
    margin: 15px 0;
    padding-left: 10px;
    color: #ffffff;
    font-weight: bold;
}

#pageTitle em
{
    font-size: 135%;
}

#main
{
    float: left;
    width: 750px;
    margin-right: 24px;
}

.pager
{
    font-size: 120%;
    text-align: center;
}

#favorite #pageTitle
{
    background: url("/images/bar/blue.png") top repeat-x;
}

#favorite .pager
{
    margin: 15px;
}

#favorite #favoriteList .premise
{
    margin: 15px 0;
    padding-top: 15px;
    background: url("/images/roundedCorner/blueTop.gif") left top no-repeat;
}

#favorite #favoriteList li .delete
{
    padding-right: 25px;
    padding-bottom: 10px;
    text-align: right;
}
#favorite #favoriteList li .detail
{
    border-left: 1px solid #4169e1;
    border-right: 1px solid #4169e1;
    overflow: hidden;
    zoom: 1;
}

#favorite #favoriteList li .detail .image
{
    float: left;
    width: 150px;
}

#favorite #favoriteList li .detail .image img
{
    max-height: 100px;
    _height: 100px;
    max-width: 100px;
    _width: 100px;
    margin: 0 25px;
}

#favorite #favoriteList li .detail .info
{
    float: left;
    width: 500px;
}

#favorite #favoriteList li .detail #icons ul
{
    padding: 5px;
    text-align: left;
    overflow: hidden;
    zoom: 1;
}

#favorite #favoriteList li .detail #icons li
{
    float: left;
    margin: 5px 0;
    margin-right: 2.5px;
}

#favorite #favoriteList li .availability
{
    float: left;
    width: 50px;
    padding-left: 15px;
}

#favorite #favoriteList li .toDetail
{
    padding-right: 25px;
    padding-bottom: 10px;
    background: url("/images/roundedCorner/blueBottom.gif") left bottom no-repeat;
    text-align: right;
}

#favorite #noFavorite
{
    line-height: 2;
    margin-top: 75px;
    margin-bottom: 250px;
    font-weight: bold;
    font-size: 120%;
    text-align: center;
}

#sub
{
    float: left;
    width: 250px;
    margin: 50px 0;
}

#sub .menu,
#sub .checkFavorites
{
    margin-bottom: 15px;
}

#sub #knowledge p,
#sub #insuranceTips p
{
    padding: 5px;
}

#sub #knowledge div,
#sub #insuranceTips div
{
    padding: 0 5px 5px 0;
    text-align: right;
}

#sub .linkTo
{
    text-align: right;
}

#deleteFavoriteResult
{
    line-height: 2;
    padding: 10px 20px;
}

#deleteFavoriteResult #close
{
    text-align: right;
}

#deleteFavoriteResult p
{
    margin: 30px 0;
    font-weight: bold;
    font-size: 120%;
}
