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

@import url("../../css/base.css");


.toi {
	width: 640px;
}
.toi dl {
	border: solid 1px #CCC;
	background-color: #F3F2DE;
	padding: 10px 15px;
}
.toi dl dt {
	float: left;
}
.toi dl dd {
	padding-left: 8em;
}
.toi dl dd strong.free{
	font-size: 1.5em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 110%;
	letter-spacing: 0.05em;
}

div.mcBox h3 {
	margin-top: 30px;
}

/* iframe */
iframe#toiBox {
	width: 690px;
	height: 430px;
	margin-top: 10px;
}