@charset "utf-8";

/**
 * 商品詳細定義
 *
 * CSS versions	3
 *
 * @category   Web Application
 * @package    Argus
 * @copyright  2016 Polaris, Inc.
 *
 */
 #wrapper
{
    min-width:1000px;
    margin:1rem;
}
#mainbox
{
    min-width:1000px;
    margin:0;
}
.BLK10450
{
    max-width:1000px;
    clear:both;
    margin:0;
    width:100%;
}
.BLK10450 table
{
    float:left;
    border-collapse:separate;
    border-spacing:3px;
    border:1px solid #ccc;
    margin-right:10px;
}
.BLK10450 tr > td
{
    display:inline-block;
    max-height:120px;
    max-width:150px;
    height:120px;
    width:150px;
    border:1px solid #ccc;
}
.BLK10450 tr > td > div
{
    height:100%;
    width:100%;
}
.BLK10450 tr > td > div > img
{
    max-height:100%;
	max-width:100%;
}
.BLK10450 tr > td > div > picture img
{
    max-height:100%;
	max-width:100%;
}
.BLK10450 .image_frame
{
    text-align:center;
}
.BLK10450 .image_frame.no_image
{
    display:table-cell;
    width:150px;
	vertical-align:middle;
    font-size:1rem;
    font-weight:normal;
    color:#ccc;
}
.BLK10450 #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;
}
.BLK10450 button
{   
    display:block;
    margin:0.5rem auto;
}
@media screen and (min-width:0px) and (max-width:1020px)
{
    .c_block
    {
		margin:0;
    }
}