
.list{
	line-height:1.875;
}
.list li {
    width: 93%;
    margin-left: 26px;
    list-style: square;
}
.bor-sty{
	    border: 1px dashed #cccccc;
	    color: #898989;
	    padding: 20px;
	    margin: 20px 0;
}

@media print,
screen and (min-width:768px) {
.detail_content{
	margin-bottom: 45px;
}	
#rwd-content .rwd-grid .rwd-grid-item.pc-grid7of12{
	width: 58.5%!important;
}


}

@media print,
screen and (max-width:767px) {
.detail_content{
	margin-bottom: 35px;
}
.list{
	margin-bottom: 10px;
}
.bor-sty{
	margin-bottom: 20px!important;
}

}