@charset "euc-jp";

.divide {
    padding: 1em 0;
    border-bottom: 1px dotted #CCCCCC;
}

.left {
    padding-right: 15px;
}

.asp h3 {
    margin: 0px;
}

.asp h4 {
    margin: 0px;
}

table.camTable01 {
    margin: 1em 0;
	border: 1px solid #999;
	border-collapse: separate;
	border-spacing: 1px;
	width: 100%;
}
table.camTable01 th, 
table.camTable01 td {
	padding: 5px;
	text-align: center;
}
table.camTable01 th {
	background-color: #0069B5;
	color: #fff;
}
table.camTable01 td {
	border-bottom: 1px dotted #999;
}
table.camTable01 tr.btm td {
	border-bottom: none!important;
}
table.camTable01 td.price {
	text-align: right!important;
	font-weight: bold;
}
table.camTable01 td.campaign {
	font-size: 120%;
	color: #f60;
}
table.camTable01 td.off {
	font-weight: bold;
	color: #f00;
}

@media screen and (max-width: 840px){ /* for SmartPhone */
	#conts-campaign .left, 
	#conts-campaign .right {
		width: 100%;
		float: none;
	}
	#conts-campaign .left {
		text-align: center;
		padding-bottom: 1em;
	}
}
