@charset "utf-8";
/* CSS Document */

/* #＃＃### 共通項目 ＃＃#### */

/* ## rules ## */
.yDate {
	float: right;
	font-size: 14px;
	padding-top: 6px;
}
.normalUl {
	line-height: 1.7;
}
.rules ul {
	margin: 10px 0;
	overflow: hidden;
}
.rules h4 {
	text-align: center;
	background-color: #f9f9f9;
	box-shadow: 1px 1px 2px 3px rgba(20, 20, 20, 0.04);
	border: solid 1px #e4e4e4;
	border-radius: 6px;
	margin-top: 24px;
	margin-bottom: 4px;
	padding: 10px;
}
.rules h4.top {
	margin-top: 0;
}
.rules h5 {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 4px;
}
.rBaseTable th {
	width: 8%;
	text-align: right;
	vertical-align: top;
	padding-right: 14px;
}
.joken .rBaseTable th {
	width: 5%;
}
.rules address {
	width: 64%;
	background-color: #f9f9f9;
	border-radius: 10px;
	margin: 14px auto;
	padding: 14px;
}

.rules .rulesHyo {
	font-size: 12px;
	border: solid 1px #ececec;
	border-collapse: collapse;
}
.rules .rulesHyo th {
	font-weight: normal;
	background: #fcfcfc;
	border: solid 1px #ececec;
	padding: 4px;
}
.rules .rulesHyo th.hyoKubun {
	width: 78%;
}
.rules .rulesHyo td.titLeft {
	width: 10%;
	text-align: center;
}
.rules .rulesHyo td.titLeft2 {
	width: 8%;
	text-align: center;
}
.rules .rulesHyo td  {
	border: solid 1px #ececec;
	padding: 4px;
}
.rules .rulesHyo td.aCenter {
	text-align: center;
}

.rules .rulesHyo2 {
	font-size: 12px;
	border: solid 1px #ececec;
	border-collapse: collapse;
	margin: 8px 0;
}
.rules .rulesHyo2 th {
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	background: #fcfcfc;
	border: solid 1px #ececec;
	padding: 4px;
}
.rules .rulesHyo2 th.hyoKubun {
	width: 30%;
}
.rules .rulesHyo2 th.hyoKubun2 {
	width: 50%;
}
.rules .rulesHyo2 td {
	text-align: center;
	border: solid 1px #ececec;
	padding: 4px;
}
.rules .rulesHyo2.jknHyo th {
	vertical-align: middle;
	text-align: left;
}
.rules .rulesHyo2.jknHyo th.hyoKubun2 {
	width: 78%;
	text-align: center;
}

.rules .rInTable th {
	border: none;
	padding: 2px;
}
.rules .rInTable td {
	border: none;
	text-align: left;
	padding: 2px;
}


/* joken */
.rules.joken h4 {
	margin-bottom: 14px;
}

/* #### width 359px以下の場合の設定 (for SP Only) #### */
@media (max-width: 359px) {



}

/* #### width 360px～500pxの場合の設定 (for SP Wide Only) #### */
@media (min-width: 360px) and (max-width: 500px) {


}

/* ## width 501px～767pxの場合の設定 (for Tub Only) ## */
@media (min-width: 501px) and (max-width: 767px) {


}

/* #### width 767px 以下の場合の設定 (for All Mobile Dvices) #### */
@media (max-width: 767px) {


/* ## rules ## */
.rBaseTable {
	font-size: 11px;
}
.rBaseTable th {
	width: 10%;
}

.rules .rulesHyo {
	font-size: 10px;
}

}


/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {

ul.deci li {
	line-height: 2;
}


}


/* #### width 1248px 以上の場合の設定 #### */
@media (min-width: 1248px) {


}