@charset 'UTF-8';

.kids_exp_class {
	line-height: 1.8;
}

.kix_sfj strong {
	color: #cc0000;
}

.kids_exp_class .mainVisual {
	padding: 5px;
	background-color: #ffffff;
}

.kids_exp_class .note {
    padding-left: 1em;
    text-indent: -1em;
}
.pageTopBox {
	margin-top: 15px;
	clear: both;
}

.kids_exp_class ul {
	padding: 23px 0;
	margin: 25px 0;
	width: 670px;
	border-top: 1px solid #bbbbba;
	border-bottom: 1px solid #bbbbba;
}
.kids_exp_class li.contentsBox {
	width: 210px;
	float: left;
	padding-right: 20px;
}
.kids_exp_class li.contentsBoxLast {
	width: 210px;
	float: left;
	padding-right: 0px;
}
.kids_exp_class ul h4 {
	font-size: 130%;
}
.kids_exp_class ol {
	padding: 0; margin: 0;
	padding-left: 2em;
	list-style-position: outside;
}

.tbBg {
    background-color: #FFFFFF;
    margin-top: 15px;
	margin-bottom: 13px;
    padding: 3px;
}
.tbBg table { width: 100%;}
.tbBg table, .tbBg table tr, .tbBg table th, .tbBg table td {
    border: 1px solid #99999A;
}
.tbBg table th {
    background-color: #D5D5D5;
    color: #4C4C4C;
    padding: 0.5em 0;
    text-align: center;
    width: 115px;
}
.tbBg table td {
    padding: 1em;
}
.tbBg table td img.address{
	vertical-align: middle;
}


/* ----------------------------------------------------------------------
	clearfix
====================================================================== */

.clfix {
	
overflow:hidden;
}

.clfix:after {
	clear:both;
	content:"";
	display:block;
	height:0;
	overflow:hidden;
}

* html .clfix {
	overflow:visible;
}
* html .clfix             { zoom: 1; } /* IE6 */
*:first-child+html .clfix { zoom: 1; } /* IE7 */
