/*list*/
#mother_wrapper .contents_list{
	margin: 20px 10px;
    padding: 10px 30px;
    font-size: 14px;
    border: 1px dotted #a7a7a7;
    line-height: 1.5;
}
#mother_wrapper .contents_list li {
	list-style: disc;
	color: #333;
}
#mother_wrapper .contents_list ul{
	margin-left: 20px;
	font-size: 13px;
	}
#mother_wrapper .contents_list ul li {
	list-style: disclosure-open;
}
#mother_wrapper .contents_list a{
	text-decoration: none;
    color: #ee8383;
    font-size: 12px;
    text-decoration: underline;
	margin-top: 10px;
    display: block;
	}
/*h4*/
#mother_wrapper .sub h4{
    font-size: 15px;
    font-weight: bold;
    padding: 5px 10px;
    border-bottom: 1px dotted #a7a7a7;
	}
#mother_wrapper .sub{
    margin-top: 30px;
}

