/* -------------------------------------
*		 フリースペース装飾
* ------------------------------------- */
h3 {}

div.product-list__freespace-top p {
    margin: 0 0 20px;
}

.strong {
    color: #ff0005;
    background-color: #fffe00;
    font-size: 1.3em;
}

div.gray_box {
    width: 100%;
    border: solid 2px #444444;
    margin: 10px 0 10px;
    padding: 0 10px 20px;
}

.product-list__freespace-top img {
    display: block;
    margin: 10px auto 10px;
}

p.blog_link a {
    display: block;
    text-decoration: none;
    height: auto;
    width: auto;
    line-height: 37px;
    text-align: center;
    color: #2b54c2;
    border: solid 1px #2b54c2;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    margin: 20px 0 20px;
}

p.blog_link a:hover {
    background: #2b54c2;
    color: #fff;
}

.sub-list {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}

.sub-list__unit a,
a.group_link {
    position: relative;
    display: inline-block;
    padding: 0.5em;
    text-decoration: none;
    color: #808080;
    background: #f5f5f5;
    /*背景色*/
    border-bottom: solid 2px #a9a9a9;
    /*少し濃い目の色に*/
    border-radius: 4px;
    /*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    margin: 4px;
    width: 100%;
    height: 100%;
    
}

.sub-list__unit a:active,
a.group_link:active {
    border-bottom: solid 2px #808080;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
