
.button {
	display: inline-block;
	padding: 5px 8px;
	text-decoration: none;
	color: #333;
	border: solid 1px #ddd;
	border-radius: 3px;
	margin-right:2px;
	background: #fcfcfc;
}

.button:hover {
	border: solid 1px royalblue;
}

.button:active {
	/*ボタンを押したとき*/
	-webkit-transform: translateY(4px);
	transform: translateY(1px);/*下に動く*/
	border-bottom: none;/*線を消す*/
}

/* 商品データ詳細テーブル  */
.product_detail{
	margin-top: 1.4em;
    margin-bottom: 1.4em;
}

.mix{
	margin-bottom: 3em;
}

/* ボタン */
.column-wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 1em 0;
    margin: 0;
    word-break: break-all;
}

.column-wrap > div > *:first-child {
    margin-top: 0;
}

div.column-left > img{
	max-width: 100%;
}

.btn, .ranking-item-link-buttons a, .btn-wrap > a, .wp-block-freeform .btn-wrap > a {
    color: #fff;
    background-color: #32373c;
    font-weight: bold;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    line-height: normal;
    padding: 8px 1em;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    border: 2px solid transparent;
    position: relative;
}

.btn:hover, .ranking-item-link-buttons a:hover, .btn-wrap > a:hover {
    opacity: 0.7;
    color: #fff;
    transition: all 0.7s;
}

.btn:hover::after, .ranking-item-link-buttons a:hover::after,
.btn-wrap > a:hover::after {
	right: -4px;
	transition: all 0.7s;
}

.btn-l.btn-circle::after, .ranking-item-link-buttons a.btn-circle::after,
.btn-wrap.btn-wrap-l.btn-wrap-circle > a::after {
	right: 8px;
}
.btn-l.btn-circle:hover::after, .ranking-item-link-buttons a.btn-circle:hover::after,
.btn-wrap.btn-wrap-l.btn-wrap-circle > a:hover::after {
	right: 4px;
}

.btn-l, .ranking-item-link-buttons a, .btn-wrap.btn-wrap-l > a {
    padding: 14px 20px;
    font-size: 18px;
    margin: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn:before, .ranking-item-link-buttons a:before, .btn:after, .ranking-item-link-buttons a:after, .btn-wrap > a:before, .btn-wrap > a:after {
    font-family: FontAwesome;
    margin-right: 12px;
    transition: all .2s ease;
}

.btn-l::after, .ranking-item-link-buttons a::after, .btn-wrap.btn-wrap-l > a::after {
    content: "\f105";
    position: absolute;
    right: 0;
    font-size: 20px;
}

.btn-green, .btn-wrap.btn-wrap-green > a {
    background-color: #3eb370;
}

.btn-red, .ranking-item-link a, .btn-wrap.btn-wrap-red > a {
    background-color: #e60033;
}

.product_comparison td{
	text-align: center;
}

.product_detail > .product_comparison td{
	width: 30%;
}











