@charset "utf-8";

/* ******************************************************************************** */
/*  Ｋビジョン On The Web　course.css                                               */
/*                                                                        19.02.28  */
/* ******************************************************************************** */

/* ================================================================================ */
/*      CSS読み込み                                                                 */
/* ================================================================================ */

@import url("../knet.css");



/* ================================================================================ */
/*      共通                                                                        */
/* ================================================================================ */

.information .text01{
	border-bottom: none;
}



/* ================================================================================ */
/*      コース紹介                                                                  */
/* ================================================================================ */

#hundred-mb .cource{
	margin-bottom: 30px !important;
}
#hundred-mb .cource h3{
	margin: 0px 0px 10px 0px;
	padding: 0;
}
#hundred-mb .price{
	margin-top: 10px;
	padding: 0;
	list-style-type: none;
	border-top: dashed 1px #cccccc;
	border-right: dashed 1px #cccccc;
	border-left: dashed 1px #cccccc;
}
#hundred-mb .price li{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-bottom: dashed 1px #cccccc;
}




#content #main .articles .cource-left{
	margin: 0px;
	padding: 0px;
	width: 160px;
	float: left;
}
#content #main .articles .cource-right{
	margin: 0px;
	padding: 0px;
	width: 320px;
	float: right;
}
#content #main .articles .cource-left .photo{
	border: solid 1px #cccccc;
}
#content #main .articles .cource-left .photo img{
	margin: 4px;
	padding: 0px;
}




.cource table{
	width: 100%;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-collapse: collapse;
}
.cource table th, .cource table td{
	padding: 4px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.cource table th{
	border-top: solid 1px #cccccc;
	background: #efefef;
}
.cource table td{
	border-bottom: solid 1px #cccccc;
}




.asterisk02{
	margin-top: 10px !important;
}

