
/* induction
--------------------*/
.induction-title {
	width:300px;
	height:60px;
	background:/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0081dd+0,85beea+51,8f82bc+90 */
background: #0081dd; /* Old browsers */
background: -moz-linear-gradient(left, #0081dd 0%, #85beea 51%, #8f82bc 90%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #0081dd 0%,#85beea 51%,#8f82bc 90%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #0081dd 0%,#85beea 51%,#8f82bc 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0081dd', endColorstr='#8f82bc',GradientType=1 ); /* IE6-9 */;
	position:relative;
}

.induction_area {
	margin:3px 0;
}

.induction-title h2 {
	width:280px;
	line-height:110%;
	padding:4px 0 4px 15px;
	color:#FFF;
}

.induction-box {
	width:280px;
	padding:10px;
	background:#0081dd;
}

.induction-box dl {
	width:260px;
	padding:5px 10px 10px;
	background-color:#FFF;
}

h2.txtL {
	font-size:25px;
	font-weight:bold;
}

.induction-box dt {
	margin-bottom:10px;
	padding:3px 6px 3px 15px; 
	color:#0081dd;
	background:#add9ee;
	margin-top:10px;
}
.induction-box dd {
	padding-left:15px;
	padding-bottom:10px;
	background:#fff;
}

.induction-box dt.textL {
	font-size:114%;
}
.induction-box dt.textL a {
	text-decoration:none;
}

.induction-box dd.idx {
	margin-bottom:5px;
	padding:3px 6px 3px 25px; 
	color:#fff;
	background:#88abda;
}

.induction-box dd.idx a {
	margin-bottom:5px;
	padding:3px 6px 3px 25px; 
	color:#fff;
	background:#88abda;
	text-decoration:none;
}

.induction-box dd.idx2 {
	margin-bottom:5px;
	padding:3px 6px 3px 35px; 
	color:#fff;
	background:#88abda;
}

.induction-box dd.idx2 a {
	margin-bottom:5px;
	padding:3px 6px 3px 35px; 
	color:#fff;
	background:#88abda;
	text-decoration:none;
}

.induction-box dd.idx3 {
	margin-bottom:5px;
	padding:3px 6px 3px 5px; 
	color:#fff;
	background:#88abda;
}

.induction-box dd.idx3 a {
	margin-bottom:5px;
	padding:3px 6px 3px 5px; 
	color:#fff;
	background:#88abda;
	text-decoration:none;
}


/*
.induction-box:last-of-type dd {
	margin-bottom:10px;
}
*/

