﻿@charset "utf-8";

/**
 * 関連商品・ブロック定義
 *
 * CSS versions	3
 *
 * @category   Web Application
 * @package    Argus
 * @copyright  2018 Polaris, Inc.
 *
 */
.BLK10900
{
	padding:0.4rem 0.4rem 2rem;
	width:220px;
}
.BLK10900 .related h2
{
    margin: 0 auto 1rem;
    padding: 1rem 1rem;
    text-align: center;
    color: #fff;
    background: linear-gradient(#1F4799, #023499);
    font-size: 1.5rem;
    font-weight: normal;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
.BLK10900 .related .item
{
    margin-top:1rem;
    border:1px solid #ccc;
    padding:1rem;
    background-color:#fff;
}
.BLK10900 .related .item p:nth-of-type(1)
{
    margin-top:0.5rem;
}