
#main >a {
            padding-bottom: 3%;
            border: 1 solid #fff;        
            background-color: #F4F4F4;
            border-radius: 3%;
            margin: 1%;
			text-decoration:none; 
			color:#2b2b2b;
			cursor:pointer;
}



#main .box .content {
position: absolute;    
width: 100%;
}
.content {
    /*    height: 430px;
    overflow: hidden;*/
    /*        overflow-y:scroll;*/
    /*    height: 217px;*/
    height: auto;
}

#main a:hover{
	color:#FFF;
	background:rgb(47,171,61);
}
dl {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	padding: 30px 30px;
}
dd {
    display: block;
    margin-inline-start:30px;
    margin-bottom:6px;
    font-weight:bold;
}

dd span {
    font-weight:normal;
}
.background{
	background:#fff; 
}
.pos_overflow_scroll {
    height: 430px;
    overflow-y: scroll;
}
.pos_more{
    width:100%;
    text-align:right;
}

@media screen and (min-width: 768px) {
    #main a {
        width: 100%;
    }
}