@charset "UTF-8";

/* #### ribon ####*/
#ribon {
	width: 100%;
	background-image: url(../img/con_back.jpg);
	position: relative;
}

/* ## index.php ## */
.cIntro {
	font-size: 16px;
	font-weight: bold;
	margin-top: 14px;
	margin-bottom: 14px;
}
.baseBox p {
	line-height: 2;
	margin-bottom: 14px;
}

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

/* ## index.php ## */

}

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

/* ## index.php ## */


}

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

/* ## index.php ## */


}

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

	.sTitle {
		font-size: 18px;
	}
/*rules*/
.table02 th {
	width: 15%;
	text-align: center;
}
.ruleBox {
	padding: 6px 0;
}
.ruleBox .nTitle {
	border-left: solid 5px #242424;
}
.ruleBox h4 {
	font-weight: bold;
	margin-bottom: 12px;
}

.rTable {
	margin-bottom: 14px;
	
}
.rTable td.rTNum {
	text-align: center;
	width: 15%;
}

.table02 .rInTable {
	border: none;
}
.table02 .rInTable th {
	border: none;
}
.table02 .rInTable td {
	border: none;
}
	
	

/* ## index.php ## */
.cIntro {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}

}


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

/*rules*/
.table02 th {
	width: 30%;
	text-align: center;
}
.ruleBox {
	padding: 6px 0;
}
.ruleBox .nTitle {
	border-left: solid 5px #242424;
}
.ruleBox h4 {
	font-weight: bold;
	margin-bottom: 12px;
}

.rTable {
	margin-bottom: 14px;
}
.rTable td.rTNum {
	text-align: center;
	width: 15%;
}

.table02 .rInTable {
	border: none;
}
.table02 .rInTable th {
	border: none;
}
.table02 .rInTable td {
	border: none;
}


}

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

/* ## index.php ## */


}


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



}