#fwCms_wrapper .bn_area {
    text-align: center;
    width: 92%;
    margin: 25px auto auto;
}

@media screen and (min-width: 768px) {
    #fwCms_wrapper .bn_area {
        text-align: center;
        width: 65%;
        margin: 40px auto;
    }
}


#fwCms_wrapper .valentine_table {
	width: 100%;
	margin-top: 20px;
}
#fwCms_wrapper .valentine_table tr {
	border-top: 1px solid #edd9c4;
	border-bottom: 1px solid #edd9c4;
}
#fwCms_wrapper .valentine_table th {
	background-color: #f9f5f2;
	border-right: 1px solid #edd9c4;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}
#fwCms_wrapper .valentine_table tr > th:first-of-type {
	border-left: 1px solid #edd9c4;
}
#fwCms_wrapper .valentine_table td {
	border-right: 1px solid #edd9c4;
	padding: 10px 5px;
}
#fwCms_wrapper .valentine_table tr > td:first-of-type {
	border-left: 1px solid #edd9c4;
}

@media screen and (min-width: 768px) {
	#fwCms_wrapper .valentine_table td {
		padding: 10px 20px;
	}
	
	#fwCms_wrapper .recommend-item {
		width: calc((100% - 60px)/4);
		margin-right: 20px;
	}
	}