@charset "utf-8";
/* CSS Document */


/* StudyTop */

#StudyBox{
	background: url(images/line.gif) no-repeat top;
	padding-top: 20px;
	}
	
#StudyBox p{
	padding: 10px 0px 0px 0px;
	}

/* Insurance */
.imgBig{
	width: 60%;
	margin: 0 auto;
	padding: 30px 0px;
	}
	
#Service{
	border-left: 1px solid #D0EB8B;
	border-right: 1px solid #D0EB8B;
	border-bottom: 1px solid #D0EB8B;
	background: #EFFEC2;
	padding: 1px 15px 15px 15px;
	}

#ServiceBox{
	background: #FFFFFF;
	border: 1px solid #D0EB8B;
	margin-top: 15px;
	}
	
#ServiceBox h4{
	border-bottom: 3px solid #D0EB8B;
	padding: 5px;
	color: #465C01;
	}

.ServiceD{
	padding: 15px;
	}
.ServiceTxt{
	margin-bottom: 15px;
	}

.ServiceD h5{
	border-left: 4px solid #FF6600;
	color: #FF6600;
	padding-left: 8px;
	margin-bottom: 10px;
	}

#ServiceCost{
	border-collapse: collapse;
	}
	
#ServiceCost th{
	font-weight: normal;
	background: #F5F5F5;
	padding: 4px;
	border: 1px solid #CCCCCC;
	}

#ServiceCost td{
	text-align: center;
	background: #FFFFFF;
	padding: 4px;
	border: 1px solid #CCCCCC;
	}
	
.cost_pink{
	color: #FF3366;
	font-weight: bold;
	}

