/* c-caution
--------------------------*/
.c-caution{
	font-size:11px;
    margin-bottom:20px;
}

.c-caution > *:last-child{
    margin-bottom:0;
}

.c-caution .c-caution-head{
	font-size:13px;
	background-color:#EBEBEB;
	font-weight:normal;
	padding:6px 14px;
	margin: 0 0 10px;
}

/* c-box-1
--------------------------*/
.c-box-1{
	border:1px solid #000;
	padding:10px 12px;
	margin-bottom:30px;
}

.c-box-1 > *:last-child{
	margin-bottom:0;
}

/* c-box-2
--------------------------*/
.c-box-2{
	padding:10px 12px;
	margin-bottom:30px;
	background-color:#FBE8F7;
}

.c-box-2 > *:last-child{
	margin-bottom:0;
}