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



.betsumado {
	width:99%;
	text-align: left;
	background-image: url(../IMG/bg-betu.jpg);
	background-repeat: repeat-x;
	padding: 10px;
}

.betsu-header {
	width: 696px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}


.betsumado-box {
	width: 696px;
	margin-bottom: 20px;
	margin-top: 55px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	text-align: left;
}
.betsumado-box ul {
	margin: 0px;
	padding: 0px;
}


.betsumado-box li {
	padding-left: 0px;
	font-size: 90%;
	line-height: 170%;
	list-style: square url(none) inside;
}
.betsumado-box li.check {
	list-style: none;
}


.caution {
	border: 1px dotted #696969;
	padding:10px;
	margin: 10px auto 20px;
	text-align: left;
}

.caution strong {
	font-weight: bold;
	font-size: 100%;
	color: #000000;
}

.caution p {
	font-size: 90%;
	line-height: 150%;
}

.caution .day {
	font-size:20px;
	color:red;
	font-weight: bold;
}

.caution h3{
	font-weight: bold;
	color: red;
	font-size: 90%;
	line-height: 120%;
	border-width: 0px;
}

.caution ul{
	list-style-type: disc;
	list-style-position: inside;
	font-size: 90%;
	line-height: 180%;
	margin: 0px;
	padding: 0px;
}
