/*!
 * Qoo10.jp Item Style 1.0.0
 * Author: Gavin Gong
 * Website: triptain.com <https://triptain.com>
 */

/*!
 * ----------------------------
 * PC style
 * ----------------------------
 */
#itemGoods{
    color: #666;
    text-align: left;
}
#itemGoods p{
    margin-bottom: .4rem;
}
#itemGoods table{
    width: 100%;
    max-width: 100%;
    margin-bottom: .5rem;
    border: 1px solid #d5d5d5;
    border-collapse: collapse;
}
#itemGoods table thead{
    background-color: #fafafa;
}
#itemGoods table td, #itemGoods table th {
    border: 1px solid #d5d5d5;
    padding:.5rem;
    text-align: center;
}
#itemGoods table th {
    background-color: #fafafa;
    font-weight: bolder;
}

/*!
 * ----------------------------
 * smart phone style
 * ----------------------------
 */
#div_inner_contents{
    color: #666;
    text-align: left;
}
#div_inner_contents p{
    margin-bottom: .4rem;
}
#div_inner_contents table{
    width: 100%;
    max-width: 100%;
    margin-bottom: .5rem;
    border: 1px solid #d5d5d5;
    border-collapse: collapse;
}
#div_inner_contents table thead{
    background-color: #fafafa;
}
#div_inner_contents table td, #div_inner_contents table th {
    border: 1px solid #d5d5d5;
    padding:.5rem;
    text-align: center;
}
#div_inner_contents table th {
    background-color: #fafafa;
    font-weight: bolder;
}

/*!
 * ----------------------------
 * recommended items
 * ----------------------------
 */
#recommended_items_container{margin-top: 50px}
#recommended_items_container .header{height: 60px;background: #f0f2f5;color: #4c72d4;font-size: 20px;line-height: 60px;text-align: center;font-weight: bold;}
#recommended_items_container ul{margin: 10px 0 0;padding: 0;}
#recommended_items_container li.item{
    float: left;
    overflow: hidden;
    width: 227px;
    height: 266px;
    margin: 0px 6px 10px 0;
    font-size: 0;
    text-align: center;
    position: relative;
    display: inline-block;
    border: 1px solid #d5d5d5;
}
#recommended_items_container li.itemi::after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
#recommended_items_container li.item div.img{
    display: inline-block;
    width: 100%;
    cursor: pointer;
}
#recommended_items_container li.item div.img img{
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
#recommended_items_container li.item div.info{
    height: 50px;
    padding: 8px;
    background: #fff;
    background: rgba(255,255,255,.7);
    text-align: center;
}
#recommended_items_container li.item div.info strong {
    display: block;
    overflow: hidden;
    color: #222;
    font-size: 15px;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#recommended_items_container .clear{clear: both;margin-bottom: 30px;}