@charset "utf-8";
/* CSS Document */
/*=====================================
*
* 共通
*====================================== */
#checkItems .btm30{
    margin-bottom:30px;
}
 
/*=====================================
*
* メインコンテンツ
*====================================== */
#checkItems{
    width:1000px;
    margin:0 auto 40px auto;
    text-align: center;
}
 
#checkItems .title{
    font-size:20px;
    text-align:center;
    margin-bottom:18px;
    line-height:1em;

    display: inline-block;
    padding-left: 24px;
    padding-right: 24px;
    background-color:#FFFFFF;
    position: relative;
    top: -14px;
	font-family: Verdana,'Lucida Grande',メイリオ,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro';
	font-size:20px;
    text-align: center;
    color: #333333;

}

#checkItems .border {
    display: block;
    height: 1px;
    background-color: #ccc;
    margin-top: 17px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

 
/*　商品一覧　*/
#checkItems .itemBox{
    width:1000px;
    box-sizing:border-box;
    padding:15px 53px 30px 53px;
}
#checkItems .itemBox ul li{
    list-style:none;
    width:132px;
}
#checkItems .itemBox ul li.itemImg{
    float:left;
    margin-right:58px;
}
#checkItems .itemBox ul li.itemImg_r{
    float:left;
}

/*　テキスト部分　*/
#checkItems .itemBox .itemImg a,
#checkItems .itemBox .itemImg_r a{
    text-decoration:none;
    display:block;
    color:#333;
}
#checkItems .itemBox .itemImg a:hover span,
#checkItems .itemBox .itemImg_r a:hover span{
    text-decoration:underline;
}
#checkItems .itemBox .itemImg .itemuName,
#checkItems .itemBox .itemImg_r .itemuName{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:132px;
    display:inline-block;
    *display:inline;
    *zoom:1;
    cursor:pointer;
    font-size:11px;
}
 
/*　価格　*/
#checkItems .itemBox .itemImg .price,
#checkItems .itemBox .itemImg_r .price{
    color: #fb0000;
    font-size: 12px;
    line-height:1em
}