@charset "utf-8";

/**
 * 商品詳細定義
 *
 * CSS versions	3
 *
 * @category   Web Application
 * @package    Argus
 * @copyright  2016 Polaris, Inc.
 *
 */
 #wrapper
{
    min-width:990px;
	margin:0.5rem;
}
#mainbox
{
    margin:0;
    min-width:990px;
}
.BLK20420
{
    clear:both;
    margin:0;
    width:100%;
}
.BLK20420 table
{
    float:left;
    border-collapse:separate;
    border-spacing:3px;
    border:1px solid #ccc;
    margin-right:10px;
}
.BLK20420 tr > td
{
    display:inline-block;
    max-height:120px;
    max-width:150px;
    height:120px;
    width:150px;
    border:1px solid #ccc;
}
.BLK20420 tr > td > div
{
    height:100%;
    width:100%;
}
.BLK20420 tr > td > div > img
{
    max-height:100%;
	max-width:100%;
}
.BLK20420 .image_frame
{

    text-align:center;
}
.BLK20420 .image_frame.no_image
{
    display:table-cell;
    width:150px;
	vertical-align:middle;
    font-size:1rem;
    font-weight:normal;
    color:#ccc;
}
.BLK20420 #zoom-container
{
    display:table-cell;
    height:350px;
    width:350px;
    vertical-align:middle;
    text-align:center;
    font-size:1rem;
    font-weight:normal;
    color:#ccc;
    border:1px solid #ccc;  
}
.BLK20420 button
{   
    display:block;
    margin:0.5rem auto;   
}



.BLK20420 .image_frame:hover
{

    
}