﻿@charset "utf-8";

/* アルコール警告表示
------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* お酒販売の警告表示 */
.so-alcohol-sales-alert {
	width:100%;
	margin:10px 0px;
	padding:0px;
}
.so-alcohol-sales-alert>.notation {
	width:600px;
	margin:0px auto;
	padding:0px;
}
.so-alcohol-sales-alert>.notation>div {
	width:100%;
}
.so-alcohol-sales-alert img {
	float:left;
	width:20%;
}
.so-alcohol-sales-alert h4 {
	width:100%;
	margin:0px;
	padding:0px;
	font-weight: 600;
	font-size:30px;
}
.so-alcohol-sales-alert>.notation p {
	clear:both;
	width:100%;
	margin:0px;
	padding:0px;
	font-size:15px;
}
/* 金額より大きい文字フォント */

/* 商品詳細・ご注文手続き用文字フォントサイズ変更 */
#page_aaa .so-alcohol-sales-alert h4,
#page_aaa .so-alcohol-sales-alert h4,
#page_aaa .so-alcohol-sales-alert h4 {
	font-size:24px;
}

/* アルコール表示義務
------------------------------------------------------------------------------------------------------------------------------------------------------*/
.so-alcohol-sales-notation {
    width:100%;
}
.so-alcohol-sales-notation table.visible-sp {
    display:none;
}
.so-alcohol-sales-notation table {
    margin:20px auto;
}
.so-alcohol-sales-notation table .center {
    text-align:center;
}
.so-alcohol-sales-notation table td,th {
    border:1px solid #000000;
    padding:15px;
}
.so-alcohol-sales-notation table th {
    background-color:#c0c0c0;
}
.so-alcohol-sales-notation table td.height {
    line-height:50px;
}

/* アルコール表示義務(シンプルバージョン)
------------------------------------------------------------------------------------------------------------------------------------------------------*/
.so-alcohol-sales-notation-simple {
    width:100%;
}
.so-alcohol-sales-notation-simple table {
    margin:20px auto;
}
.so-alcohol-sales-notation-simple table .center {
    text-align:center;
}
.so-alcohol-sales-notation-simple table td,th {
    border:1px solid #000000;
    padding:15px;
}
.so-alcohol-sales-notation-simple table td.height {
    line-height:50px;
}
