@charset "shift_jis";

/* ======================================================
 * /common-files/css/rule/rule.css
====================================================== */
#mainContainer {
	margin-top: 40px;
}
body #mainContainer.spaceCancel{
	margin-top: 10px;
}
table{
	width: 100%;
}
#mainContainer.rule_nonebox04 .Sp_noneBox01,
#mainContainer.rule_nonebox03 .Sp_noneBox02{
	display: none;
}
.be_textlink img{
	margin-top: 4px;
	margin-right: 4px;
}
.text0 {
	font-size: 10px;
	line-height: 1.3em;
	letter-spacing: 0.04em;
}
.renw_Topbtn{
	display: block;
	margin-right: 4px;
}
#rule_top.title h2{
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}
h2,
.p2.text2b.text_wine,
.text1.bold.text_wine,
.text1b,
.text2b{
	font-weight: bold;
	margin-top: 8px;
}
.text1.bold,
.text2.bold{
	margin-top: 8px;
}
.text1.bold.text_wine.rule_title-text_wine,
.p2.text2b.text_wine.rule_title-text_wine,
.rule_title-text_wine{
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	margin-top: 40px;
}

/* btn_go_back*/
.go_back {
	text-align: right;
	padding-top: 6px;
	margin-top: 10px;
	border-top: dotted 1px #CCC;
}
.go_back a {
	font-size: 10px;
	background: url(/img/common/arrow_back.gif) no-repeat 0 0.2em;
	vertical-align: middle;
	padding: 3px 0 3px 20px;
	-moz-background-size: 13px 13px;
	-webkit-background-size: 13px 13px;
	background-size: 13px 13px;
}

/* table01*/
.tableEtc {
	border-collapse: collapse;
	border: 1px solid #898989;
}
.tableEtc th {
	padding: 5px;
	font-weight: normal;
	border: 1px solid #898989;
	text-align: center;
}
.tableEtc td {
	padding: 5px;
	border: 1px solid #898989;
	vertical-align: top;
}
/* table02*/
.bgTable {
	text-indent: 0;
	padding-left: 0;
	width: 100%!important;
}
.card_table_bg01 {
	background-image: url(/smp/img/common/bg_table_large.gif);
	background-repeat: repeat-y;
	padding: 0 10px 1px 10px;
	width: 100%!important;
	background-size: 100%;
	table-layout: fixed;
}
.colorTable02 {
	margin: 0px 0 0 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	padding: 5px;
	width: 100%!important;
}
.colorTable02 th {
	background: #dbdbdb;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
	font-weight: normal;
	color: #333333;
}
.colorTable02 td {
	text-align: center;
	border: 1px solid #CCCCCC;
}
.colorTable02 td.td02 {
	background: #F6F6F6;
}
.line_table img{
	width: 100%;
}
/* line*/
.line {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.line img{
	width: auto!important;
}
/* column*/
.textColumn {
	display: flex;
	flex-flow: row wrap;
	width: 900px;
	margin-top: 10px;
}
.textColumn .textColumnItem {
	width: 300px;
	margin-bottom: 10px;
}

/* Clearfix
------------------------------------------------------ */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	zoom: 1;
}

@media screen and (max-width: 750px) {
.bgTable tbody{
	width: 100%!important;
	background-size: 100%;
	table-layout: fixed;
	font-size: 12px;
	font-size: 1.2rem;
}
.bgTable tbody tr{
	word-break: break-all; 
}
.text1.bold.text_wine.rule_title-text_wine,
.p2.text2b.text_wine.rule_title-text_wine,
.rule_title-text_wine{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 20px;
}
#mainContainer{
	margin-top: 20px;
}
/* column*/
.textColumn {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	margin-top: 10px;
}
.textColumn .textColumnItem {
	width: auto;
	min-width: 100%;
	margin-bottom: 5px;
}
/* Clearfix
------------------------------------------------------ */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	zoom: 1;
}
}
