@charset "utf-8";

img {
	pointer-events: none;
}

/*   ページ下部リンクスタイル変更   */

.related{
    margin: 50px auto;
    width: 964px;
}
.capt-link {
    margin-top: 32px;
    font-weight: 600;
}
.lst-cam-btn {
    margin-bottom: 20px;
    font-size: 0;
}
.lst-cam-btn li {
    display: inline-block;
    margin: 0 8px 8px 0;
}
a.btn-cam-link {
    display: block;
    padding: 6px 16px;
    font-size: 12px;
    border: 1px solid #00b4e3;
    border-radius: 100px;
    text-shadow: 1px 1px 2px #00b4e3;
    background: #00b4e3;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #00b4e3), color-stop(0.00, #66dfff));
    background: -webkit-linear-gradient(top, #66dfff 0%, #00b4e3 100%);
    background: -moz-linear-gradient(top, #66dfff 0%, #00b4e3 100%);
    background: linear-gradient(to bottom, #66dfff 0%, #00b4e3 100%);
    color: #fff;
    transition: .3s;
}
a.btn-cam-link:hover {
    text-decoration: none;
    opacity: .6;
}
