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

.outerWrap.b-box .mainArea .wrap.b-box .contentBox.clearfix .leftBox.b-box .textEditor ol li {
	list-style-type: disc;
}

.mainArea .titleBox h2{
	background:url(../images/titleword.png) no-repeat center top;}

.contentBox .leftBox{
	float:left;
	width:64%;}

.contentBox .rightBox{
	float:right;
	width:30%;}

@media (max-width: 640px){
	.contentBox .leftBox{
		float:none;
		width:100%;}
	
	.contentBox .rightBox{
		float:none;
		width:100%;
		margin-top:30px;}
}

